/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.page_link {
	font-family: verdana;
	font-size: 12px;
	color: #990003;
	font-weight: bold;
}
.page_link:link {
	text-decoration: none;
	color: #990003;
}
.page_link:visited {
	text-decoration: none;
	color: #990003;
}
.page_link:hover {
	text-decoration: none;
	color: #000000;
}
.page_link:active {
	text-decoration: none;
	color: #990003;
}
.nav_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left:5px;
	padding-top:5px;
	border-bottom:#FFFFFF 1px solid;
	width:100%;
	display:block;
}
.nav_bar:link {
	text-decoration: none;
	color: #FFFFFF;
}
.nav_bar:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.nav_bar:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.nav_bar:active {
	text-decoration: none;
	color: #3366FF;
}
.bottom_nav_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding-right:5px;
	}
.bottom_nav_bar:link {
	text-decoration: none;
	color: #000000;
}
.bottom_nav_bar:visited {
	text-decoration: none;
	color: #000000;
}
.bottom_nav_bar:hover {
	text-decoration: underline;
	color: #000000;
}
.bottom_nav_bar:active {
	text-decoration: none;
	color: #000000;
}
.style3 {color: #FFFFFF; font-size: 12px;}
.style5 {	font-family: "Verdana", Times, serif;
	font-weight: bold;
	font-size: 12px;
}
.style6 {
	font-size: 12px;
	font-family: Verdana;
	text-align: left;
}
.even {
	font-size: 14px;
	font-family: Verdana;
	text-align:center;
	font-style: italic;
	font-weight: bold;
}
.style7 {	color: #990100;
	font-weight: bold;
}
.style8 {
	color: #990003;
	font-weight: bold;
	text-align: center;
}
.style9 {
	color: #990003;
	font-weight: bold;
}
.style12 {color: #3366FF}
.style13 {color: #003366}
.style34 {font-style: italic; color: #000066; font-weight: bold;}
.style35 {color: #000066; font-weight: bold;}
.style36 {font-size: 12px}
.style37 {
	color: #3366FF;
	font-family: Verdana;
	font-size: 12px;
}
.style39 {font-size: 14px; font-family: Verdana; }
.style40 {font-style: italic; color: #000066; font-weight: bold; font-size: 14px; }
.page_col { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; border:1px solid #990003; background: #FFFFDF; color:#000000;}
.page_col_header { font-size:14px; font-weight:bold; color:#990003; text-align:center;}
.page_col_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990003;
	padding-right:5px;
	text-align:right;
	}
.page_col_link:link {
	text-decoration: none;
	color: #990003;
}
.page_col_link:visited {
	text-decoration: none;
	color: #990003;
}
.page_col_link:hover {
	text-decoration: underline;
	color: #990003;
}
.page_col_link:active {
	text-decoration: none;
	color: #990003;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 200px; /* Main Menu Item widths 
border-bottom: 1px solid #FFF;*/
border-top: 1px solid #FFF;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #FFF;
border-right: 1px solid #FFF;
border-left: 1px solid #FFF;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #990000; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #BF0000;
}

/*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(images/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 */
/* logo */
.logo {
position:absolute;
margin-left:20px;
margin-top:-30px;
}
