@charset "UTF-8";
/* formatting style
----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
}
hr {
	display: none;
}
/* link style
----------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
----------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 860px;
	border-right: none;
	border-left: none;
	border-top-style: none;
	border-bottom-style: none;
}

#top {
	height: 70px;
	width: 840px;
	padding: 10px;
	background-color: #0000CC;
}
#main1 {
	padding: 30px 15px 15px;
	background-color: #FFFFFF;
}
#main1 table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main1 table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main1 table tr.odd {
	background-color: #EFEFEF;
}
#main1 table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}

/* header styles
----------------------------------*/

#header {
	clear:both;
	width: auto;
	background-color: #0000CC;
	position: absolute;
	padding: 0px;
}

#header ul {
	background-color: #0000CC;
	width: 860px;
	position: absolute;
	left: 0px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 171px;
	color: #CCCCCC;
	line-height: 2em;
}
#header ul li a:hover {
	color: #FF9900;
	text-decoration: none;
}
#toptell {
	height: 80px;
	width: 180px;
	top: 450px;
	left: 660px;
	text-align: left;
	position: absolute;
}
#topimg {
	top: 50px;
	position: absolute;
	left: 200px;
}
h4 {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
h5 {
	text-align: right;
	padding-right: 30px;
	font-size: 12px;
	font-weight: lighter;
}
/* table
----------------------------------*/
#logo1 {
	float: right;
	margin-top: 52px;
}
#logo2 {
	float: left;
}
#logo03 {
	left: 50px;
}

/* footer
----------------------------------*/
#footer {
	clear:both;
	color: #CCCCCC;
	background-color: #0000CC;
	margin: 0px auto;
	font-size: 85%;
	padding: 5px 15px 15px;
	border-top: 3px solid #FF9900;
}
#copyright {
	clear: both;
	text-align: center;
}
#list1 {
}
.migi {
	text-align: right;
}
#footer ul li a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer ul li {
	float:left;
	list-style: none;
	margin-right: 5px;
}
#footer ul li a:hover {
	color: #FF9900;
}
#footer p a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer p a:hover {
	color: #FF9900;
}
#main1 table2 {
	margin-bottom: 15px;
}

