@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
}

#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: #666666 solid 1px;
}

#header {
	width: 700px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 700px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
}

#homecontent {
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;

}

#navigation {
	width: 700px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 700px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

a {
	color: #3c5383;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
.bluebold {
	font-weight: bold;
	color: #3c5382;
}
.redbold {
	font-weight: bold;
	color: #bf2920;
}
.blacktext {
	color: #000000;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.blacktableborder {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
