body{
	background: #022662 url(images/bak.jpg) fixed;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
}
body *{
	margin:0px;
	padding:0px;	
}
h1,h2{ font-weight:bold; font-size:14px; margin:10px; color:#022662; }
p{ margin:0px 10px 10px 0px; }
label{ 	 
	width:300px; 
	display:block; 
	margin:10px;
	text-align:right;
}
label input,label textarea{
	width:210px;
}
input.small{ width:80px; }
a{text-decoration:none;}
br{ margin-bottom:20px; }
a.more{
	background:url(images/more.gif) no-repeat;
	width:125px;
	height:25px;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding-top:8px;
	display:block;
}
a:hover.more{ color:#07C5D1; }
#page{
	margin:20px auto 5px auto;
	width:760px;
	border:#FFFFFF 1px inset;
	text-align:left;
	background-color:#FFFFFF;
	position:relative;
	overflow:visible;
	padding:1px;
}
#top{
	height:125px;
	width:100%;
	padding:0px;
	background:url(images/topbak.jpg) repeat-x;
	background-position:160px 65px;
}
#top #menu{
	margin-top:5px;
}
#top #menu li{
	float:left;
	position:relative;
	list-style:none;
	list-style-type:none;
	margin:0px 8px;
}
#top #menu li a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
#top #menu li a:hover{
	color:#022662;
}
#top #menu li ul{
	float:none;
	position:absolute;
	list-style-type:none;
	top:15px;
	left:-30px;
	background:#CFE7FF url(images/subbak.jpg) bottom repeat-x;
	text-align:center;
	width:150px;
	display:none;
	padding-bottom:10px;
}
#top #menu li:hover ul{	display:block; }
#top #menu li ul li{ float:none;}
#left{
	width:360px;
	margin:10px;
	min-height:350px;
	float:left;
}
#left h1,#left h2{ margin-left:0px; }
#right{
	border:#cccccc 1px solid;
	width:330px;
	margin:10px;
	float:left;
	font-size:10px;
	padding:5px;
}
.four img{
	width:150px;
	height:150px;
	margin:5px;
	border:#666666 1px solid;
}
.one img{ width:330px; }
#base, #base a{
	color:#66CDF6;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#base a:hover{ color:#9FE4FF; }
#addr{ margin-left:85px; }
.project{
	border:#022662 1px solid;
	width:700px;
	height:120px;
	margin:25px 20px;
	background-repeat:no-repeat;
	padding:10px;
	position:relative;
}
.project h2{
	margin:5px;
	margin-left:210px;
	color:#000066;
}
.project p{
	margin-left:210px;
	width:320px;
}
.project img.logo{
	position:absolute;
	left:560px;
	top:10px;
}
.project a.more{
	position:absolute;
	left:560px;
	top:110px;
}
div.news{
	border-bottom:2px dotted #000033;
	margin:10px 5px;
	padding:5px;
}
div.news p.date{
	font-size:11px;
	margin-bottom:0px;
	font-style:italic;
	color:#666666;
}
div.news a.more{
	position:relative;
	margin:10px 600px;
	background:url(images/more.gif) no-repeat;
	width:125px;
	height:25px;
	text-align:center;
	padding-top:6px;
}
div.news h1{
	margin:0px;
	color:#000066;
	font-size:14px;
	margin-top:0px;
}
#popup{
	background-color:#00CCFF;	
	padding:5px;
	margin:auto;
	display:none;
	position:absolute;
	top:125px;
	left:25%;
	font-size:12px; 
	font-weight:bold;
	color:#fff;	
}



