body  {
background: #E9F2F6;
margin: 0;
}

#container { 
width: 90%;
margin: 0 auto;
}

#header { 
padding: 35px 30px 5px 30px;
background: #006600;; } 

#header a {
color: #FFFFFF;
text-decoration: none;
font-size: 30px; 
font-family: "Myriad Pro";
}

#menu {
background-color: #006600;  
padding-left: 6px;
padding-bottom: 10px;
text-align:left;
}

#menu a {
color: #c5d6db;
text-decoration: none; 
font-size: 14px; 
font-family: "Myriad Pro";
text-transform: uppercase;
}

#menu a:hover {
color: #ecf2f3;
}

#sidebar {
float: left;
width: 160px;
height: 1000px;

padding: 30px 30px 0 30px;
margin: 0;
color: #444444;
text-align: center;
}

#sidebar a {
text-decoration: none; 
color: #262626;
font-family: "Lucida Sans Unicode";
font-size: 12px;
}

#sidebar a:hover {
color: #666666;
}

#sidebar img {
border: solid 1px #d6d6d6;
}

.project {
margin:15px 0 25px 0;
}

h1 {
margin: 0px;
color: #869843; 
font-size:24px; 
font-family: "Arial Narrow"; 
font-weight: normal;
}

h2 {
color: #3b7687;
font-size: 15px; 
margin: 20px 0 5px 0;
}

#main {
background-image:url(images/bg.gif);
} 

#main_1 {
text-align: center;
background:#FFFFFF;
padding: 30px 30px 30px 30px;
}

#main_2 {
text-align: left;
background:#FFFFFF;
padding: 30px 30px 30px 30px;
}


#text { 
margin: 0 0 0 220px;
padding: 25px 30px 30px 30px;
color: #444444;
font-family: "Georgia";
font-size: 13px; 
line-height: 18px;
height: auto;
text-align: justify;
} 

#text_1 { 
/*margin: 0 0 0 220px;*/
/*padding: 25px 30px 30px 30px;*/
color: #444444;
font-family: "Georgia";
font-size: 13px; 
line-height: 18px;
height: auto;
text-align: left;
} 

#text_2 { 
margin: 0 0 0 20px;
padding: 25px 30px 30px 30px;
color: #444444;
font-family: "Georgia";
font-size: 13px; 
line-height: 18px;
height: 125px;
text-align: justify;
} 

#text_3 { 
margin: 0 0 0 20px;
padding: 25px 30px 30px 30px;
color: #444444;
font-family: "Georgia";
font-size: 13px; 
line-height: 18px;
height: auto;
text-align: justify;
} 

#text a {
color: #3b7687; 
text-decoration: none;
}

#text a:hover {
color: #444444;
}

#footer {
padding: 10px 10px 0px 10px;

background: #660088;
font-family: "Lucida Sans Unicode";
color: #444444;
font-size: 11px;
text-align: right;
width: 760px;
height: 25px;
margin: 0 auto;
}

#footer_logged_in {
padding: 10px 10px 0px 10px;

background: #660088;
font-family: "Lucida Sans Unicode";
color: #444444;
font-size: 11px;
text-align: right;
width: 780px;
height: 25px;
margin: 0 auto;
}

#footer a {
text-decoration: none; 
background-color: #660088; 
}

#footer a:hover {
color: #666666;
}

.separator {
font-size:11px;
color:#FFFFFF;
}

.clear {
clear:both;
}

input.btn {
background-color: transparent;
border: 0;
padding: 0;
color: #c5d6db;
text-decoration: none; 
font-size: 14px; 
text-transform: uppercase;
}

#inlineform {
display: inline;
}


input.btn:hover {
color: #ecf2f3;
}

input.btn_inline {
background-color: transparent;
border: 0;
padding: 0;
color: #660099;
text-decoration: none; 
font-size: 14px; 
align: left;
}

input.btn_inline:hover {
color: #666699;
}

.submit {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 0px solid #00F;
	border-left: 0;
	color:#000000;
	margin: 0;
	font-size: 16px;
	padding: 0;
	}
	
.submit2 {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 0px solid #00F;
	border-left: 0;
	color:#000000;
	margin: 0;
	font-size: 12px;
	padding: 0;
	}

*:first-child+html .submit {		/* hack needed for IE 7 */
	border-bottom: 0;
	text-decoration: underline;
}

* html .submit {				/* hack needed for IE 5/6 */
	border-bottom: 0;
	text-decoration: underline;
}
