
/* #################################################################### */
/* GLOBAL STUFF */
/* #################################################################### */

* {
	margin:0; padding:0;
}
div td {
	/* border: 1px solid red; */
}

H1 {
	color: #004a8d;
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}

H2 {
	font-size: 14px;
	font-weight: bold;
	color: #004a8d;
}
H3 {
	font-size: 12px;
	font-weight: bold;	
}

}
H4 {
	font-size: 13px;
	font-weight: bold;	
	color: #004a8d;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	

}

a {color: #004A8D;
}

p  {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

p a {color: #004A8D;
     font-weight: bold;
}

p a:hover {color: #4C4C4C;
}


.container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	border-top: solid 1px #003366; 
	border-left: solid 1px #003366; 
	border-right: solid 1px #003366;
}

.textcontainer {
	width: 850px;
	margin-left: 15px;
	margin-top: 0px;
	background-color: #FFFFFF; 
	border-left: solid 1px #003366; 
	border-right: solid 1px #003366;
}


/* #################################################################### */
/* NAV STUFF HARDCORE NAV STUFF IN NAV.CSS */
/* #################################################################### */


.navBar {
	height: 20px;
	background-color: #004a8d;
	width: 100%;
	border-left: solid 1px #003366;
	padding-left: 0px;

}
.navBar a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	}

.navBar a:hover {
	
}



/* #################################################################### */
/*  LEFT NAV COLUMN STUFF */
/* #################################################################### */
.leftNavColumn {
	text-align: left;
	margin-top: 15px;
	
}
.leftNavColumn a {
	font-weight: bold;
	display: block;
	text-decoration: underline;
   color: #004a8d;
	margin-left: 10px;
	margin-bottom: 3px;
	padding: 2px 0 3px 15px;
	width: 150px;
}
.leftNavColumn a:hover {
	background-image: url(/images/star.gif);
	background-repeat: no-repeat;

	color: #4C4C4C;
}

.leftNavColumnOn {
	background-image: url(/images/star.gif);
	background-repeat: no-repeat;
	text-decoration: none;
   color: #000000;
}


.leftNavColumn h2 {
	font-weight: bold;
	margin-left: 4px;
	padding: 12px 0 8px 10px;
	color: #004a8d;
}


/* #################################################################### */
/*  RIGHT NAV COLUMN STUFF  */
/* #################################################################### */

/* #################################################################### */
/* UNIVERSAL PAGE STUFF */
/* #################################################################### */

.pageContent {
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 150%;
	}
.pageContent p {
	margin: 10px 0 10px 0;
}
.pageContent table {
	margin-top:15px;
	margin-bottom:15px;
}

.pageContent h1 {
	font-size: 14px;
	font-weight: bold;	
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #003366;
	
}

.pageContent h2 {
	font-size: 13px;
	font-weight: bold;	
	margin-top: 20px;
	margin-bottom: 10px;
	
}

.pageContent h3 {
	font-size: 12px;
	font-weight: bold;	
	margin-top: 20px;
	margin-bottom: 0px;
}
.pageContent img {
	margin-left: auto;
	margin-right:auto;
	margin-top: 18px;
	margin-bottom: 18px;
}

.pageContent ul {
margin: 10px 0 10px 30px;

}
.pageContent li {
	
}


.contentTable td {
	border-style: solid;
	border-width:1px;
	border-color: White;
	border-collapse: collapse;
	color: white;
	background-color: 	#b4bcc0;
	padding: 3px 4px 3px 6px;
	vertical-align: top;
}
	



/* #################################################################### */
/* HOME STUFF */
/* #################################################################### */

.homeContent {
	margin: 0;
	padding:0;
}



.homeNewsColumn {
	background-color:#FDF1C2; 
	padding:20px 0 20px 20px;
}

.homeNewsColumn a {
	display: block;
	color: #004a8d;
	margin-top:8px;
	margin-bottom:10px;
	font-size: 14px;
	line-height: 16px;
}

.homeNewsColumn p {
	display: block;
	color: #000000;
	font-size: 11px;
	line-height: 12px;
	margin-bottom:10px;
}

.quickLinks {
	padding:4px 0 4px 20px;
		
}

.quickLinks a {
	display: block;	
	color: #004a8d;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-image: url(../images/star.gif);
	padding-left: 18px;
}



.homeFooterDiv {
	text-align: center;
	padding: 15px;
	color: white;
	font-size: 12px;
	background-color: #4C4C4C;
}	

.copyRight{
	background-color: #000000;
	border-top: 1px solid white;
	padding: 15px 0 15px 15px;
	color: White;
	font-size: 12px;
	background-color: #4C4C4C;
}

.legalDiv {
	float: right; 
	padding: 0;
	display:inline;

}
.legalDiv a {
	color: white;
}




.profilePic{
	float:right;
	margin-top:8px;
	padding-left:4px;
	padding-bottom:4px;
}