Body {
	background-image:url(/images/gradbg1.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}
#centercell {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
#leftborder {
	width: 7px;
	padding: 1px;
	margin: 0px;
	background-image:url(/images/border_left.png);
	background-repeat: no-repeat;
	background-position:right;
}
#allcontent {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 825px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#rghtborder {
	width: 8px;
	margin: 0px;
	background-image:url(/images/border_rght.png);
	background-repeat:repeat-y;
	background-position: left;
}
#bottomborder {
	position: relative;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/border_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.mainheader {
	background-image: url(/images/hd_rght.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #000000;
	height: 71px;
	position: static;
}
.mainheader .hd_left {
	background-image: url(/images/hd_left.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 266px;
	height: 71px;
	margin: 0px;
	padding: 0px;
}
.mainheader .hd_left a{
	border: none;
	text-decoration: none;
	padding: 100px 132px;
	font-size: 71px;
}
#navbar1 {
	background-color: #000000;
	width: 825px;
	height: 8px;
	position: relative;
	top: 0px;
}
#navbar2 {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 821px;
	height: 28px;
	border: 2px solid #000000;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}
#navbar2 p {
	margin: 5px 10px 2px 2px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	color: #CA2027;
}
#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	background-color: #000000;
	}
#nav li {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}
#nav li a {
	display: block;
	text-decoration: none;
	color: #CA2027;
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	border: 1px solid #000;
	border-left: 0;
}
#nav li a:hover {
	color: #000000;
	background-color: #ffcc05;
}
#nav li ul {
	float:left;
	list-style: none;
	position: absolute;
	top: 25px;
	left: -20px;
	display: none;
}
#nav li ul li {
	width: 150px;
	height: 25px;
}
#nav li ul li a{
	width: 150px;
	text-decoration: none;
	border-bottom: 0;
}
#nav li ul li a:hover {
	color: #FFFFFF;
}
#nav li:hover ul, #nav li.over ul { 
	display: block; 
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; width: 90px; }
* html ul li a { height: 1%; }
/* End */
#nav_title {
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 202px;
	height: 50px;
	background-color: #000000;
}
#nav_title h1 {
	position: absolute;
	margin: 15px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
}
#main_area {
	float: right;
	margin: 1px 1px 1px 1px;
	width: 620px;
	position: relative;
	z-index: 20;
}
#main_area #bigtable {
	width: 100%;

}
#leftbar {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
	margin: 3px 0px 0px 0px;
	padding: 10px 20px;
	width: 161px;
	height: 385px;
	background-color: #CA2027;
}
#leftbar p {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px 0px 3px 0px
}
#leftbar a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftbar a:active, a:hover, a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#leftbar img {
	border: none;
}
#leftbar .loginbutton {
	font-size: 1.2em;
	font-weight: bold;
}
#leftbar .saveuser {
	font-size: 1.1em;
	font-weight: bold;
}
#leftbar .forgot {
	font-size: 1.1em;
	font-weight: normal;
}
#leftbar .mininav {
	font-size: 1.1em;
	font-weight: normal;
}
#leftbar .mininav a {
	color: #FFFFFF;
}
#leftbar .mininav a:hover {
	color: #ffcc05;
}
#footer {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	text-align: center;
	margin: 10px 0px 0px 0px;
	color: #666666;
}
#footer .callus {
	color: #CA2027;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #000000;
}

