@charset "utf-8";
body  {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
p, h1, h2, h3{
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#mainArea {
	padding: 10px;
}

.container { 
	width: 960px; 
	margin: 0 auto;
	text-align: left;
} 
#header { 
	background: #990000;
	border-bottom: 8px solid #ccc;
	height: 102px;
}
#header_text {
	color: #FFFFFF;
	margin: 8px 0px 0px 20px;
	float: left;
}
#logo {
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 5px 15px 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
}
#sidebar ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width:180px;
	list-style:none;
}
#sidebar li a {
	font-weight:bold;
	color: #006699;
	display: block;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	list-style-type: none;
	list-style:none;
	background-image: url(../img/header/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-size: 0.9em;
}

#sidebar li a:hover{
	color:#990000;
	text-decoration: underline;
}
#mainArea {
	padding: 15px 0px 0px 0px;
}
#mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E0D0B1;
	font-size: 0.825em;
}
#mainContent h1 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #006699;
	margin: 15px 0px 20px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#mainContent h2 {
	margin: 5px 0px 5px 0px;
	color: #006699;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -1px;
	padding-left:25px;
}
#mainContent h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}
#footer_top {
	height: 20px;
	width: 100%;
	text-align: center;
	padding: 6px 0px 6px 0px;
	font-size: 0.8em;
}
#footer_bottom {
	height: 50px;
	background-color: #cccccc;
	text-align: center;
	padding-top: 15px;
	font-size: 0.85em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}
.style2 {color: #000000;font-family: Verdana, Arial, Helvetica, sans-serif;vertical-align:top}
.style6 {color: #FF0000;font-weight: bold;}
.style9 {font-size: x-small;color: #000000;}
.style10 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style11 {color: #000000}
.style12 {font-size: 12px}
.style13 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style14 {font-size: 10px}

/**************************************** Tabber Styles **************************************************/
.tabberlive .tabbertabhide {
	display:none;
}
.tabberlive {
	margin-top:1em;
}
ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}
ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }
ul.tabbernav li a:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
}
ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}
.tabberlive .tabbertab {
	padding:5px;
	border:1px solid #aaa;
	border-top:0;
}
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}

