body
{
	background-color:		#D6E3EF;
	background-repeat:		repeat-x;
	cursor:					default;
	font-family:			Verdana;
	font-size:              12px;
	color:                  #5E5E5E;
	padding:				0px;
	margin:					0px;
}

p
{
	margin: 0px;
	padding: 0px 20px 20px 0px;
}

	/* Show Page Title */
h1 
{ 
	font:  bold 20px Arial;
	color: #00488F; 
	letter-spacing   : 1px; 
	margin: 0px;
	padding: 0px 20px 20px 0px;	
}

	/* Non-Show Page Title / News List Title */ 
h2 
{ 
	font:  bold 18px Arial;
	color: #00488F;      
    margin: 0px;
    padding: 0px 20px 12px 0px;
}

	/* Files and Links / Testimonial List Title*/
h3 
{ 
	font:  bold 14px Arial;
	color: #D21041;      
    margin: 0px;
    padding: 0px 20px 7px 0px;
}

img 
{
	border: 1px solid #5E5E5E;
	position:relative;
	z-index:1		
}

a:link 
{
	color:  #00488F; 
	text-decoration: none;
}

a:visited 
{
	color: #00488F; 
	text-decoration: none;
}

a:hover 
{
	color: #5E5E5E;  
	text-decoration: underline;
}
/* -- End of Base Elements -- */



/* General Purpose / Functional styles */

a.emphasis:link 
{
	font-weight:bold; 
	text-decoration: underline;
}
a.emphasis:visited 
{
	font-weight:bold; 
	text-decoration: underline;
}
a.emphasis:hover 
{
	font-weight:bold;
}

.textOnlyHidden
{
	display:none;	
}
/* End of General Purpose / Functional styles */


#pagebody #bodyheader #Go
{
	
	display:none;	
}

