body{
background-color:#975C1C;
margin:0px;
padding:0px;
}
body a{
color:#764525;
text-decoration:underline;
font-weight:normal;
}
body a:hover{ color:#B66C33; text-decoration:none; }
.body {
	color:#AA6F47;
	text-align:justify;
	padding:2px 4px 0px 6px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin-right: 32px;
	background-color: #F7E6D4;
}
/*.body a{
color:#764525;
text-decoration:none;
font-weight: bold;
} */

/*.body a:hover{ color:#B66C33; text-decoration:none; } */
.body1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#B87637;
text-align:left;
}
.body1 a { 	color:#5C3317; text-decoration:underline;}
.body1 a:hover { color:#CB7C3D; text-decoration:none; }
.body1 ul, .body ul, ul {
line-height: 175%;
}
h1 {
margin: 0px;
padding: 10px 0px 0px 0px;
font:normal 24px Arial, Helvetica, sans-serif;
color:#341c12;
}
h2 {
margin: 0px;
padding: 10px 0px 0px 0px;
font:normal 20px Arial, Helvetica, sans-serif;
color:#82462D;
}
h3, h4 {
font-size: 16px;
}
h1 b, h2 b, h3 {
color:#862e06;
}
th {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#FFF;
}
td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#C88960;
margin-right: 16px;
}
pre {
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
p.clear {
clear:both;
}
fieldset {
margin: 0;
padding: 0;
border: none;
}
legend {
display: none;
}
input, textarea, select {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #660000;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 27px 4px 40px;  	
  font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #B29269;	
	border: 1px solid #E3D1BA; 
	background: #F5EFE9;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}
#header {
	text-align: left;
}
#header #icons {
	position: relative;
	top: 8px;
	font: 9px "Trebuchet MS", Arial;
	left: 510px;
}
#header #icons img {
	padding-right : 2px;
	border : 0;
}
#header #icons a {
	color:#FFF;
	text-decoration: none;
}
#logo {
width: 700px;
margin-left: 32px;
text-decoration: none;
}
#logo h1 a, #logo a h1 {
padding-top: 8px;
color: #EABE94;
letter-spacing: 3px;
font: 32px Georgia, "Times New Roman", Times, serif;
text-decoration: none;
}
#logo h2 {
padding-top: 4px;
color: #F3DBC2;
font: small-caps 12px Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
letter-spacing: 3px;
}
#colleft {
	line-height: 125%;
	width: 100%;
	padding-left: 32px;
}
#colright {
	text-align: left;
	line-height: 125%;
	width: 25%;
	padding: 32px 28px 0px 20px;
}
#colright h3 {
   background-color: #db9f5b;
   font: normal 12px Trebuchet Verdana Arial Helvetica sans-serif;
   text-align: center;
}
#colright h3 a {
   color: white;
   text-decoration: none;
}
#colright h3 a:hover {
   color: maroon;
   text-decoration: underline;
}
#colright .promo {
border: 2px solid #db9f5b;
}
.border {
border: #C5B488 1px solid;
}
.more {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#EF7000;
font-weight:bold;
padding-left:5px;
}
.more a { color:#EF7000;	text-decoration:none; }
.more a:hover { color:#806643; text-decoration:none;}
.warning {color: #CC0000;}
.name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4E4E4E;
}
.style3 {
color: #7C4510;
font-size:14px;
font-weight: bold;
}
.legend {
font-size:11px;
}
.footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFD2B3;
text-align:center;
line-height:20px;
}
.footer a { color:#FFD2B3; text-decoration:none; }
.footer a:hover { color:#ffffff; text-decoration:underline; }

img { border: none; }
img.left {
	float: left;
	margin: 3px 20px 20px 0px;
}
img.right {
	float: right;
	margin: 3px 0px 20px 30px;
}
.menu {
font-size:1.0em;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:100px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:100px;
position:relative;
}
/* style the links for the top level */
.menu a,  .menu a:visited {
display:block;
font-size: 14px;
font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration:none; 
text-align: center;
color:#fff; 
width:100px; 
height:30px; 
border:1px solid #EABE94; 
border-width:1px 1px 0 0; 
padding-left:0px;
line-height:29px;
}
/* hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:88px;
w\idth:88px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#EABE94; /* C1 */
color: #391d00; 
text-align:left;
font-size:14px;
font-weight:normal;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration:none; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:175px
/* hack for IE5.5 */
}
* html .menu ul ul a{
width:175px;
w\idth:175px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background: #975c1c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#e2dfa8; /* */
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:196px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
