﻿html {
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	padding-left: 50%;
	padding-right: 50%;
	background-image: url(background.gif);
	background-repeat: no-repeat; 
	background-position: center - 0px;
}
#centerframe {
	width: 720px;
	margin-left: -360px;  /* half the width negative of the column */
}
#topnav {
	background: url(topnav.png) no-repeat top;
	height: 30px;

	margin: 0;
}
#bottomnav {
	background: url(topnav.png) no-repeat top;
	height: 30px;
	text-align: right;
	margin: 3px 0;
}
#topnavtext {
	display: inline;
	float: right;
	font: normal 12px Arial;
	padding-top: 2px;
	color: white;
	text-align: right;
	width: 75%;
}
#topnavtext2 {
	display: inline;
	float: left;
	font: normal 12px Arial;
	padding-top: 2px;
	color: white;
	text-align: left;
	width: auto;
}
#bottomnavtext {
	font: normal 12px Arial;
	padding-top: 2px;
	color: white;
}
#topnav a {
	color: white;
	text-decoration: none;
	padding: 0px 15px 0px 0px;
	margin-left: 15px;
}
#bottomnav a {
	color: white;
	text-decoration: none;
	padding: 0px 15px 0px 0px;
	margin-left: 15px;
}
#topbanner {
	background: url(banner.png) no-repeat top;
	height: 80px;
	margin: 0;
	padding: 0;
}
#menu {
	height: 50px;
}
#maincontent { 
    color: #a0a0a0; 
	margin: 0 auto; 
	padding: 0; 
	background: #3D3E42 url(bg.jpg) repeat-y center;
}
#contenttop {
	background: #3D3E42 url(contenttop.gif) no-repeat center;
	height: 21px;
	margin:0;
	padding:0;
}
#contentbottom {
	background: #3D3E42 url(contentbottom.gif) no-repeat center;
	height: 21px;
	margin:0;
	padding:0;
}
#contentcenter {
	width: 718px;
	height: 600px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
}
li {
	font: 16px sans-serif;
	line-height: 16px;
}
.dropmenu {
	position:absolute;
	top: 0;
	border: 0px solid #fff;
	border-top-width: 9px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: transparent;
	width: 200px;
	visibility: hidden;
}
.dropmenu a {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 1px solid #FDE8E9;
	border-bottom: 1px solid #FDE8E9;
	padding: 0px 0;
	text-decoration: none;
	color: white;
}
.dropmenu a.subbottom {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #678b3f;
	padding: 1px 0;
	text-decoration: none;
	color: white;
	background: transparent url(subbottom.png) bottom left no-repeat;
	background-position:0% 0px;
}
.dropmenu a.subcenter {
	background: #ff9b2d;
}
.dropmenu a.subtop {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 0px solid #ffffff; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: white;
	background: transparent url(subtop.png) top left no-repeat;
}
* html .dropmenu a{ /*IE only hack*/
	width: 100%;
}
.dropmenu a:hover { /*THEME CHANGE HERE*/
	background-color: #ffc658;
	color: white;
}
.dropmenu a:hover.subtop { /*THEME CHANGE HERE*/
	background: transparent url(subtop.png) top left no-repeat;
	background-position:0% -20px;
	color: white;
}
.dropmenu a:hover.subbottom { /*THEME CHANGE HERE*/
	background: transparent url(subbottom.png) bottom left no-repeat;
	background-position:0% -20px;
	color: white;
}
#pointermenu {
	margin: 0;
	padding: 0
}
#pointermenu ul {
	margin: 0;
	margin-left: 0px; /*menu offset from left edge of window*/
	float: left;
	padding-left: 0px;
	font: 13px "Lucida Sans Unicode";
	background: #ff9b2d; /*optional left round corner*/
}
* html #pointermenu ul { /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 1em;
	margin-left: 7px; /*menu offset from left edge of window in IE*/
}
#pointermenu ul li {
	display: inline;
}
#pointermenu ul li a {
	width: 96px;
	float: left;
	color: white;
	font-weight: 200;
	padding: 15px 15px 14px 10px;
	text-decoration: none;
	border-right: 1px solid white;
	text-align: center;
}
#pointermenu ul li a.left_menu_item {
	float: left;
	color: white;
	font-weight: 200;
	text-decoration: 200;
	border-right: 1px solid white;
	padding: 15px 9px 14px 10px;
	background: url(leftround.gif) bottom left no-repeat; /*optional right round corner*/
	background-position:0% 0px;
}
#pointermenu ul li a.left_menu_item:hover {
	float: left;
	color: white;
	font-weight: 200;
	text-decoration: none;
	border-right: 1px solid white;
	padding: 15px 9px 14px 10px;
	background: #ffc658 url(leftround.gif) bottom left no-repeat; /*optional right round corner*/
	background-position:0% -45px;
}
#pointermenu ul li a.right_menu_item {
	float: left;
	color: white;
	font-weight: 200;
	text-decoration: none;
	border-right: 0px solid white;
	padding: 15px 14px 14px 5px;
	background: url(rightround.gif) bottom right no-repeat; /*optional right round corner*/
	background-position:100% 0px;
}
#pointermenu ul li a.right_menu_item:hover {
	float: left;
	color: white;
	font-weight: 200;
	text-decoration: none;
	border-right: 0px solid white;
	padding: 15px 14px 14px 5px;
	background: #ffc658	 url(rightround.gif) bottom right no-repeat; /*optional right round corner*/
	background-position:100% -45px;
}
#pointermenu ul li a:hover, #pointermenu ul li a#selected { /*hover and selected link*/
	color: lightyellow;
	background-color: #ffc658;
}
#pointermenu ul li a#rightcorner {
	padding-right: 0;
	padding-left: 2px;
	background: url(rightround	.gif) bottom right no-repeat; /*optional right round corner*/
}
