* {
	margin: 0;
	padding: 0;
}
/* Background */
body {
	background-color: #f7f7f5;
	background-image: url(images/index_bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

/* links */
a {
	color: #ad7f6b;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

/* css table */
#wrapper {
	width: 683px;
	margin: 0 auto;
	padding: 5px;
	overflow: hidden;
}

/* top navigation */

.topmenu {
	height: 36px;
	overflow: hidden;
}
.topmenu ul {
	margin: 20px 0 0 215px;
	float: left;
	display: inline;
}
.topmenu li {
	float:left;
	list-style: none;
	display: inline;
}
.topmenu .whiteline {
	border-left: 1px dotted white;
}
.topmenu a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 0 5px;
	line-height: 16px;
}
.topmenu a:hover {
	color: #000000;
}
.topmenu h1 a {
	float: left;
	width: 145px;
	height: 36px;
	background-image: url(images/logo.png);
background-repeat: no-repeat;
	font-size: 1px;
	margin-left: 149px;
	display: inline;
	text-indent: -1000px;
}

/* Middle Background */

.middlebg {
	background-image: url(images/index_bg_top.gif);
	height: 500px;
	margin-top: 5px;
background-repeat: no-repeat;
  padding-top: 10px;
}

.middlebg ol {
color: #01263a;
margin: 35px 10px 0 25px;
font-size: 12px;
text-align: justify;

}

.middlebg a {
font-size: 12px;
text-decoration: none;
}

/* main */
.main {
	width: 115px;
	float: left;
}

.main ul {
	width: 100px;
}

.main li {
  border-right: 1px dotted #606a74;
	list-style: none;
	padding: 5px;
	float: right;
}

.main a {
	color: #606a74;
	text-align: right;
	font-size: 12px;
  font-weight: bold;
  line-height: 15px;
	text-decoration: none;
	width: 80px;
	display: block;
}

.main a:hover {
	color: #000000;
}

.main .division {
	font-size: 12px;
  padding-top: 10px;
	border-top: 1px dotted #606a74;
}

/* content */
.content {
  width: 492px;
  height: 500px;
  float: left;
  padding-left: 13px;
}

.content li {
	list-style: none;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
line-height: 20px;
color:#606a74;
}

.content a {
	color: #606a74;
	text-decoration: underline;
}

.content a:hover {
	color: #000000;
}

/* bottom section */
.botmenu {
	overflow: hidden;
}
.botmenu ul {
display: inline;
float: right;
}
.botmenu li {
	list-style: none;
	display: inline;
}
.botmenu .whiteline {
	border-left: 1px dotted #606a74;
}
.botmenu a {
	color: #606a74;
	font-size: 12px;
	text-decoration: none;
	padding: 0 5px;
	line-height: 16px;
}
.botmenu a:hover {
	color: #000000;
}
.botmenu h5 a {
	width: 110px;
	height: 27px;
	background-image: url(images/logo_bottom.gif);
background-repeat: no-repeat;
background-position: center; 
	font-size: 1px;
	margin-top: 5px;
	text-indent: -1000px;
float: right;
	clear: right;
	border-bottom: 1px dotted #606a74;
	border-top: 1px dotted #606a74;
	padding: 5px 10px;

}
.botmenu p 
{
margin-top: 5px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
color:#606a74;
float: right;
clear: right;
}

