body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	max-width:766px;
	min-width:766px;
	background-color:#BAB9B9; 
	width:766px; 

}
.page{
	background-color:#EAEAE9;
	width: 766px;
	padding-left:15px;
	padding-right: 15px;
	padding-top: 15px;
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
.clear{
	clear:both;
}
.topHomePageBoxes{
	background-color:#ffffff;
	width:380px;
	min-height: 120px;
	height: 120px;
	padding-right: 2px;
	padding-bottom: 20px;
}
.topHomePageBoxesLinks{
	background-color:#ffffff;
	width:380px;
	min-height: 50px;
	height: 50px;
	padding-right: 2px;
}
.bottomHomePageBoxes{
	background-color:#84BAB1;
	width: 145px;
	min-height: 185px;
	height: 185px;
	padding: 2px 2px 2px 5px;
}
.bottomHomePageBoxes a{
	color: #FFFFFF;
}
.bottomHomePageBoxes a.header{
	font-size:larger;
	text-decoration:none;
}

.col1{
	width:228px;
}
.col2{
	width:523px;
		padding:0px 7px 0px 7px;
		background-color:#ffffff;
		min-height:450px;
}
h1{
	font-size:x-large;
	font-weight:normal;
	margin-top: 10px;
}
h2{
	font-size:large;
	font-weight:normal;
}
h3{
	font-size:medium;
	font-weight:normal;
}
.menuBox{
	background-color: #BED0CD;
	width: 221px;
	border:solid #A1A1A1 1px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
.menuBox .header{
	text-transform: uppercase;
}
a{
	color:#1F4F7B;
	font-weight:bolder;
}
a:hover{
	text-decoration:none;
}
a.white{
	color:#FFFFFF;
}
.menuBox a{
	color:#000000;
}
.menuBox ul{
	list-style-image:url(layout/blueArrow.gif);
}
.menuBox li{
	padding-bottom:0px;
}
ul{
	list-style-image:url(layout/greenArrow.gif);
}
li{
	padding-bottom:2px;
}
ul.whiteArrow{
	list-style-image:url(layout/whiteArrow.gif);
	margin-left: 5px;
	padding-left:15px;
}

