/* ---------------------------- 1. BASIC FORMATTING --------------------------------- */
body {
background-image: url(img/page_bg.gif);
background-repeat: repeat;
padding: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}

.clear{
clear: left;
}
	
a {
color: #2385b8;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #990000;
text-decoration:none;
font-weight: normal;
}


/* ---------------------------- 2. BASIC FORMATTING --------------------------------- */

#topblack {
color: #2385b8;
background-image: url(img/header_bg.jpg);
background-repeat: repeat-x;
margin-top: 0px;
padding: 0px;
height: 130px;
width: auto;
}

#blackbar {
color: #2385b8;
background: inherit;
height: 130px;
width: 800px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

#logo h1{
float:left;
color: #2385b8;
margin: 0px;
padding: 0px;
background-image: url(img/logo.jpg);
background-repeat: no-repeat;
height: 100px;
width: 800px;
}

#logo h1 a {
display: block;
margin: 0px;
padding: 0px;
height: 100px;
width: 400px;
}

#logo h1 a hover{
display: block;
margin: 0px;
padding: 0px;
height: 100px;
width: 400px;
text-decoration:none;
}

/* ---------------------------- 3. TOP NAVIGATION --------------------------------- */

#topnav{
	width: 800px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 30px;
	text-align: right;
	float:right;
	margin-top: 0px;
	margin-bottom: 0.2em;
}

#topnav a {
font-weight:bold;
	display: block;
	float: right;
	width: 80px;
	color: #2385b8;
	border-right: 0px;
	text-decoration: none;
	margin-bottom: 0.2em;
}

#topnav a:hover {
font-weight:bold;
	display: block;
	float: right;
	width: 80px;
	color: #990000;
	text-decoration: none;
	margin-bottom: 0.2em;
}

#topnav span {
text-align: right;
}

#topnav ul {
display: inline;
padding: 0px; 
margin: 0px;
}

#topnav ul li {
display: inline;
list-style-type: none;
padding: 0px; 
margin: 0px;
}

/* ---------------------------- 4. MAIN CONTAINER --------------------------------- */

#maincontainer{
color: #222222;
height: auto;
width: 800px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

#maincontainer h1{
font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
color: #2385b8;
font-size: 2.5em;
font-weight: normal;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}

.maincontent {
width: 800px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding: 0px;
}

/* ---------------------------- 5. LEFT COLUMN FORMATTING --------------------------------- */

#leftcontent {
color: #333333;
float: left;
width:800px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding: 0px;
}

#leftcontent p {
font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
color: #333333;
font-size: 1em;
font-weight: normal;
line-height:1.5em;
text-align:justify;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0.8em;
margin-left: 0px;
}

#leftcontent h2{
font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
color: #2385b8;
font-size: 2.0em;
font-weight: normal;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}

#leftcontent h3{
font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
color: #2385b8;
font-size: 1.4em;
font-weight: normal;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}

#leftcontent h4{
font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
color: #990000;
font-size: 1.4em;
font-weight: bold;
padding: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}

#leftcontent h5 a {
font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
color: #2385b8;
font-size: 1em;
font-weight: bold;
padding: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}

#leftcontent h5 a:hover{
font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
color: #990000;
font-size: 1em;
font-weight: bold;
padding: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
/* -----------------------------------------form styles ------------------------- */
form {
width: 800px;
background-color: #eee;
border: 1px solid #2385b8;
margin-top: 0.8em;
margin-bottom: 0.8em;
padding: 1em;
	}

#uploadbox {
font: "Trebuchet MS", Verdana, Arial, Sans-Serif;
font-weight: normal;
color:#333333;
padding:1em;
	}
	
#uploadbox #file, .file, #go, #submit, .submit input{
	padding: 4px;
	font-size: 1.4em;
	margin-bottom:5px;
}

#contact_form submit, #contact_form input, #contact_form textarea {
background-image: url(img/input_bg.gif);
background-repeat: no-repeat;
border:1px #2385b8 solid;
display:block;
padding: 4px;
font:1.2em "Trebuchet MS", Verdana, Arial, Sans-Serif;
font-weight: normal;
color:#333333;
margin:0 0 10px 0;
	}

#contact_form label span {
font:1.2em "Trebuchet MS",Arial, Helvetica, sans-serif;
color:#333333;
padding:0px 0 0px 3px;
	}
	
#contact_form label {
background-color: #eee;
margin-left:0px;
font:12px "Trebuchet MS", Verdana, Arial, Sans-Serif;
font-weight: bold;
padding:5px 0 0 3px;
color:#333333;
	}