body { 
	text-align: center;
	background-color: white;
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
}

a, a:visited { color: white; }

#wrap {
    border:1px solid white;
    width:800px;
    /* the margin properties are needed to center in firefox */
    margin-left: auto;
    margin-right: auto;
    }
#menu {
    background:#000000;
    border-bottom:1px solid white;
    padding:4px 0;
    width:800px;
    text-align: center;
    }
#menu a {
    font-size: 9pt;
    font-family:arial;
    padding:4px 10px;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    }
#menu a.hover {
    background:#EFEFEF;
    color: #000000;
    }
#menu span {
    display:none;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }
#menu_bottom {
    background:#000000;
    border-top:1px solid white;
    padding:4px 0;
    width:800px;
    text-align: center;
    float: left;
    }
#menu_bottom a {
    font-size: 9pt;
    font-family:arial;
    padding:4px 10px;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    }
#menu_bottom a.hover {
    background:#EFEFEF;
    color: #000000;
    }
#menu_bottom span {
    display:none;
    }

/*--style settings for the homepage--*/




/** Left Navigation Bar **/
#leftnav { 
	float: left;
	width: 155px;
	height: 451px;
	background-color: #9A5105;
	border-right: 1px solid white;
	text-align: left;
	padding: 0;
	margin: 0;
	position: relative;
}
#leftnav a {
	display: block;
	font-family: arial;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin: 10px 0 0 5px;
}
#leftnav a:hover { 
	color: yellow;
	text-decoration: underline;
}
#leftnav_links { }
#leftnav_viewad { 
	font-family: arial;
	font-size: 8pt;
	background-color: #C00A00;
	border: 1px solid white; 
	color: white; 
	text-align: center;
	padding: 2px;
	margin-right: 10px;
	margin-left: 10px;
}
#leftnav_panache, #leftnav_preferred {
	font-family: arial;
	font-size: 8pt;
	color: white; 
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 10px;
}
/** End Left Nav Bar **/

#javascriptwrap {
	text-align: left;
	/* this stops the body text-align: center; from
	interfering with the menu rendering */
}
#logo {
	clear: both;
	text-align: left;
}

#textbox {
	padding: 0;
	margin: 0;
	background-color: #B2700C;
	color: white;
	font-size: 8pt;
	font-family: arial;
	text-align: left; 
	overflow: auto;
}
#textbox p { padding: 5px 5px 2px 5px;}
#textbox ul {
	padding-left: 5px;
	margin: 2px 0px 1px 15px;
}

/** these are used for links that are shown at the bottom of the leftNav **/
#submenu_wrapper {
	position: absolute; 
	width: 100%;
	margin: 0px;
	bottom: 0px;
	padding: 0px;
}
#submenuB {
	padding: 5px 10px 5px 10px;
	background-color: #541800;
	color: white;
	font-size: 9pt;
	font-family: arial; 
	text-align: center;
}
#submenuA {
	padding: 5px 10px 5px 10px;
	background-color: #B2700C;
	color: white;
	font-size: 9pt;
	font-family: arial; 
	text-align: center;
}
/** contains the leftside of a 2 column page **/
#leftside { 
	float: left; 
	background-color: #B2700C;
	border-right: 1px solid white;
}	
/** contains the rightside of a 2 column page **/
#rightside {
	float: left;
	padding: 0;
	margin: 0;
	background-color: green;
}
/** contains the header text over of a colored background **/
#headerbox { 
	background-color: #541800;
	color: white;
	font-size: 16pt;
	font-weight: bold;
	font-family: arial;
	clear: right;
	float: none;
}
#headerbox p {
	vertical-align: middle;
	margin-top: 0;
}
