@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
}
#container {
/*	background-color: #707356; */
	width: 960px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	border:solid 12px #FFF;
	margin-top:20px;
}
#header {
	width: 960px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	float:left;
	background-color:#FFF;
}
#bannerbox {
	width: 940px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 8px;
	background-color:#FC9;
	padding:8px;
	float:left;
}
#picbox {
	width:655px;
	height:250px;
	float:left;
}
#info {
	width:270px;
	height:250px;
	float:right;
	margin-left: 15px;
}
#body {
	width:960px;
	float:left;
	margin-top:15px;
}
#column1 {
	width:460px;
	float:left;
	margin-right:40px;
}
#column2 {
	width:460px;
	float:left;
}
.linkboxes,linkboxesright {
	margin-right:5px;
	width:127px;
	float:left;
	background-color:#FFF;
	border-right:#999 solid 1px;
	padding-right:5px;
	height:150px;
	}
.linkboxesright {
	width:127px;
	float:left;
	background-color:#FFF;
	}
	
.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;
}
#menu {
	background-color:#FC9;
	margin-bottom: 10px;
	height:27px;
}

/* TEXT CLASSES */

p {
	font-size:12px;
	color:#000;
}
#body p {
	margin-bottom:8px;
	margin-top: 0px;
}
#info h3 {
	font-size:12px;
	font-weight:bold;
	color:#010A84;
	margin-bottom:8px;
	margin-top:0px;
}
.linkboxes h1 {
	font-size:12px;
	font-weight:bold;
	color:#010A84;
	margin-top:0px;
	margin-bottom:8px;
}
.linkboxesright h1 {
	font-size:12px;
	font-weight:bold;
	color:#010A84;
	margin-top:0px;
	margin-bottom:8px;
}
h1 {
	font-size:24px;
	font-weight:bold;
	color:#010A84;
	margin-top:4px;
	margin-bottom:8px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#010A84;
	margin-top:20px;
	margin-bottom:8px;
}
/* MENU CLASSES */

#menu li {
	font-size: 12px;
	color: #FF9900;
	list-style-type: none;
	text-indent: 0px;
	float:left;
	text-align: center;
	text-decoration: none;
}
#menu ul {
	margin: 0px;
	padding-left: 0;
	white-space: nowrap;
	height: 28px;
	padding-top:3px;
	padding-bottom:3px;
}
#menu a {
	display: block;
	width: 190px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:3px;
	padding-top: 3px;
	margin-right: 0px;
	color: #010A84;
	/*padding: 4px;
	width: 90px;*/
}
#menu a:hover {
	text-decoration: none;
	font-weight:bold;
	/*background-color: #FF9900;*/
}
