/* CSS Document */

body {
	background-color: #ced7e4;
	margin: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 80%;
	height: 100%;
	color: #172a48;
}
html,body {
	height: 100%;
}
a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #172a48;
}
a:hover {
	text-decoration: none;
}
#main {
	padding: 0px 3px 3px 3px;
	background-color: #fff;
	width: 747px;
	text-align: left;
}
ul#navlist {
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 3px 0px;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a, #navlist a:link, #navlist a:visited { 
	background-image: url(images/nav_div.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 20px 23px 20px 20px;
	color: #172a48;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	text-decoration: none;
}
#navlist a:hover {
	text-decoration: underline;
}
#border {
	border-top: 5px solid #8a1412;
	padding-top: 3px;
	margin-bottom: 5px;
}
p#sub {
	margin: 0px;
	padding: 6px;
	background-color: #e6ecf5;
	border-bottom: 1px solid #172a48;
	text-align: right;
	color: #172a48;
}
#footer {
	margin: 0px;
	padding: 6px;
	background-color: #e6ecf5;
	border-bottom: 1px solid #172a48;
	text-align: center;
	color: #172a48;
	width: 735px;
}
#content {
	display: table;
	width: 747px;
}
#content_left {
	width: 195px;
	float: left;
	margin-right: 5px;
}
#content_right {
	width: 547px;
	float: right;
}
.box {
	border: 1px solid #172a48;
	padding: 3px;
	margin-bottom: 5px;
}
p.box_title {
	padding: 8px;
	background-color: #efefef;
	color: #172a48;
	margin: 0px 0px 3px 0px;
}
.box_content {
	border-top: 1px solid #d1d4da;
	padding: 6px 4px 4px 4px;
	margin: 3px 0px 0px 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.input {
	padding: 3px 3px 2px 6px;
	border: 1px solid #d1d4da;
	display: block;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}
input.login {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	color: #172a48;
	border: 0px;
	font-weight: normal;
}
.submit_login {
	text-align: right;
	margin: 8px 0px 5px 0px;
}
.submit_login a, .submit_login a:link, .submit_login a:visited, .submit_login a:active {
	padding: 4px 8px 4px 8px;
	color: #172a48;
	text-decoration: none;
	border: 1px solid #d1d4da;
	font-weight: bold;
}
.submit_login a:hover {
	text-decoration: none;
	background-color: #172a48;
	border: 1px solid #172a48;
	color: #fff;
}