@charset "utf-8";

BODY {
	margin: 0 auto; 
	background-color: #CCC; }

BODY, TH, TD {
	text-align: left;
	font-size: 13px;
	font-family: Arial; }

#header {
	background: url(/images/globals/logo_bg.png) no-repeat -33px 0;
}
H1 {
	margin: 0; 
	padding: 0; }
H1 A {
	position: relative;
	overflow: hidden;
	text-indent: -5000px;
	display: block;
	width: 178px;
	height: 93px;
	background: url(/images/globals/logo.png) no-repeat top left; }

#header H2 {
	position: absolute;
	left: 345px;
	top: 22px;
	overflow: hidden;
	text-indent: -5000px;
	width: 239px; 
	height: 49px; 
	margin: 0; 
	padding: 0; 
	background: url(/images/globals/h2_slogan.png) no-repeat top left; }

#header ul {
	position:absolute; top:0; right:0;
	margin:0; padding:0;
	list-style:none;
}
#header ul li { margin:10px 0 0; padding:0; width:115px; background-color:white; }
#header ul li a { display:block; padding:3px; text-decoration:none; font-weight:bold; font-size:12px; text-align:center; }

H3 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font: bold 22px Arial;
	color: blue;
	border-bottom: 1px solid #DDD; }

H4 {
	margin: 1em 0 .5em 0;
	font: bold 16px Arial;
	color: blue; }

H5 {
	margin: 1em 0 .5em 0;
	font: bold 15px Arial;
	color: #696969; }

#page-container {
	text-align: center; }
#page {
	width: 750px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	border-width: 0 1px;
	border-style: solid;
	border-color: #FFF;
	background-color: #FFF; }

#nav {
	border-width: 1px 0;
	border-style: solid;
	border-color: #FFF; }
#nav TD {
	text-align: center;
	border: 1px solid navy; }
#nav TD A {
	display: block;
	padding: 6px;
	font: bold 12px arial;
	color: white;
	text-decoration: none;
	background-color: navy; }
#nav TD A:HOVER {
	color: navy;
	background-color: #FFF; }
#nav td a.on { color:white; background-color:blue; }

#side {
	padding: 20px;
	background: #E0E0E0 no-repeat bottom right;
	vertical-align: top; }
#side BLOCKQUOTE {
	margin: 0; }
#side .quoter {
	margin-top: 5px;
	font-weight: bold;
	color: #696969; }

.mainText {font-family:arial, verdana, san serif; font-size:12px; line-height:15px;color:#000000}
.copyright {font-family:arial, verdana, san serif; font-size:10px; color:#aaaaaa}
A { 
	color: blue; text-decoration:underline; }
A:HOVER {
	color: navy; }

.bold {font-weight:bold}
.red {color:#f00}
.redbold {font-weight:bold; color:#e00; font-size:13px; letter-spacing:0px;}

.arrow-toggle {
	padding: 0 0 0 10px;
	background: url(/images/arrow-left-point.png) no-repeat 2px 50%;
}
.arrow-toggle-on {
	background: url(/images/arrow-down-point.png) no-repeat 0 50%; !important;
}
