/* Turn off underlines for links */
H1		{
			font-family: arial;
	 		font-size: 16pt;
     			font-style: normal;
		}	

H2		{
			font-family: arial, san-serif;
			font-size: 1.5em;
			font-style: normal;
		}

EM		{
			font-weight: bold;
		}

A		{
			text-decoration: none;
		}

A:hover 	{
			text-decoration: none;
			color: #000000;
			background: rgb(255,237,223);
		}

A:visited	{		
			text-decoration: none;
		}

#email		{
			color: rgb(171,21,23);
		}		

#normalMenu	{
			color: rgb(108,15,15);
		}	
		
#selectedNormal	{	
			color: #000000;
			font: bold;
		}

#serviceMenu	{
			color: rgb(171,23,31);
			background: rgb(255,247,240); 
		}

#selectedService{	
			color: #000000;
			background: rgb(255,247,240); 
		}
		
		
LI 		{
			font-size: 0.9em; 
		}

	  
UL LI {
			font-size: 1em; 
		}

#buttontop1 	{ 	
			font-family: arial; 
			font-size: 1em; 
			font-style: bold;
			color: #800000;
			padding-top: 0.8em;
		}

#h2		{	color: #000000;
		}

#h3		{	text-align: center;
		}

#h4		{
			font-family: lucida handwriting, arial, san-serif;
			font-size: 1.2em;
			font-style: normal;
			color: #800000;
		}

#title		{ 
			color: #800000;
			font: bold;
			font-family: arial, helvetica, verdana; 
			font-size: 1em; 
		}

#linktitle		{ 
			color: #000000;
			font-family: arial, helvetica, verdana; 
			font-size: 0.9em;
			font:bold;
		}		
		
#tableHeading	{ 
			color: #800000;
			font: bold;
			font-family: arial, helvetica, verdana; 
			font-size: 1em; 
			text-align: "center"; 	
		}
		
#lucida		{	color: #000000;
			font-family: lucida handwriting, arial, helvetica, verdana; 
			font-size: 1em; 
			font-style: normal;
		}		
		
#details	{	color: #000000;
			font-family: arial, helvetica, verdana; 
			font-size: 0.9em;
			text-align: "justify"; 	
			font-style: normal;
		}
		
	.question	{ 
			text-align:"justify"; 
			position: relative;
			width: 780px; 
			font-family: arial, helvetica, verdana; 
			font-size: 1em; 
			font-style: normal;
			color: rgb(171, 21, 23);
			}

	.description	{ 
			text-align:"justify"; 
			position: relative;
			width: 780px; 
			font-family: arial, helvetica, verdana; 
			font-size: 0.9em; 
			font-style: normal;
			color: #000000;
			}
	
	.Heading	{ 	
			position: relative;
			width: 780px;
			text-align: center;
			font-family: arial, helvetica, verdana, lucida handwriting,; 
			font-size: 0.8em; 
			font: normal;
			}

	.container 	{
			position: relative;
			width: 800px; 
			margin-left: auto;
			margin-right: auto;
			}

	.banner 	{
			position: absolute; left:0px;top:0px;
			width: 800px;
			}
		
	.top_bar 	{
			position: relative;
			font-family: arial, helvetica, verdana; 
			font-size: 0.8em; 
			float: left;
			text-align: right;
			margin-top: 90px;
			width: 780px;
			}

	.content	{
			position: relative;
			width: 780px;
			height: 500px;
			background-image: url(watermark.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			}


