/* CSS Document */

/*HTML Tag Styles */
/*********************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #383946;
	text-align: center;
}

td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

a {
	color: #CCCCCC;
}

a:hover {
	color: #FFCC33;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 14px;
	color: #3399CC;
}

h4 {
	font-size: 12px;
	color: #3399CC;
	font-weight: bold;
	
}

hr {
	border: solid 1px #CCCCCC;
}

ul {
	list-style-image: url(../images/arrowBullet.gif);
}


/*Layout Divs*/
/****************************************************/

#Container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 806px;
	text-align: center;
	background-color: #4C4D59;
	
}

#innerContainer {
	width: 760px;
	padding-top: 23px;
	padding-right: 23px;
	padding-left: 23px;
	padding-bottom: 23px;
}

#flashContainer {
}

#shadow {
	background-image: url(../images/flashShadow.gif);
	background-repeat: no-repeat;
	height: 10px;
}



#footer {
	font-size: 11px;
	color: #999999;
	text-align: left;
	margin-top: 20px;
}

#footerLogos {
	float: left;
	width: 200px;
}

#footerCpyright {
	float: left;
	width: 300px;


}

#pfxnLink {
	float: right;
	width: 220px;
	text-align: right;
}

#pfxnLink a {
	text-decoration: underline;
}

#pfxnLink a:hover {
	text-decoration: none;
}




/*Custom Styles*/
/**********************************************************/

.footerNav {
	font-size: 10px;
}

.footerNavDivider {
	color: #619AD3;
}

.dataTable {
	border: solid 1px #CCCCCC;
}

.dataTable td {
	background-color: #E0F5FF;
	padding: 2px;
}


.subHeader {
	font-size: 16px;
	color: #663399;
	font-weight: bold;
}

.Header1 {
	color: #006666;
	font-weight: bold;
}

.subNavUL {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
}

.subNavItem {
	border-bottom: solid 1px #B2D1D1;
	padding-top: 4px;
	padding-bottom: 4px;
}

.subNavItem a:hover {
	text-decoration: none;
}




.TextMediumGray {
	color:#666666;
}

.Text10px {
	font-size: 10px;
}

.Text14px {
	font-size: 14px;
}

.featureText {
	color:#336600;
}


.inputText {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	border: 1px solid #EACD69;
	background-color: #F1DE99;
}

hr {
	color: #CCCCCC;
	font-size: 1px;
	line-height: 1px;
}

.contactPage {
 	background-color: #F1DE99;
 	color: #335069;
	text-align: center;
}

#contactContainer {
	width: 500px;
	background-color: #FCF4D4;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}

#privacyContainer {
	width: 700px;
	background-color: #FCF4D4;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}

