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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #003e7e;
}
#container {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-weight:100;
}
.header {
	background-image: url(../images/h-bg.jpg);
	height: 106px;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.smtxt {
	font-size: 11px;
	color: #000066;
	line-height: 13px;
	padding: 3px;
}
.redlink a, .redlink a:visited {
	color: #CC0000;
	text-decoration: underline;
}
.redlink a:hover {
	color: #000066;
	text-decoration:none;
}
.footer {
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#container .header a {
	text-decoration: underline;
	font-size: 12px;
	color: #003E7E;
	font-weight: bold;
	margin-right: 10px;
}

#container .header a:hover {
	text-decoration: none;

}

.header .top-right {
	margin-top: 20px;
}
