body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
	text-align:center;
	
}

a:link {
	color: #BF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BF0000;
}
a:hover {
	text-decoration: underline;
	color: #BF0000;
}
a:active {
	text-decoration: none;
	color: #BF0000;
}

#container { 
	width: 960px;
	min-height:720px;
	height:auto;
	margin: 0 auto; 
	text-align: left;
	background: #D1D3D4 url(images/backrepeat.gif) repeat-x;
	
}

#leftContent { 
background:#00477C url(images/box.png) no-repeat left;
	margin: 15px 0px 20px 60px;
	float:left;
	width:253px;
	height:216px;
} 

#imagebox {
	margin-right:10px;
background:#fff;
	float:left;
	width:260px;
	height:250px;
} 

#leftfull { 
background:#00477C;
border:solid;
border-color:#FFF;
border-width:6px;
	margin: 16px 0px 20px 61px;
	float:left;
	width:826px;
	height:auto;
	min-height:480px;
} 

#leftfullbody { 
background:#fff;
margin: 12px 40px 12px 12.5px;
padding:10px;
	float:left;
	width:780px;
	height:auto;
	min-height:435px;
	font-size: 12px;
	color: #00477C;
} 

#leftfullbody a {
	color: #00477C;
	text-decoration: none;
}
#leftfullbody a:hover {
text-decoration: underline;
color: #00477C;       
}


#body { 
	margin: 10px 0px 20px 70px;
	padding-left:10px;
	float:left;
	width:810px;
	min-height:490px;
	height: auto;
	background-color:#fff;
	text-align:left;
}

#middle { 
	margin: 0px 0px 20px 70px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	width:500px;
	height:216px;
	background-color:#fff;
	text-align:left;
}

#project { 
	margin: 0px 0px 20px 20px;
	padding-left:10px;
	float:left;
	width:278px;
	height:216px;
	background-color:#fff;
	text-align:left;
}



#header { 
	background:#FFFFFF url(images/header.png) no-repeat left;
	height:112px;
} 

#title { 
text-align:center;
	margin: 20px;
	margin-top:5px;
	width: 920px;
	height:260px;
	line-height:40px;
	font-weight: bold;
} 

#menu { 
	margin: 0;
	width: 920px;
	#width: 960px;
	height:80px;
	line-height:80px;
	font-size:16px;
	font-weight:500;
    background:#FFFFFF url(images/menu_back.png) no-repeat center;
	} 

#menu ul {
 text-align:center;
 }

#menu li {
	display: inline;
}
#menu li a {
	color: #000;
	text-decoration: none;
	margin-right: 80px;
}
#menu li a:hover {
text-decoration: underline;
color: #000;       
}

#bottom {
	clear:both;
	width:960px;
	height:54px;
	text-align: center;
} 

#footerbottom{
	clear:both;
	margin: 40px 0px 0px 0px;
	height:20px;
	font-size:11px;
	text-align:center;
	
} 

#footerbottom a {
	color: #F57F20;
}

#footerbottom a:hover {
text-decoration: underline;
color: #F57F20;
              
}

.clear { clear: both; }

h1 {font-size:16px; 
color:#BF0000;}

.textbody {
	color: #333;
	font-size: 12px;
}

