/* CSS Document */

/*GLOBAL SETTINGS*/

body, p, caption { color: #000; font-size: 85%; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding-right: 5px; padding-left: 5px }
body  { background-color: black; margin: 0; padding: 0 }

.align-left  { text-align: left }
.align-right  { text-align: right }
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}

/*For Links - Need to set colors */
a  { color: #3521fe; font-size: 85%; font-weight: bold }
a:hover{   
	text-decoration:none; 
	color: #930; 
	font-size: 85%;
	font-weight: bold;
}

/* HEADER TAGS */
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	
	padding:6px 0px 0px 0px;
	margin: 0px; 
	font-size: 27px;      
}
h2 {
	font-weight:normal;
	margin:7px 0px 2px 0px;
	padding:5px 0px 5px 0px;
	font-size:130%;
}

h3 {
	margin:17px 0px 4px 0px;
	font-weight:normal;
	font-size:120%;      
}
h4, h5{
	margin:13px 0px 4px 0px;
	font-weight:bold;
	font-size:115%;      
}

/*Content Settings*/

#leftcontent     { color: #000e78; text-align: justify; margin-top: 50px; padding-right: 8px; padding-left: 8px; position: absolute; left: 3px; width: 178px }

#maincontent   { background: #c0c0c0; text-align: justify; margin-right: 186px; margin-left: 186px; width: auto; voice-family: inherit  }
html>body #maincontent  { background-color: silver; margin-right: 201px; margin-left: 201px; width: auto }
#rightcontent     { color: #007030; text-align: justify; margin-top: 50px; padding-top: 9px; padding-right: 9px; padding-left: 9px; position: absolute; right: 3px; width: 178px; border: 2px }

/*Mainly for Publications with the Left - Might need to change to cover full*/		
#maincontent_full  { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: justify; margin-left: 201px; voice-family: inherit }
	
html>body #maincontent_full  { margin-left: 201px }
		
#maincontent a, .block a { text-decoration: underline }
#maincontent a:hover , .block a:hover { text-decoration: none; border-bottom: 1px solid #fff }
html>body #maincontent a{
	text-decoration:none;
	border-bottom:1px dotted #363;
}


#maincontent h2 {
	font-size:160%;
	color:#000;
	margin-bottom:15px;
}
#maincontent h3   { color: blue; font-size: 130%; letter-spacing: 0.03em; margin-bottom: 12px }
#leftcontent h2 {
	padding:2px 2px 2px 5px;
}

#rightcontent h2  { padding: 2px 2px 2px 5px }

#rightcontent h5  { padding: 2px 2px 2px 5px }

/*Green heading for the main pages*/
.silver { font-size: 160%; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; background-color: silver; text-align: left; display: block; margin: 7px 0 15px; padding: 3px 0; width: 100%; clear: both; border-bottom: 3px solid #0033cc }

.bluetext   { color: #090c1d; font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; background-color: transparent; text-align: justify; display: block }

.greentext  { font-size: 85%; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; background-color: silver; text-align: justify; display: block }

#wrapper  { background-color: #eee; display: block; margin: 0; padding: 0; clear: both }
html>body #wrapper {
	padding-top:0px;
}

input, textarea  { background-color: #c0c0c0; border: solid 1px #000000 }


#footer  { color: #007030; font-size: 11px; font-family: Verdana; font-weight: bold; background-color: #c0c0c0; text-align: center; margin: 0; padding: 3px; width: 99%; clear: both }
	
	
	#footer .logo {
		float: left;
		text-align: left;
		}
	#footer .mission{
		text-align: center;
		}
	
	#footer .update {
		float: right;
		text-align: right;
		color:#000000;
		}
	.falink {
		color:#0033FF;
		}
