/*
Brand Guidelines

Green:	PMS 3282
				RGB 0, 140, 130
				Hex #002E79
				
				or... #002E79
				
Blue:		Hex #004890
*/

/*HTML Tag Defs*/
body {color: #333333; background-color: #FFFFFF; margin-top: 10px;}
table {}
th {}
tr {}
td {}
hr {color: #CCCCCC; height: 1px;}
a:link {color: #002E79; text-decoration: none;}
a:visited {color: #002E79; text-decoration: none;}
a:hover {color: #333333; text-decoration:underline;}
a:active {text-decoration: none;}
h2 {
	padding: 0;
	margin: 0 0 10px 0;
}

/*Class Defs: Layout*/
.container {
	width : 750px; height: auto;
	margin-right : auto;
	margin-left : auto;
	padding : 0px;
	text-align : left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	border: 0px solid #333333;
	}

.banner	{text-align: center; width: 750px;}

.content {
	padding-bottom: 1em; 
	margin-top: 10px;
	margin-left: 140px; 
	width: 607px;
	}

.color {
	background-color: #002E79;
	height: 20px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 90%;
	color: #FFFFFF;
	}

.nav {float: left; width: 130px; margin-left: 0px; margin-top: 0px; padding-top: 0px; display: inline;}

.menubar a {
	font-size: 90%;
	display: block;
	background-color: #F0F0F0;
	color: #333333;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	}

.menubar a:hover {
	color: #333333;
	text-decoration: underline;
	}

.menubar a:visited {
	color: #333333;
	}
	
.currentpage {
	background-color: #F0F0F0;
 	color: #333333;
	font-weight: bold;
	font-size: 90%;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	}

.footer {
	font-size: 75%;
}

.form {	
	width: 100%;
	text-align: left;
	padding: 0px;
	border-collapse: collapse;
	}
.form th {}
.form tr {vertical-align:middle;}
.form td {height: 30px;}

/*Class Defs: text*/
.mainheader {font-size: 25px; font-weight: bold; color: #002E79;}
.strapheader {font-size: 25px; color: #002E79;}
.subheader {font-size: 12px; font-weight: bold; color: #002E79;}
.requiredstar {color: #FF0000; font-size: 60%;}
.label {text-align: right;}



/*....................................*/


