@charset "utf-8";
/* CSS Document */


body {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	background: #134c8f;
	margin-top: 5; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/mainBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}

#header {height:210px;}
.oneColFixCtr #container {
	width: 882px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 5 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
#mainContent {padding:0px; margin:0px;}

#mainText {
	padding:10px 60px 26px 35px;
	text-align: center;
}
.redText {color:#993300; font-weight:bold;}
.headerText {
	color:#B62F02;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
}

ul {margin:0px; padding: 0px;}
li {margin:0px; padding: 0px;}

/* Vertical Menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px Verdana;
width: 175px; /* Main Menu Item widths */
border-bottom: 0px solid #ccc;
}
 
.sidebarmenu ul li{
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
padding: 6px;
border-bottom: 0px solid #778;
border-right: 0px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #B62F02; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: black;
}

.sidebarmenu ul li a:hover{
color: white;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


/* Horizontal Menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: inherit;
font: bold 100% Tohoma;
width: 75%;
border: 0px solid #625e00;
padding-left: 250px;
padding-top: 70px;
font: bold 12px Verdana;

}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: inherit;
color: black;
padding: 2px 12px;
text-decoration: none;

}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
color: white;

}
.oneColFixCtr #container #mainContent table tr td #mainText table {
	text-align: left;
}
.oneColFixCtr #container #mainContent table tr td #mainText table tr td {
	text-align: left;

}
.oneColFixCtr #container #mainContent table tr td #mainText p {
	text-align: left;
}
