html,body{
	margin: 0px;
	font-family: Arial;
	font-size:10pt;	
	text-align:center;
	background:#ffffff;
}

#main{
	margin:0px auto;
	width:1000px;
	margin-bottom:20px;
}
#header{
	background:transparent url(../img/header.png) no-repeat top left;
	width:1000px;
	height:232px;
	text-align:left;
	margin-bottom:20px;
}
#menu{
	width:203px;
	height:466px;
	background:#ffffff url(../img/menu.png) no-repeat top left;
	float:left;
	margin-right:30px;
	padding:0px;
}
#menu p{
	width:197px;
	height:26px;
	background-color:#0067b4;
	text-align:center;
	margin-bottom:3px;
	margin-top:0px;
	border-left:3px solid #0067b4;
	border-right:3px solid #0067b4;
	padding-top:10px;
	color:#ffffff;
	cursor:pointer;
}
#menu a, a:hover{
	color:#ffffff;
	text-decoration:none;
}
#menu p:hover{
	background-color:#86aad3;
}
#content{
	background:#ffffff url(../img/title.png) no-repeat top left;
	width:767px;
	float:left;
	text-align:left;
}
#content1{
	width:719px;
	text-align:justify;
	float:left;
	min-height:440px;
	border-left:4px solid #0067b4;
	border-right:4px solid #0067b4;
	margin-top:20px;
	padding:20px;
	padding-top:30px;
	color:#0a51a1;
}
#content2{
	width:767px;
	float:left;
	height:18px;
	background:#ffffff url(../img/footcontent.jpg) no-repeat bottom left;
}
#boxdemo{
	width:265px;
	height:208px;
	float:left;
	background:#0a51a1 url(../img/titledemo.png) no-repeat top left;
}
#boxnews{
	width:420px;
	height:200px;
	float:left;
	background:#ffffff url(../img/bg_news.jpg) no-repeat top left;
	margin-left:30px;
	color:#0a51a1;
}
#boxnews a{color:#0a51a1}
#boxnews h2{color:#ff8000}

div.news_content{
	padding:20px;
	height:120px;
	width:378px;
	overflow:auto;
}

#footer{
	background-color:#cccccc;
	width:1000px;
	height:21px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	border-top:4px solid #0067b4;
	border-bottom:4px solid #0067b4;
	color:#ffffff;
	text-align:center;
	font-size:8pt;
	padding-top:10px;
	text-shadow: #000 1px 1px 4px;
}

h1{
	margin:0px;
	font-size:16pt;
	color:#ffffff;
	margin-left:35px;
	margin-top:25px;
	text-shadow: #333333 0px 1px 1px;
}
h2{
	margin:0px;
	font-size:12pt;
	color:#ffffff;
	margin-left:15px;
	margin-top:5px;
}

img.menu{
	position:relative;
	margin-top:355px;
	cursor:pointer;
	border:0px;
	height:21px;
}
img.title{	
	border:0px;
	height:20px;
	margin-top:30px;
	margin-left:30px;
}
img.news{
	border:0px;
	width:180px;
	float:left;
	margin-right:10px;
}
p a,p a:active,p a:visited{
	border:0px;
	text-decoration:none;
	font-weight:bold;
	color:#ff8000;
}
p a:hover{text-decoration:underline;color:#ff8000}

a, a:active, a:hover{
	text-decoration:none;
	color:#ffffff;
}
img {
	border:0px;
}


ul{
	list-style:square url("../img/square.gif");
	padding-top:20px;
	padding-left:20px;
}
li{
	margin-bottom:10px;
}

a.doc,a.doc:active,a.doc:visited{
	float:left;
	color:#0a51a1;margin-right:20px;
	text-align:center;
}
a.doc:hover{
	color:#ff8000;
	border-bottom:1px solid #ff8000;
}

img.preview{
	width:300px;height:250px;
	border: 1px solid #ccc;
	cursor:pointer;
}
