/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #58595b;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	height: 100%;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3886b5;
	text-align: center;
	margin: 0px; 
}

a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #35647F;
}
a:visited {
	color: #D49F64;
}
a:hover {
	color: #699FC0;
}
a:active {
	color: #000033;
}

form {
	color: #35647F;
	font-weight: bold;
}

input.button {
	width: auto;
	border: 0px;
	background-color: #35647F;
	color: #FFFFFF;
	padding: 2px;
}

hr {
	width: 100%;
	color: #D49F64;
}

ul {
	margin-left: 25px;
}

/* Containers */
#contentBox {
	width: 850px;
	margin: 0px auto;
	background-color: #ffffff;
	text-align: left;
	padding: 0px;
	padding-bottom: 30px;
	overflow: hidden;
}


#header {
	background: url(images/header.jpg);
	height: 150px;
	width: 850px;
}


#homePageBox {
	margin: 0px;
}

#leftBox{
	width: 217px;
	height: 100%;
	float: left;
	padding-left: 10px;
	padding-top: 23px;
	padding-bottom: 30px;
}

#middleBox{
	width: 410px;
	height: 100%;
	float: left;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

#rightBox{
	width: 192px;
	text-align: center;
	height: 100%;
	padding: 0px;
	padding-top: 30px;
	float: left;
}

#midRightBox{
	width: 588px;
	height: 100%;
	padding: 0px;
	padding-top: 20px;
	float: left;
}


#footerBox {
	width: 833px;
	height: 40px;
	margin: 0px auto;
	background-image:url(images/btm_border.gif);
	background-repeat: no-repeat;
	background-color: #8fabbb;
	height: 16px;
	padding: 0px;
	padding-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
	color: #ffffff;
	font-size: xx-small;
	font: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
#footerBox a {
	color: #ffffff;
}

.pageTitles {
	color: #35647F;
	font-weight: bold;
	font-size: medium;
}

.subTitles {
	color: #35647F;
	font-weight: bold;
}

