body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 130%;
	color: #575757;
	font-size: 12px;
	background-image: url(./images/bg02.gif);
	background-repeat: repeat-x;
	background-color: #0A5A89;
}

html,body{
  height: 100%;
}

img {
	border: none;
}

.text-10 {
	font-size: 10px;
}

#site-bg {
	height: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

#footer {
 height: 147px;
 color: #fff;
 background-image: url(../images/footer_bg.jpg);
 background-repeat: repeat-x;
 background-color: #4F4F4F;
}

a {color:#006666; text-decoration:underline;}
a:link {color:#006666; text-decoration:underline;}
a:visited {color:#006666; text-decoration:underline;}
a:active {color:#006666; text-decoration:underline;}
a:hover {color:#009999; text-decoration:none;}

a.footer-list {color:#FFFFFF; text-decoration:none;}
a.footer-list:link {color:#FFFFFF; text-decoration:none;}
a.footer-list:visited {color:#FFFFFF; text-decoration:none;}
a.footer-list:active {color:#FFFFFF; text-decoration:none;}
a.footer-list:hover {color:#FFFFFF; text-decoration:underline;}

h1 {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 22px;
}
h2 {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {font-size: 10px;color: #FFFFFF;font-weight: normal;margin: 0px;}
h4 {font-size: 14px;color: #000000;font-weight: bold;margin: 0px;}
h5 {font-size: 14px;color: #000000;font-weight: bold;margin: 0px;}
h6 {font-size: 16px;color: #880000;font-weight: bold;margin: 10px 0px;}
.spacer {line-height: 120%;}

#wrapper {
	width: 988px;
	margin: auto;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #FFFFFF;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 74px;
	background-image: url(./images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: auto;
}
#header ul {
	margin: 0px;
	padding: 0px;
}
#header li {
	 margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.logo {}
.head_right {
	width: 718px;
	float: right;
	height: 74px;
	margin: 0px;
	padding: 0px;
}
#content {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
#content .left {
	padding: 6px;
	float: left;
	width: 538px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	height: auto;
	background-color: #FFFFFF;
}
.left dl {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.left dt {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #3881B6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.left dd {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#content .right {
	margin: 0px;
	padding: 6px;
	float: right;
	width: 374px;
	height: auto;
}
#foot {
	background-color: #5D5D5D;
	color: #FFFFFF;
}
p {
	margin: 0px;
	padding: 0px;
}
br.clear {
	clear: both;
}

