html {
	overflow:auto;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	background:url(../images/pgbkg.jpg);
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

#links{
	color:#FFFFFF;
	text-decoration:none;
}

#links a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#panel {
	width:145px;
	height:123px;
	background-color:#D2232A;
	padding-left:10px;
	padding-bottom:30px;
	color:#FFFFFF;
	font-size:11px;
}

#spacer {
	width:5px;
}
.style2 {font-size: 14px}
.style3 {font-size: 16px; }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	height:39px;
}

#nav li { /* all list items */
	float: left;

	/* width needed or else Opera goes nuts */
}


#wrapper {
	margin:0 auto;
	width:890px;
}
div.spacer {
	clear:both; 
	height:5px; 
	display:block;
}

#redbox {
	border:solid 5px #d2232a;
	border-top:0px;
	width:890px;
	background-color:#373536;
	margin:0;
}

#header {
	width:870px;
	background-color:#000000;
	border-left:solid 5px #d2232a;
	border-right:solid 5px #d2232a;
	height:80px;
	padding:10px;
}

#menu {
	float:left;
	background:url(../images/MenuBackground.jpg) repeat-x;
	display:block;
	width:890px;
}

#topnav {
	width:90px; 
	height:39px; 
	text-align:center; 
	background:url(../images/MenuRightBorder.jpg) no-repeat right bottom;
}

#topnav a:hover{
	background:url(../images/ManuBackOver.gif) repeat-x;
}

#banner {
	height:250px;
	width:890px;
	float:left;
	z-index:0;
}

#textbox {
	float:left;
	display:block;
	height:285px;
	width:264px;
	padding-left:0px;
	padding:5px;
	font-size:16px;
	margin-top:5px;
	border:solid 3px #fff;
}

#searchbox {
	width:200px;
	float:left;
	margin-left:5px;
	height:255px;
}

#searchbox .header {
	border-bottom:solid 1px #fff;
	font-size:12px;
	font-weight:bold;
	height:50px;
}

#searchbox .ullinks {
	margin-left:20px;
	margin-top:10px;
}

#searchbox .ullinks a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

#searchbox .ullinks a:hover{
	color:#d2232a;
	font-size:12px;
	text-decoration: underline;
}

#accordian {
	width:675px;
	margin-left:5px;
	float:left;
	height:200px;
}

#quicklinks {
	width:675px;
	margin-left:5px;
	margin-top:5px;
	float:left;
	height:50px;
	background:url(../images/quicklinks_bkg.jpg);
	background-color:#999999;
	line-height:50px;
}
#links{
	color:#FFFFFF;
	text-decoration:none;
}

#links a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

#footer {
	background-color:#000000;
	width:880px;
	text-align:center;
	height:40px;
	padding-top:10px;
	float:left;
	border-top:dotted #CCCCCC 1px;
}
#footerwrapper {
	padding:5px;
}

#linkwrapper {
	width:284px;
	float:left;
	display:block;
	margin-left:7px;
	margin-right:5px;
	height:153px;
}

#boxleft {
	background-color:#d2232a;
	float:left;
	display:block;
	width:130px;
	height:143px;
	text-align:left;
	padding:5px;
	font-size:14px;
	font-weight:bolder;
}

#boxright {
	background-color:#cccccc;
	float:left;
	display:block;
	width:140px;
	height:153px;
}


#pagetitle {
	background-color:#1f214a;
	color:#FFFFFF;
	font-size:16px;
	width: auto; 
	height:50px; 
	margin:-5px; 
	padding-left:20px; 
	font-weight:bolder;
}
#colleft {
	width:33%;
	float:left;
	display:inline;
	
}

#colleftbox{
	width:150px;
	background-color:#d12428;
	text-align:center;
	margin-top:15px;
}
#colcenter {
	width:33%;
	float:left;
	display:inline;
	text-align:center;
	background-color:#d12428;
	height:50px;
}
#colright {
	width:33%;
	float:left;
	display:inline;
	background-color:#d12428;
	text-align:center;
	height:50px;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#d2232a;
	text-decoration: underline;
}