@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: small;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000033;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1000px;
	background-image: url(graphics/BGBlue.jpg);
	background-repeat: repeat;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#titlebar {
	background-color: #000033;
	height: auto;
	width: 757px;
}
#photobar {
	height: auto;
	margin-left: 10px;
}
#logoblock {
	background-color: #000033;
	float: right;
	height: 750px;
	width: 188px;
	background-image: url(graphics/logoblock.jpg);
	background-repeat: no-repeat;
}
#textblock {
	float: left;
	height: auto;
	width: 770px;
	background-image: url(graphics/bgtextbox.jpg);
	margin-left: 5px;
	margin-top: 15px;
}
#menuleft {
	float: left;
	height: auto;
	width: 160px;
	top: 0px;
	text-align: left;
	position: relative;
	left: 0px;
}
#infotextblock {
	float: right;
	height: auto;
	width: 550px;
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#infotextblock a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660000;
	font-weight: bold;
}
#infotextblock a:hover {
	color: #000066;
}
#footer {
	height: 200px;
	width: 975px;
}
#footerbox {
	height: auto;
	width: 100%;
	float: left;
	background-repeat: repeat-x;
	background-color: #000033;
}
#logoblocktext {
	height: auto;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 325px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
