html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
.logo {border:0;}
/**.brows img {border:1;border-color:#CCCCCC;} */
.thumb {border: 1px solid #CCCCCC;}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #8E0D0D url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #565656;
	
}
.spacer{clear:both;font-size:1px;line-height:1px;color:#FFF}
/** layout **/
#wrapper {
	text-align: left;
	margin:0 auto;
	width: 788px;
}
#fullwid{float:left;width:788px}
#left{float:left;text-align:left;width:268px}
#right{float:left;text-align:left;width:520px;}

/** Left **/
#lefttop{float:left;text-align:left;width:268px; background-color:#FFFFFF}
#copyright {
 display: block;
}
.FormLabel {
text-align:left;
font-weight:bold;
}

/** Right **/
#nav {
 background: url(images/header.jpg) no-repeat;
 height: 108px;
 float:left;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 30px;
}
#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding: 66px 9px 9px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 font-weight: bold;
}
/** Body **/
#body {
 background: url(images/body_bg.jpg) repeat-y;
}
#body-top {
 background: url(images/body_top.jpg) no-repeat;
}
#body-bot {
 background: bottom left url(images/body_bot.jpg) no-repeat;
 padding: 36px 39px 19px 39px;
}

#body h2 {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: 14px "Times New Roman", serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#body h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}


.body-hr {
 clear: both;
 height: 43px;
 background: bottom left url(images/body_hr.jpg) no-repeat;
 margin: 10px -39px;
}
/** footer 
#footer22 {
  float: left;
  width: 788px;  
  margin-top: 5px;
  border: 5px solid #ACACAC;
  font: 14px "times new roman", serif;
  color: #660505;
  text-align: center;
}**/
#footer {
 background: url(images/full.gif) repeat-y;
}
#footer-top {
 background: url(images/full-top.gif) no-repeat;
}
#footer-bot {
  text-align: center;
  font-weight:bold;
 background: bottom left url(images/full-bot.gif) no-repeat;
 padding:19px;
}
/* FORM STYLES */
INPUT, select, textarea, text {
border: 1px #006699 groove;
background-color: #FFFFFF; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #000000;
border-color: #000000;
border-style: solid;
}
/*.Dropdown{} */

