* {
	padding: 0;
	margin: 0;
}

body {
	font-family: arial;
	height: 100%;
	padding-left: 200px;
	padding-top: 20px;
}

h1 {
	color: #000080;
	font-size: 32px;
	font-weight: normal;
}

h2 {
	color: #000080;
	font-size: 28px;
	font-weight: normal;
}

h3 {
	color: #CCCCCC;
	font-size: 20px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	clear: both;
}

a, .link {
	text-decoration: none;
	color: #000080;
}

a:hover {
	color: #000;
	border-bottom: 1px dashed #000080;
}

#container {
	width: 700px;
}

#header {
	width: 700px;
	height: 130px;
	background: #c8e3ff url("/img/logo.gif") left top no-repeat;
	border: 1px solid #CCCCCC;
}

#header a {
	display: block;
	height: 100%;
	width: 700px;
	border: none;
}

#header h1, #header h4 {
	margin: 0;
	padding: 0;
	margin-left: 300px;
	text-align: center;
	color: #000080;
}

#header h1 {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 30px;
}

big {
	text-transform: none;
}

#main {
	clear: both;
	width: 700px;
	height: 100%;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}

#leftbar {
	float: left;
	width: 230px;
}

#adv li {
	margin-top: 5px;
	list-style: none;
}

#menu {
	list-style: none;
	float: left;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
}

#menu li {
}

#menu li a {
	display: block;
	width: 190px;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 2px 2px 20px;
	color: #000080;
	text-decoration: none;
	background: #c8e3ff;
}

#menu li a:hover, #menu li a.active:hover {
	background: #000080;
	color: #92c7fd;
	width: 190px;
}

#menu li a.active {
	background: #CCCCCC;
}

#content {
	text-align: left;
	float: left;
	width: 454px;
	min-height: 400px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	border-left: 1px solid #CCCCCC;
	font-size: 14px;
}

#content p {
	text-indent: 2em;
	margin-bottom: 5px;
	line-height: 1.4em;
}

#content ul, #content ol {
	margin-left: 26px;
}

#content li {
	line-height: 1.4em;
}

#content h1 {
	border-bottom: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 26px;
}

#content h4 {
	background-color: #F9F9F9;
	font-weight: bold;
	margin: 15px 0 5px 2em;
}

#content h4 a {
	border: none;
	color: #000;
}

#content p.avt {
	float: right;
	text-align: left;
	width: 160px;
	font-size: 13px;
	font-weight: bold;
	text-indent: 0;
	margin-top: 20px;
}

#footer {
	clear: both;
	width: 690px;
	text-align: right;
	border: 1px solid #CCCCCC;
	padding: 5px;
	line-height: 1.5em;
	font-size: 12px;
	background: #c8e3ff;
}

.menuebox {
	width: 202px;
	font-size: 11px;
	margin-bottom: 20px;
	clear: both;
	margin-top: 10px;
	padding: 5px;
}

.menuebox h2 {
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	background: #F9F9F9;
	margin-bottom: 10px;
}

img {
	background: #c8e3ff;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.right {
	float: right;
}

strong {
	font-weight: normal;
	color: #000080;
}

#sub {
	clear: both;
	padding: 0;
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	width: 700px;
	color: #000;
}

#sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
	margin-left: 10px;
}

#sub li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 220px;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
}

#content .img {
	clear: both;
	margin: 20px 0 0 5px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: justify;
}

#content .img img {
	float: left;
	margin: 0 10px 10px 0;
}

#content .img p {
	clear: both;
	text-indent: 0;
	width: 430px;
}

th, td {
	padding: 5px;
}

td {
	border-bottom: 1px solid;
}

th {
	background: #c8e3ff;
}