body {
font-size: medium;
background-color:#7EAFD3;

}
a {
	color: #0066FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
h4 {
	font-size: 15px;
	color: #0047B6;
	margin: 0px;
}
#wrapper {
	display: block;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	background-color:#FFF;
}
#Navigation {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Navigation ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	height: 24px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
}
#Navigation li {
	display: block;
	float:left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#Navigation li a {
	font-weight: bold;
	color: #335A71;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
}
#Navigation .active {
	background-image: url(images/navactivebg.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	_padding-top: 7px;
	font-size: 13px;
	margin: 0px;
	padding-bottom: 2px;
}

#Container {
	clear: both;
}
#sidebar {
	display: block;
	width: 180px;
	float: left;
	padding: 10px;
}
#sidebar h3 {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003580;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
	padding: 0px;
}
#sidebar li {
	margin: 0px;
	color: #3878DB;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#sidebar li li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-image: url(images/dot_y.gif);
	color: #00237E;
	text-decoration: underline;
}
#sidebar li li a {
	color: #5781AE;
}
#rightbox {
	display: block;
	margin-left: 200px;
	margin-top: 10px;
	border: 1px solid #3878DB;
	background-image: url(images/box_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 10px;
	padding: 5px;
	margin-bottom: 10px;

}






.box {
	margin: 10px;
	border: 1px solid #3878DB;
	padding: 10px;
	background-image: url(images/box_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.btn {
	background-image: url(images/btn_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #5f5f5f;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	color: #585858;
}
#r_con {
	margin-left: 20px;
}
#r_con p {
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 50px;
}
#r_con h5 {
	margin-bottom: 0px;
	margin-left: 20px;
	color: #FF5200;
}



#adannounce {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}
#adannounce p {
	background-image: url(images/announce_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
}
#adannounce p img {
	vertical-align: text-bottom;
}





#Footer {
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
