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

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003399;
	line-height: normal;
	background-color: #003399;
	position: absolute;
	padding: 0px;
	font-weight: normal;

}
a:hover{
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline blink;
}
a:link/******* hyperlink and anchor tag styles *******/

  {
	color: #FFFFFF;
}

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

h1 {
	font-size: 160%;
	color: #FF0000;
	letter-spacing: 0.3pt;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: auto;
	background-color: #FFFFFF;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 105%;
	color: #003399;
	font-weight: bold;
	letter-spacing: 0.5pt;

}

.headerContact {
	font-size: 110%;
	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;
	background-color: #003399;

}

.footer {
	font-size: 85%;
	color: #FF0000;
	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;
	text-align: right;
	background-color: #003399;
}

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

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

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

.container {
	border-style: solid;
	border-color: #888888;
	border-width: 1px;
	color: #0033CC;
}


.contentBox {
	padding: 20px 15px 20px 15px;
	color: #003399;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	text-align: inherit;
}
.contentBox a:link {
	color: #FFFFFF;
}


/************** Main Navigation styles **************/

.mainNav {
	line-height: 200%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0px 10px 18px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003399;
	font-size: 12pt;
	
}

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

.fcpsNav_title {
	font-size: 90%;
	line-height: 140%;
	font-weight: bold;
	color: #ffffff;
	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;
	background-color: #000000;

}

.fcpsNav {
	font-size: 12pt;
	line-height: 200%;
	color: #0000FF;
	padding: 10px 0px 10px 18px;
	text-align: left;
	background-color: #999999;
	font-style: normal;
}

.fcpsNav a:link, .fcpsNav a:visited {
	color: #0000FF;
	text-decoration: none;
	text-align: left;
}

.fcpsNav a:hover {
	color: #5C5C5C;
	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: 110%;
	color: #364C83;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
}
#tdmainNav a {
	color: #FFFFFF;
}
#tdmainNav a:hover {
	color: #FF0000;
}
a:visited {
	color: #FFFFFF;
	font-weight: bolder;
}

