@charset "utf-8";
@import url("2colbase.css");
/*
Blumilos CSS
#050E4E - dark blue (body)
#0A2F6F - medium blue (wrapper header)
#1E51A8 - lighter blue (borders)
#AFC0DB - pale blue (font color)
#E1E8F5 - medium light blue (a hover)



#E1E8F5 - light blue
#AFC0DB - light blue
#2E61B9 -
#1E51A8 -
#0A2F6F -
#001335 -
*/

body {
	background: #050E4E;  
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*font-size: 100%;*/
	line-height: 125%;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 150%;
	color: #E1E8F5;
	margin: 0;
}

h2 {
	font-size: 130%;
	color: #E1E8F5;
}

h3 {
	font-size: 110%;
	color: #E1E8F5;
}

p {
	margin: .5em;
}

#wrapper {
	background: #0A2F6F;
}

#header {
	background: #0A2F6F  url(../images/head6.png) no-repeat center;
	height: 115px;
	border-bottom: solid 1px #1E51A8;
}

#header h1{
	margin-left: -9000px;
}

#sidebar {
	color: #AFC0DB;
	border-left: solid 1px #1E51A8;
}

#sidebar ul {
	margin: 0;
  	padding: 0;
  	list-style: none;
	font-size: .95em;
}
	
#sidebar a{
	color: #E1E8F5;
	text-decoration: none;
	border-bottom: 1px dotted #AFC0DB;
	display: block;
	padding: .2em .5em;
}

#sidebar a:hover{

	color:#AFC0DB;
	border-bottom: 1px solid #AFC0DB;

}

#content {
	color: #AFC0DB;
	font-size: 95%;
	
}
	
#content ul {
	list-style-type: disc;
	padding: 0 1.5em;
	/*margin: 1em 0 3em;*/
	/*border: solid 1px #0548F2;*/
}
	
#content li {
	padding: .5em .2em;
}

#content img {
	float:left;
	margin: .5em;
}

#footer {
	color: #2E61B9;
	font: .9em "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	padding: .2em;
	clear: both;
	margin: .5em;
	border-top: solid 1px #1E51A8;
	}
	
.formerror {
	color: red;
}

#username {
	width: 200px;
}

#useraddr {
	width: 300px;
}

#usercomm {
	width: 500px;
	height: 30px;
}

.email textarea {
	width: 300px;
	height: 50px;	
}







