html {
	height:100%;
}
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;
	height:100%;
	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; 
}

#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:200px;
	width:588px;
	float:left;
	padding:5px;
}

#textbox {
	float:left;
	display:block;
	height:190px;
	width:275px;
	padding-left:0px;
	padding:5px;
	font-size:16px;
	background-color:#d3232a;
	margin-top:5px;
	
}

#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;
	float:left;
}

#linkwrapper {
	width:890px;
	float:left;
	display:block;
	margin:auto;
	margin-left:5px;
	margin-right:5px;
	height:auto;
}

#boxleft {
	background-color:#FFFFFF;
	float:left;
	display:block;
	width:578px;
	height:auto;
	text-align:left;
	padding:5px;
	color:#000000;
	margin:0;
}

#boxright {
	background-color:#d1d2d4;
	float:left;
	display:block;
	width:265px;
	margin:0;
	padding:10px;
	margin-left:5px;
	color:#000000;
}
#pagetitle {
	background-color:#1f214a;
	color:#FFFFFF;
	font-size:16px;
	width: auto; 
	height:50px; 
	margin:-5px; 
	padding-left:20px; 
	font-weight:bolder;
}

#secondnav {
	background:url(../images/Menu_a_Bkg.gif);
	height:20px;
}
#secondnav a{
	color:#000000;
	text-decoration:none;
	width:260px;
	padding-left:60px;
	font-size:10px;
	color:#FFFFFF;
	
}
#secondnav a:hover{
	color:#d3232a;
	text-decoration:underline;
}

#thirdnav {
	background:url(../images/Menu_a_Bkg.gif);
	padding-left:80px;
	height:20px;
}
#thirdnav a{
	color:#000000;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
#thirdnav a:hover{
	color:#d2232a;
	text-decoration:underline;
}
