body {
	background:#000000;
	font-family: arial;
	font-size: 11pt;
	color: #000080;
}

div#outercontainer {
	
}

.mceContentBody {
	background:#ffffff;
}

div#innercontainer {
	/*border: 1px solid red;*/
	background:#C0C0C0;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:10px;
    text-align:left;
    width:771px;	
}

div#innerinner {
	border:1px solid black;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
	width: 770px;
}	

div#innercontainer>div#innerinner {
	margin-top:35px;
}

div#header {
	width: 772px;
	height: 97px;
	background: url('/media/images/head2.jpg');
	background-repeat: none;
}

div#menubar {
	
	display: inline; 
	color:#000000; 
	background: url('/media/images/menu_back.gif');
	background-repeat: repeat-x;
	font-size: 13px; 
	text-align: center; 
	width: 771px; 
	float: left; 
	padding: 0px 0px 5px 0px;
}

div#innercontainer>div#menubar {
	width:100%;
}

div#inner_menu {
	text-align: center;
	padding-left:8px;
	float:left;
}

/*
div#menubar ul { 
	
	list-style-image: url('/media/images/bolt.gif');
}

div#menubar li { 
	float:left;
	text-align: left; 
}

div#menubar li ul {  
	display: none; 
	position: absolute; 
	top: 1em; 
	left: 0; 
	background: #FFFFFF; 
	list-style: none; 
	margin: 0; 
	padding: 3px 0px 3px 0px;
}

div#menubar li:hover ul, div#menubar li.over ul{ 
	display: block; 
	clear: left
}
*/
div#menubar a, div#menubar a:link, div#menubar a:visited, div#menubar a:active { 
	display: block; 
	text-decoration: none; 
	font-size: 14px;
	color: #000000; 
	font-weight: bold; 
	margin: 0px 3px 0px 0px;
}

div#menubar a:hover { 
	text-decoration: underline;
}


div#content { background:#ffffff; float: left; width: 520px; padding-right: 15px; margin: 15px 10px 0px 10px; }
div#content a, div#content a:link, div#content a:visited div#content a:active{ color: #000000; font-weight: bold; text-decoration: none;}
div#content a:hover { text-decoration: underline; }

div#content>div#inner_project {
		
}

.inner_project {
	padding-left: 75px;
	padding-right: 75px;
	margin-bottom:20px;	
}
.inner_project a, .inner_project a:active, .inner_project a:visited { font-size: 0.8em; font-family:tahoma; color:#2A6015; font-weight:bold; text-decoration:none; }
.inner_project a:hover {text-decoration: underline; } 

.project_doc {
	clear: both;
}

.project_doc a, .project_doc a:active, .project_doc a:visited { font-size: 0.8em; font-family:tahoma; color:#2A6015; font-weight:bold; text-decoration:none; }
.project_doc a:hover {text-decoration: underline; }

div#widecontent { float: left; width: 720px; margin: 15px 10px 0px 10px; background:#ffffff;}

div#rightbar { border: 0px solid #000000;float: right; padding-top: 20px; background:#ffffff; margin-right:-2px; }
div#innerinner>div#rightbar {margin-top:0px; margin-right:0px;}
div#rightbar div.box {  margin-bottom: 15px; width:200px;}
div#rightbar div.box h1 { background: #FCED23; font-size: 12px; font-weight: bold; color: #000000; padding-left: 5px; width:184.5px; padding-bottom:5px; margin-right:15px; margin-bottom:2px; padding-top:5px;}


div#rightbar div.box div.content { background:#E4E1E1; padding-bottom: 10px; padding-left:0px; text-align: left; font-size: 0.8em; margin-right:10px;}
div#rightbar div.box div.content a, div#rightbar div.box div.content a:link, div#rightbar div.box div.content a:visited div#rightbar div.box div.content a:active{ color: #000000; font-weight: normal; text-decoration: none; }
div#rightbar div.box div.content a:hover { text-decoration: underline; }

div#footer {
	clear: both; text-align: center;
	width:769px;
	border-top:1px solid black;
	background-color:#ffffff;
	font-size:0.8em;
}

/* Form Layout */
form ul, form ol { list-style: none; }
input[type=radio] { margin-right: 15px;}
ul li label { float: none; width: auto; display: inline; margin: 0px 0px 5px 0px; list-style: none;}
label { display: block; padding:0 1em 3px 0; float:left; width:8em; }
input, textarea, select { margin:2px 0; padding:2px 3px; vertical-align:middle; font-weight:normal; font-size:11px; }
input[type=text] { width: 150px;}
textarea { vertical-align:top !important; width: 250px; }
select { font-size: 0.8em; }
form.not_styled label { float: none; width: auto; padding: 0; display: inline; }

