/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* The following styles are for global layout/formatting ---------------------------------------------------------------------------*/


/* Body tag */
body {
	background-color: #A8B4D8;
	background-image: url(../images/shared/bg_gradient.gif); 
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* Global link styles */

a:link {
	color: #365EA5;
	text-decoration: none;
}
a:visited {
	color: #365EA5;
	text-decoration: none;
}

a:hover {
	color: #A52A2B;
	text-decoration: underline;
}
a:active {
	color: #A52A2B;
	text-decoration: underline;
}




/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* CSS Styles for all site content  ------------------------------------------------------------------------------------------------*/



/* Headlines:  Although page headlines are graphics for custom font, they are still enclosed in <H1> tags for accessibility purposes */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #365EA5;
	margin: 0px 0px 17px;
}



/* Subheads  */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #A52A2B;
	margin: 0px 0px 2px;
}



/* Standard styles for the main body text in this site. Also controls spacing between bodyCopy <P> blocks.*/
.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #6D6E70;
	margin: 0px 0px 10px;
}


/* Applis spacing control for the horizintal rule graphics (placed insde DIV tags)  */
.horizRule {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left:-65px;
}





/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* Styles for content in the footer  -------------------------------------------------------------------------------------------*/


/* Styles for Footer Nav Links (and their rollovers) */ 

.footerLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 5px;
}


a.footerLink:link    {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:visited    {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:hover    {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footerLink:active    {
	color: #FFFFFF;
	text-decoration: underline;
}



/* Styles for legal micetype and site credits (and their rollovers) */ 

.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	margin: 0px 0px 10px;
}


a.legal:link    {
	color: #FFFFFF;
	text-decoration: none;
}
a.legal:visited    {
	color: #FFFFFF;
	text-decoration: none;
}
a.legal:hover    {
	color: #FFFFFF;
	text-decoration: underline;
}
a.legal:active    {
	color: #FFFFFF;
	text-decoration: underline;
}