@charset "utf-8";
#container {
	height: auto;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #092265;
}
#menu {
	float: left;
	height: auto;
	width: 184px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
.yellowhighlighter {
	color: #FFCC33;
}
.underlinedtext {
	text-decoration: underline;
	font-weight: bold;
}
.underlinedbluetext {
	color: #092265;
	text-decoration: underline;
	font-weight: bold;
}
#content_left {
	float: left;
	height: auto;
	width: 372px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 17px;
	color: #000000;
	font-weight: 400;
	text-align: justify;
	padding-right: 4px;
	padding-left: 4px;
}
.headerblue {
	color: #092265;
}
#content_right {
	float: right;
	height: auto;
	width: 180px;
}
#content {
	float: right;
	height: auto;
	width: 750px;
	background-image: url(Images/backgroud.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#navigation {
	background-color: #4F638E;
	height: 20px;
	width: 742px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
	text-align: right;
	padding-right: 4px;
	padding-left: 4px;
}
.yellowhighlighter {
	color: #FFCC33;
}
.quotes {
	font-style: italic;
	color: #000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}


#header {
	height: 125px;
	width: 750px;
	background-color: #092265;
}
#maincontainer {
	height: auto;
	width: 750px;
}
.white {
	color: #FFFFFF;
}
