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

body, td, th {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
object {
	outline:none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
a:link {
	color: #0066C9;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066C9;
}
a:hover {
	text-decoration: none;
	color: #0066C9;
}
a:active {
	text-decoration: underline;
	color: #0066C9;
}

#mainbox {
	background-image: url(../images/background_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:600px
}
#topbar {
	height: 128px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#menubox {
	height: 37px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu_background.jpg);
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
#flashbox {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}
#indexbox_main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}
#indexbox {
	float: left;
	width: 316px;
}
#indexbox_main .centerbox {
	margin-right: 6px;
	margin-left: 6px;
}
#indexbox #content {
	padding: 15px;
}
#indexbox #content img {
	margin-bottom: 10px;
}
#leftbox {
	width: 200px;
	min-height:420px;
	background-color: #0066CA;
	float: left;
}
#midbox {
	margin-left: 210px;
}
#midbox #content {
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#underline h2 {
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.background_stripe {
	background-image: url(../images/background_stripe.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer #content {
	background-color: #F6F6F6;
	text-align: center;
	font-size: 11px;
	color: #999;
	padding-top: 7px;
	padding-bottom: 7px;
}
