* {
   font-family: Tahoma, Arial, Sans-Serif;
   }
body {
   background-color:#3a541d;
   background-image:url(images/background.jpg);
   background-repeat:repeat-y;
   background-position:center;
   margin:0px;
   }
p, td, li {
   font-size:12px;
   font-weight:normal;
   color:#000000;
   }
ul {
   margin-left:15px;
   padding-left:0px;
   margin-bottom:5px;
   list-style-image: url(images/bullet.gif);
   }
ol {
   margin-bottom:5px;
   }
h1 {
   font-size:15px;
   font-weight:bold;
   color:#c30101;
   display:block;
   border-bottom:1px solid #c9c9c9;
   margin-bottom:-10px;
   margin-top:0px;
   }
h2 {
   font-size:13px;
   font-weight:bold;
   color:#c30101;
   }
h3 {
   font-size:15px;
   font-weight:bold;
   color:#800000;
   display:block;
   border-bottom:1px solid #c9c9c9;
   margin-bottom:0px;
   margin-top:0px;
   }
h4 {
   font-size:13px;
   font-weight:bold;
   color:#800000;
   margin-bottom:0px;
   margin-top:0px;
   }
h5 {
   font-size:18px;
   font-weight:bold;
   color:#c30101;
   border-bottom:1px solid #c9c9c9;
   }
ul a {
   color:#000000;
   }
ul a:hover {
   color:#FF0000;
   }
li {
   margin-bottom:5px;
   }
a {
   font-size:12px;
   color:#c30101;
   }
a:hover {
   color:#FF0000;
   }
img {
   border-color:black;
   }
.specialLink {
   font-size:13px;
   color:#eff361;
   }
.specialLink:hover {
   color:#FFFFFF;
   }
.fluff {
   border:1px solid #c9c9c9;
   background-color:white;
   }
.fluff img {
   border:3px solid white;
   }
.iH {
	display:none;
	}

/*****************************************/
/********** Center the Document **********/
/*****************************************/

#wrapperOuter {
   text-align:center;
   }
#wrapper {
   width:649px;
   margin-left: auto;
   margin-right: auto;
   background-color:#ffffff;
   border:1px solid #2d3957;
   }

/****************************/
/********** Header **********/
/****************************/

#header {
	width:649px;
	height:72px;
	background-image:url(images/header.jpg);
	}

/******************************/
/********** Menu Bar **********/
/******************************/

.menuTD {
	background-color:#6a6a6a;
	background-image:url(images/menuBack.jpg);
	}
#mainMenu {
	margin:10px 0px 1px 20px;
	margin-bottom:1px;
	/*background-color:#800000;*/
	}
.menuBar {
   /*background-color:#800000;*/
   text-align:left;
   width:211px;
   height:204px;
   }
.menuBarTD {
	/*background-color:#91000a;*/
	width:211px;
	height:220px;
	}
.menuBar ul{
	width:171px;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:left;
	}
.menuBar ul li{
	position: relative;
	margin-bottom:0px;
	}

/*Sub level menu items */
.menuBar ul li ul{
	position:absolute;
	width:225px; /*sub menu width*/
	top:0px;
	visibility:hidden;
	}

/* Sub level menu links style */
.menuBar ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	font-family: Arial, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:7px;
	/*background-color:#800000;*/
	}
.menuBar ul li a:hover{
	background-color:#5b5b5b;
	color:white;
	}
.menuBar .subfolderstyle{
	font-family: Arial, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	display:block;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:7px;
	/*background-color:#800000;*/
	background: url(images/arrow.gif) no-repeat center right;
	}
.menuBar ul ul li a {
	background-color:#6a6a6a;
	}
.menuBar ul li img {
   margin-right:10px;
   margin-left:3px;
   margin-top:1px;
	}
.menuBar ul li img.yellowDivider {
   margin:0px;
   padding:0px;
   display:block;
	}

/* Holly Hack for IE \*/
* html .menuBar ul li { float: left; height: 1%; }
* html .menuBar ul li a { height: 1%; }
/* End */

/**************************************/
/********** Main Content Box **********/
/**************************************/

#content {
   font-size:12px;
   font-weight:normal;
   color:#000000;
   text-align:left;
   width:649px;
   float:left;
   background-color:white;
   background-image:url(images/content_bkgd.jpg);
   background-repeat:repeat-x;
   }
#contentTable {
   width:603px;
   margin-top:11px;
   margin-bottom:11px;
   margin-left:23px;
   margin-right:23px;
   }
.readMore {
   text-align:right;
   }
.readMore a {
   text-align:right;
   font-size:12px;
   font-weight:bold;
   color:#c30101;
   }
.readMore a:hover {
   color:#FF0000;
   }
.title {
   background-image: url(images/title.jpg);
   background-repeat:repeat-x;
   background-color:#6a6a6a;
   padding:5px;
   padding-left:18px;
   margin-top:12px;
   margin-bottom:12px;
   color:#FFFFFF;
   font-size:16px;
   font-weight:bold;
   }
.mainTitle {
   background-image: url(images/title.jpg);
   background-repeat:repeat-x;
   background-color:#6a6a6a;
   padding:5px;
   padding-left:18px;
   margin-bottom:12px;
   color:#FFFFFF;
   font-size:17px;
   font-weight:bold;
   }
.note {
   margin-top:0px; text-indent:-33px; margin-left:33px;
   }
.disclaimer {
   font-size:11px;
   color:#000000;
   }
.disclaimer a {
   font-size:11px;
   }
#tblWindows th {
   font-size:13px;
   font-weight:bold;
   color:#eff361;
   text-align:center;
   background-color:#667c40;
   }
#tblWindows td {
   background-color:#cccccc;
   }
.featured {
   border:1px solid #c9c9c9;
   margin:0px;
   }

/****************************/
/********** Footer **********/
/****************************/

#footer {
   width:649px;
   background-color:#6a6a6a;
   }
#footer table {
	 padding:2px 7px 4px 7px;
	 }
.copyright {
   font-size:11px;
   font-weight:normal;
   color:#000000;
   }
.copyright a {
   font-size:11px;
   font-weight:normal;
   color:#000000;
   }
.copyright a:hover {
   font-size:11px;
   font-weight:normal;
   color:#ffffff;
   }
