@charset "UTF-8";
/* formatting style
-----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #4D4D4D;
	background-color: #002870;
}
hr {
	border-top:1px dashed #002870;
	height:1px;
	color:#FFFFFF;
	width: 100%;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
/* link styles
-----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #002870;
	text-decoration: none;
}
a:visited {
	color: #002870;
	text-decoration: none;
}
a:hover {
	color: #002870;
	text-decoration: none;
}
a:active {
	color: #002870;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
-----------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 1000px;
}
#main {
	width: 800px;
	background-color: #FFFFFF;
	float: right;
	padding: 5px 100px 10px;
	top: 500px;
}
#sidebar {
	width: 100px;
	margin-left: 0px;
	left: 800px;
	position: relative;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 25px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	font-weight: bold;
	color: #002870;
	width: 100px;
	height: 26px;
	line-height: 3em;
	text-decoration: none;
	border-bottom: 3px solid #002870;
	text-align: center;
	display: block;
}
#catch {
	height: 120px;
	width: 800px;
	position: absolute;
}
#catch h1 {
	color: #002870;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 7.4px;
	text-align: left;
	display: block;
	margin-top: 95px;
	margin-left: 100px;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 76px;
	width: 1000px;
	color: #FFFFFF;
	background-repeat: repeat;
	clear: both;
}
/* header style
-----------------------------------*/
#header {
	background-image: url(images/header.jpg);
	background-repeat: repeat;
	height: 223px;
	width: 1000px;
}
#header ul {
	width: 320px;
	top: 100px;
	left: 590px;
	position: relative;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 2.5em;
	width: 100px;
	font-weight: bold;
	border-bottom: 3px solid #002870;
	margin-left: 5px;
	height: 22px;
}
/* main style
-----------------------------------*/
#main h2 {
	color: #002870;
}
#main h3 {
	color: #002870;
	margin-top: 15px;
}
#main  pre a {
	float: right;
	height: 20px;
	width: 100px;
	font-size: 9.5px;
	border-bottom: 3px solid #002870;
	position: relative;
	display: block;
	text-align: center;
	color: #002870;
	text-decoration: none;
	font-family: sans-serif;
}
#main  table th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #002870;
}

