
body {
	margin:0 0 0 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:13px;
	color:#eee;
	background-color:#000;
  scrollbar-3d-light-color:#996666;
	scrollbar-arrow-color:#996666;
	scrollbar-base-color:#996666;
	scrollbar-dark-shadow-color:#996666;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#000;
	scrollbar-shadow-color:#996666;
}

td {
	font-size:13px;
}
div {
	font-size:11px;
}
p {
	font-size:13px;
}
h1 {
	font-size:16px;
	color:#FFFFC8;
	font-weight:bold;
	text-align:left;
	margin-top:40px;
  margin-left:5px;
  letter-spacing:0.05em;
}
h2 {
	font-size:14px;
	color:#eee;
	font-weight:bold;
	text-align:left;
	margin-top:20px;
  margin-left:5px;
  letter-spacing:0.05em;
}


/* Link Styles */

a, a:active, a:visited {
	color:#CFAAAA;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#eee;
}

a.hdr_link {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFC8;
}

a.hdr_link:hover {
	text-decoration:none;
	color:#FFFFE8;
}

div#screenHd {
  display: block;
}
div#printHd {
  display: none;
}

/* Classes */

.content_cell {
	font-size:13px;
	color:#eee;
	padding:15px;
	line-height : 20px;
}
.gen_text {
	font-size:13px;
	color:#eee;
	padding:5px;
	line-height : 20px;
}

.desc_text {
	font-size:12px;
	color:#eeeeee;
	padding:15px;
	line-height : 20px;
}

.content {
	padding:8px;
}

.hdr_menu {
	padding-left:6px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFC8;
	cursor:pointer;
	cursor:hand;
}

.sub_menu {
	padding-left:12px;
}


/* layout divs */
div#head_pane {
  clear:both;
  position:absolute;
  left:180px;
  top:0px;
	width:95%px;
	height:48px;
  width:550px;
  padding:15px;
  z-index:1;
}
span#hd_img_1 {
  float:left;
}
span#hd_img_2 {
	float:right;
  margin-top:14px;
}

div#nav_bkgd {
	background-image: url(../images/bkgd_nav.jpg);
	background-repeat:no-repeat;
  position:absolute;
  top:0px;
  width:201px;
  height:642px;
  z-index:0; 
}

div#nav_pane {
  position:absolute;
  top:110px;
  left:10px;
  width:146px;
  height:524px; 
  /*border: 1px dashed #fff;*/
  padding:2px;
  z-index:1;
}
p.menu_lev01 {
	font-family:Arial,Helvetica,sans-serif;
	color:#FFFFC7;
	font-weight:bold;
  font-size:11px;
	text-decoration:none;
  width:142px;
  margin-bottom:5px;
  margin-top:0px;
  padding:1px;
  cursor:pointer;
  cursor:hand;
}

p.menu_lev02 {
  width:137px;
  font-size:11px;
  margin-left:5px;
  margin-bottom:5px;
  margin-top:0px;
  padding:1px;
  cursor:pointer;
  cursor:hand;
}

div#content_pane {
  position:absolute;
  top:110px;
  left:190px;
  width:575px;
  max-width:600px;
  min-width:300px;
}

div#inner_pane {
  padding:10px;
  margin-right:15px;
  border:1px solid #993333;
}
.btnRed{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #DCDCDC;
	background-color : #8B0000;
  border-top: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
	cursor:pointer;
	cursor:hand;
}

p.footer{
	font-family:Verdana,Arial,Helvetica,sans-serif;
  margin-top:5px;
	font-size:11px;
	color:#B78181;

}
a.footer_link,a.footer_link:active,a.footer_link:visited {
	font-weight:bold;
	text-decoration:none;
	color:#B78181;
}

a.footer_link:hover {
	text-decoration:underline;
}
