/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 25px;
	background-color: #ABDAEB;
	color: #666666;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


.mainheader_dark {
	font-size: 30px; 
	font-weight: bold;
	font-color: #878787;
}

.mainheader_light {
	font-size: 30px; 
	font-color: #999999;
}

#subHeader {
	color: #999999;
	font-size: 24px;
	padding-left: 8px;
	padding-top: 30px;
	padding-bottom: 7px;
}

.contentHeader {
	color: #3399CC;
	font-size: 12px;
	font-weight: bold;
}


a {
	color: #2690B8;
	text-decoration: none;
}

a:hover {
	color: #2690B8;
	text-decoration: underline;
}


#navTable {
	background-color: #F2F2F2;
	width: 764px;
	border: 1px solid #D4D4D4;
	height: 25px;
}

#navItem {
	padding-right: 135px;
	display: inline;
}



#navTable a {
	color: #3399CC;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;

}

#navTable a:hover {
	text-decoration: underline;
}




#mainTable {
	background-color: #FFFFFF;
	border: 1px solid #2690B8;
	width: 796px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#contentTable {
	background-color: #FFFFFF;
	width: 764px;
	border-top: none;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
}


#content {
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
}


#rightColumn {
	background-color: #EFF9FF;
	padding-left: 7px;
	padding-right: 7px;
	border-left: 1px solid #D4D4D4;
}

#footer {
	background-color: #2590B8;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	width: 796px;
	height: 30px;
}

#footer td {
	color: #FFFFFF;
	text-size: 10px;
	text-align: center;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

