@charset "utf-8";
/* CSS Document */

body {
	font-family:Tahoma;
	font-size:12px;
	margin:0px auto;
	background-color:#EEE;
	color:#333333
}
#wrapper {
	margin:0px auto;
	width: 1024px;
}
#header {
	width: 1024px;
	height:209px;
}
#nav {
	width: 1024px;
	height:58px;
	background:url("images/d_02.gif") top left repeat-x;
	text-align:center;
}
#nav ul {
	text-align:center;
	width:852px;
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px auto;
}
#nav ul li {
	float: left;
}
#content {
	clear:both;
	width:994px;
	height:auto;
	padding:15px;
	background:url("images/d_12.gif") top left;
}
#footer {
	clear:both;
	width:1024px;
	height:86px;
	margin:10px 0px 0px 0px;
}
#footernav {
	width:1024px;
	height:63px;
	background:url("images/d_20.gif") top left repeat-x;
	clear:both;
}
#footernav ul {
	float:left;
	list-style:none;
	list-style-type:none;
	width:600px;
	margin:0px;
	padding:20px 0px 0px 0px;
}
#footernav ul li {
	float:left;
	font-size:14px;
	border-right:1px solid #999999;
	padding:0px 10px 0px 10px;
}
#footernav ul li a {
	color:#000;
	text-decoration:none;
}
#latestNews {
	text-align:left;
	float: right;
	width:264px;
	height:268px;
	background:url("images/latest.gif") top left no-repeat;
	padding:60px 10px 0px 10px;
}
#latestNews a {
	color:#990000;
}
strong {
	color:#2382ba;
	font-weight:bold;
}
ul#bullethome{
}
#bullethome li {
	padding-bottom:0px;
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 0px;
	vertical-align:bottom;
	line-height: 30px;
}
ul#bullet{
}
#bullet li {
	padding:0 0 5 0px;
	list-style-image:url(images/bullet2.gif);
	list-style-type:none;
	margin:0 0 0 -5px;
}
