body {
	background-color:#0033cc;
	text-align: center;
	margin: auto;
	color: black;
	font-family: Tahoma; Arial, times New Roman, Verdana, Geneva, Helvetica, sans-serif;
	
}

hr {
	color: white;	
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #808000;
	text-decoration: none;
}

#header {
	height: 200px;
	background-image: url(images/WSECbanner.jpg);
	border: 2px #cc3300 solid
	
}

#header h1 {
	margin: 0;
}

#container {
	margin: auto;
	width: 800px;
	height:auto;
	background-color: white;
	border: 2px #cc3300 solid
}


#mainlinks {
	padding: 0px;
	width: auto;
	height:auto;
	background-color:#cc3300;
	color: white;
	font: bold 17px Times New Roman;
	text-align:center; 
}

#mainlinks table { 
	table-layout: fixed;

        
}



#content {
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 12.0px;
	margin-left: 0px;
	
}

#content .block {
	display:block; 
	font-size: 24px;
	width:470px;
	text-align:justify; 
	float:left; 
	background-color: white;
	
}

#content h3 {
	color: black;
	text-align:left;
	font-size: 24px; 
	margin-top: 0;
}

#content h4 {
	color: White;
	margin-top: 0;
}

#content h5 {
	color: black;
	font-size: 16px;
	text-align:center; 
	margin-top: 0;
	text-decoration: underline ! important; 

}


#leftCol {
	padding-top:  2px;
	padding-left: 2px; 
	width: 220px;
	float: left;
	text-align: left;
	background-color: white;
	font-size: medium;
}

#rightCol {
	padding-top: 4px; 
	width: auto;
	height: Auto;
	padding-left: 5px;
	text-align: left;
	background-color: white;
}


#rightCol a {
	color: black;
	text-decoration: none;
}

#rightCol a:hover {
	color: #808000;
	text-decoration: none;
}

.menu {
	padding: 15px;
	background-color: black;
	color: white; 
	padding-top: 20px; 
	width: 180px;

}
#menu ul {
	list-style: none;	
}
#menu ul li {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: bolder;	
	text-align: left;
	text-indent: 0;
	margin-left: 0;
}
	
#menu a {
	color: Yellow;
	text-decoration: none;
	text-align: left;
	margin-right: 18px;
	font-size: 16px;
	font-weight: bolder;	
	text-align: left;
	text-indent: 0;
	margin-left: 0;
	background-color: black;

}
#menu ul li a {
	color: Yellow;
	text-decoration: none;
	text-align: left;
	margin-right: 20px;
}
#menu ul li a:hover {
	color: #FCE796;
	text-decoration: none;
}


.menu2 {
	padding: 15px;
	background-color: Blue;
	color: white; 
	padding-top: 20px; 
	width: 180px;

}
#menu2 ul {
	list-style: none;	
}
#menu2 ul li {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: bolder;	
	text-align: left;
	text-indent: 0;
	margin-left: 0;
}
	
#menu2 a {
	color: Yellow;
	text-decoration: none;
	text-align: left;
	margin-right: 18px;
	font-size: 16px;
	font-weight: bolder;	
	text-align: left;
	text-indent: 0;
	margin-left: 0;
	background-color: Blue;

}
#menu2 ul li a {
	color: Yellow;
	text-decoration: none;
	text-align: left;
	margin-right: 20px;
}
#menu2 ul li a:hover {
	color: #FCE796;
	text-decoration: none;
}


#headertext {
	color:yellow;
}

.news {
	width: 205px;
	height: 300x;
	color: white;
	padding: 1px;
	text-align: center;
	font-size: 14px;
	background-color: black;
	border: 2px black solid;
	
}
#news .h3 {
	text-align: center; 
	color: red;


}

.mission {
	padding-top: 2px; 
	width: 205px;
	background-color: red;
	color: white;
	height: auto;
	padding: 2px;
	text-align: center;
	font-size: 14px;
	border: 2px black solid;
	
}

.top {
	color: red;
	width: 620px;
	text-align: center;
}

.space {
	width: auto;
	background-color: white;
	padding: 5px;
	height: 10;
}


#footer {
	width: 100%;
	color: red;
	text-align: center;
	font-size: 14px;
}

#footer hr {
	clear: both;
}
#footer a {
	color: white;
	text-decoration: none;
}

#footer_links {
	width: auto;
	height: auto;
	background-color : #cc3300;
	color: white;
	font: bold 18px Times New Roman;
}

#float-right {
	clear: right;
	float: right;
	margin: 0 3px 0 3px;
}
.float-left {
	clear: left;
	float: left;
	margin: 0 3px 0 3px;
}
