/* CSS Document */
/* Created by Maple Chou @ Communications Design */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9pt;



	background-color:#000066
	color: #5C5C5C;
	line-height: 12pt;
	background-color: #FFFFFF;
	font-weight: lighter;
	
}
/************** Main Navigation styles **************/

.mainNav {
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #005DA4;
	/* added 8/14/08 */
	font-size:14px;
	
	
	
}	
.mainNav a:link, .mainNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	
.mainNav a:hover {
	color: #0099FF;
	text-decoration: underline;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
	background-color: #05DA4;
}

/************** header/footer tag styles **************/

h1 {
	font-size: 160%;
	color: #FCAD24;
	letter-spacing: 0.3pt;
	padding-top: 8px;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	line-height: 105%;
	background-color:#000066
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.5pt;
	background-color: #000066;

}

.headerContact {
	font-size: 110%;
	color: #CCCCCC;
	background-color: #005DA4;
	border: 1px solid #4663AA;

}

.footer {
	font-size: 85%;
	color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	padding-right: 8px;
	padding-left: 8px;
}

.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/************** Content Container styles **************/

.container {
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

.contentBox {
	top: auto;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	left: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	/* added 8/14/08*/
	/*width:825px;*/
}


/************** FCPS Navigation styles **************/

.fcpsNav_title {
	font-size: 90%;
	line-height: 140%;
	font-weight: bold;
	color: #f7f7f7;
	padding: 8px 0px 8px 18px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;

}

.fcpsNav {
	font-size:8pt;
	line-height: 150%;
	padding: 10px 0px 10px 18px;
	background-color:#005da4;
	}

.fcpsNav a:link, .fcpsNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.fcpsNav a:hover {
	color: #999999;
	text-decoration: underline;
}


/************** Keep In Touch Box styles **************/

.keepInTouchBox {
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 5px;

}

/************** News Headline styles **************/

.newsHeadline {
	font-size: 160%;
	color: #333333;
	font-weight: bold;
}

