body, html
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #870000;
	text-align: center;
}

/* start shadow */

div#shadowleft
{
	width: 802px;
	height: auto;
	margin: 0 auto;
	background-image: url(../sideline.jpg);
	background-repeat: repeat-y;
	background-position: left;

}

div#shadowright
{
	width: 802px;
	height: auto;
	margin: 0 auto;
	background-image: url(../sideline.jpg);
	background-repeat: repeat-y;
	background-position: right;
}


/* end shadow */


/* start main_nav */

div#navbox
{
	width: 800px;
	height: 25px;
	background-color: #320000;
	margin-left: 1px;
}

div#main
{
	width: 800px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../banner.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
}

div#nav_main
{
	width: 500px;
	height: 25px;
	background: #320000;	
	text-align: left;
	padding: 0;	
	margin: 0 auto; 
	z-index:100;
}

#nav_main ul, #nav_main li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	position: relative;
	float: left;
}

#nav_main a:link, #nav_main a:visited
{
	float: left;
	margin: 0px;
	padding: 5px 10px 9px 10px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	filter: alpha(opacity=100);
}

#nav_main a:hover 
{ 
	background: #870000;
}

/* common styling */

#nav_main ul li a, #nav_main ul li a:visited 
{
	display: block; 
	text-decoration:none; 
	color: #fff;
	height: 10px; 
	overflow: hidden;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

#nav_main ul ul 
{
width: 142px;
}

/* a hack so that IE5.5 faulty box model is corrected 
* html #nav_main a, * html #nav_main a:visited {
width: 60px;
w\idth: 60px;
}
*/
/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav_main ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:22px;
	left:0; 
	width: 142px;
}
/* another hack for IE5.5 */
* html #nav_main ul ul 
{
	top:21px;
	t\op:22px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#nav_main table {position:absolute; top: 0; left:0;}

/* style the second level links */
#nav_main ul ul a, #nav_main ul ul a:visited 
{
	background:#320000; 
	color:#fff;  
	width: 142px; 
	border-bottom: 1px solid #fff;
/* yet another hack for IE5.5 */
}


* html #nav_main ul ul a{
	width:150px;
	w\idth:129px;
}

#nav_main ul ul a:hover
{
	background: #870000;
}


/* make the second level visible when hover on first level list OR link */
#nav_main ul li:hover ul, #nav_main ul a:hover ul{
	visibility: visible; 
}


/* end main_nav */

/* divider */

#divider 
{
	width: 800px;
	height: 10px;
	margin: 0 auto;
	background-color: #a68e69;
}

/* end divider */

/* start content */
#content
{

	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #dfccb0;
}

img 
{
  border: solid 5px;
  border-color: #320000;
  display: block;
}

a img 
{
	border:5px solid #320000;
}
	
a:hover img
{
	border: 5px solid #FFFFFF;
}

h1
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 16px;
	font-weight: none;
	color: #fff;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: left;
}

#left
{
	float: left;
	width: 399px;
	height: 100%;

}

#left p
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: none;
	color: #000000;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: left;

}
#left p a
{
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	border:none;
	font-weight:inherit;
}
#left p a:link
{
	font-size: 14px;
	color: #000000;
	line-height: 10px;
	text-decoration: none;
	border:none;
	font-weight:inherit;
}
#left p a:visited
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight:inherit;
}
#left p a:hover
{
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	border:none;
	font-weight:inherit;
}
#left p a:active
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight:inherit;
}

#left ul, #left li
{
	margin: 0 0 0 5px;
	padding: 10px 0 3px 0;
	display: block;
	list-style-type: none;
	text-align: left;
}

#left a:link, #left a:visited
{
	margin: 0;
	font-family: Verdana;
	font-size: 14px;
	font-weight: inherit;
	text-decoration: none;
	color: #000000;
}

#left a:hover 
{ 
	color: #212323;
}

#left_active a:link, #left_active a:visited
{ 
	color: #d82c2a;
}

#right
{
	float: right;
	width: 399px;
	height: 100%;

}

#right p
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: none;
	color: #000000;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: left;

}
#right p a
{
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	border:none;
	font-weight:inherit;
}
#right p a:link
{
	font-size: 14px;
	color: #000000;
	line-height: 10px;
	text-decoration: none;
	border:none;
	font-weight:inherit;
}
#right p a:visited
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight:inherit;
}
#right p a:hover
{
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	border:none;
	font-weight:inherit;
}
#right p a:active
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight:inherit;
}

#right ul, #right li
{
	margin: 0 0 0 5px;
	padding: 10px 0 3px 0;
	display: block;
	list-style-type: none;
	text-align: left;
}

#right a:link, #right a:visited
{
	margin: 0;
	font-family: Verdana;
	font-size: 14px;
	font-weight: inherit;
	text-decoration: none;
	color: #000000;
}

#right a:hover 
{ 
	color: #212323;
}

#right_active a:link, #right_active a:visited
{ 
	color: #d82c2a;
}

#center
{
	width: 780px;
	height: 100%;
	float: left;
	text-align: left;
	margin: 10px 10px 10px 10px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: inherit;
	color: #000000;
	
}
#center p
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: inherit;
	color: #000000;
	padding: 0;
	text-align: left;

}
.paracenter
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: inherit;
	color: #000000;
	padding: 0;
	text-align: center;
}
#center p a
{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	border:none;
	font-weight: inherit;
}
#center p a:link
{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	border:none;
	font-weight: inherit;
}
#center p a:visited
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight: inherit;
}
#center p a:hover
{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	border:none;
	font-weight: inherit;
}
#center p a:active
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight: inherit;
}

#center ul, #center li
{
	margin: 0 0 0 5px;
	padding: 10px 0 3px 0;
	display: block;
	list-style-type: none;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
}

#center a:link, #center a:visited
{
	margin: 0;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}

#center a:hover 
{ 
	color: #212323;
	text-decoration: underline;
}

#center_active a:link, #center_active a:visited
{ 
	color: #d82c2a;
}

#center table, #center td, #center tr
{
	margin: 0;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.optiontext
{
	font-family: Bookman Old Style;
	font-size: 16px;
	color: #000000;
}

.learnmore
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* end content */

/* start footer */
div#footer
{
	width: 800px;
	height: 32px;
	margin: 0 auto;
	padding: 0;
	background: #320000;
}

div#nav_footer
{		
	text-align: left;
	padding: 10px 0 0 10px;
	height: 32px;
	margin: 0 auto;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #320000;
}

#nav_footer ul, #nav_footer li
{
	margin: 0;
	display: inline;
	list-style-type: none;
}

#nav_footer a:link, #nav_footer a:visited
{
	float: left;
	margin: 0 5px 0 5px;
	text-decoration: none;
	color: #fff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#nav_footer a:hover 
{ 
	background: #320000;
	color:#fff;
}

div#legal
{ 	
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background-color:#320000;
	text-align: left;
}

div#legalline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 0 0 10px;
	margin: 0 auto;
	font-weight: bold;
	color: #fff;
	line-height: 15px;
}

/* end footer */
