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

body {
	background-color: #124590;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000066;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000066;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000066;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000066;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000066;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000066;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000066;
}
a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #6699FF;
	text-decoration: none;
}
a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #6699FF;
	text-decoration: none;
}
a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #0A51A1;
	text-decoration: none;
}
#container {
	height: 722px;
	width: 870px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
#left_container {
	float: left;
	height: 722px;
	width: 354px;
	background-image: url(images/left_side.jpg);
}
#rt_containter {
	float: left;
	height: 722px;
	width: 516px;
	background-image: url(images/rt_side.jpg);
}
#top {
	float: left;
	height: 43px;
	width: 515px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
#nav {
	float: left;
	height: 22px;
	width: 516px;
	margin-top: 56px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#ul_nav {
	float: left;
	height: 20px;
	width: 495px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
}
#nav_li {
	display: inline;
	float: left;
	margin-right: 23px;
	margin-left: 12px;
	margin-top: 3px;
}
#contents {
	float: left;
	height: 642px;
	width: 515px;
	background-repeat: no-repeat;
}
#text_area {
	float: left;
	height: 565px;
	width: 470px;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
	margin: 20px;
}
#footer {
	float: left;
	height: 36px;
	width: 515px;
	background-repeat: no-repeat;
}
