@charset "utf-8";

.topfontsize {
	font-size: 12px;
}
h4 {
	color: #930;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #930;
}

/* CSS Document */
#container {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#maincontentRight {
	float: right;
	width: 220px;
	padding-top: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #036;
	padding-left: 10px;
}
#footer {
	color: #FFF;
	background-color:#304876;
	display: block;
	height: 40px;
	padding-top: 10px;
}
#topbar {
	background-color: #304876;
	display: block;
	height: 30px;
	text-align: left;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	font-size: 9pt;
}
#maincontentLeft {
	float: left;
	width: 520px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
h2 {
	color: #930;
}

#header {
	height: 220px;
	background-color: #7CA8D5;
}
#headerRight {
	float: right;
	width: 645px;
}
.headline {
	color: #930;
	text-align: center;
	font-weight: bold;
}

.changecolor {
	background-color: #7CA8D5;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #999;
	margin-top:0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
	text-align: justify;
}

a:link {
	color: #7CA8D5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #930;
}
a:hover {
	text-decoration: underline;
	color: #036;
}
a:active {
	text-decoration: none;
}

td {
	background-color: #304876;
}
