* {
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}
body {	
	background:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color: #D5E4EB;
}
#container {
	width:900px;
	padding-top:21px;
	background-color: #FFF;
	margin: 40px auto;
}
#head {
	width:123px;
	height:133px;
	margin: 0 388px 21px 389px;
	background:url(images/logo.gif);
}
#belt {
	width:900px;
	height:21px;
	border-bottom:1px solid #0E71B4;
	background:url(images/belt.jpg);
}
#menu {
	height:21px;
	border-bottom: 1px solid #0E71B4;
	border-right: 1px solid #0E71B4;
}
#menu ul li{
	margin:0;
	display:block;
	float:left;
	width: 127px;
	text-align:center;
	overflow:hidden;
	border-left: 1px solid #0E71B4;
}
ul li{
	margin-left:25px;
}
a, a:visited{
	text-decoration: none;
	color: #0E71B4;
}
a:hover, a:active{
	text-decoration: none;
	color: #66B8DC;
}
#menu ul li a, #menu ul li a:visited{
	font-size:12px;
	font-weight:bold;
	display:block;
	width: 127px;
	padding:3px 0;
	height:15px;
}
#sidebar {
	float:left;
	width:125px;
	padding: 62px 5px 10px 20px;
	color:#0E71B4;
	font-weight:bold;
}
#sidebar ul {
	width:110px;
}
#sidebar ul li{
	margin-left:20px;
	width:90px;
	padding-top:10px;
}
#content {
	float:left;
	width:445px;
	padding-right:5px;
	padding-bottom:10px;
	margin-top:62px;
	color:#666;
}
#image {
	width:300px;
	float:left;
}
h1{
	color:#0E71B4;
	border-bottom: 1px solid #0E71B4;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:bold;
}
h3{
	color:#0E71B4;
	font-weight:normal;
}
.highlight{
	color:#0E71B4;
}
table{
	border-collapse:collapse;
}
td{
	padding-right:8px;
	padding-top:2px;
}
.right{
	text-align:right;
	vertical-align:top;
}