body{
	margin:0 auto 0 auto; 
	padding:0; 
	font:62.5% verdana, arial, tahoma, helvetica, sans-serif; 
	color:#333; 
	text-align:center; 
	background:#391b00;
}

#logo {
	width:770px; 
	margin:3px auto 0 auto; 
	background:#391b00;
	padding:0; 
	height:60px;
}
.hide {display:none;}

#wrapper {
	width:780px;
	margin:0px auto 0px auto;
	border:1px solid #391b00;
	background: #fff url(../images/logo.jpg) no-repeat;
}







/* Styles for navigation
---------------------------------*/

#navlist{
margin: 230px 0 0 10px;
padding: 0 0 20px 10px;
border-bottom: 1px solid #391b00;
font:bold 11px arial, verdana,  tahoma, helvetica, sans-serif; 
}

#navlist ul, #navlist li{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 12px;
text-decoration: none;
color: #0092dd;
}

#navlist a:hover, #navlist a.here{
background: transparent;
color: #391b00;
border-bottom: 4px solid #391b00;
padding-bottom: 2px;
}

/* Styles for content positioning
---------------------------------*/

#right {
	float:right; 
	width:540px; 
	padding:0 0 0 20px;
	margin:20px 10px 20px 0; 
	text-align:left;
	border-left:1px dotted #391b00;
}

#main {
	float:right; 
	width:340px; 
	padding:0 20px;
	margin:20px 10px 20px 0; 
	text-align:left;
	border-left:1px dotted #391b00;
	border-right:1px dotted #391b00;
}

#main h2, #right h2 {font-size:1.8em;}
#right h3 {font-size:1.5em;}

#callout {
	float:right; 
	width:180px; 
	padding:0px;
	margin:20px 10px 20px 0; 
	text-align:left;
	
}

#callout h3 {
	font-size:1.3em; 
	background:#391b00; 
	color:#FFF; 
	padding:8px 5px;
}

#callout a:hover {color:#391b00;}

#sidebar {
	float:left;
	width:168px; 
	margin:20px 0 20px 10px; 
	padding:0; 
	text-align:left;
}

#sidebar h3 {
	font-size:1.3em; 
	background:#391b00; 
	color:#FFF; 
	padding:8px 5px;
}

#sidebar a:hover {color:#391b00;}


/* Styles for subnavigation
-----------------------------*/
#sidebar ul {list-style-type:none; text-align:right;}

#sidebar li {padding:8px; border-bottom:1px dotted #391b00;}

#sidebar li a {text-decoration:none; color:#391b00;}                           
#sidebar li a:hover {text-decoration:none; color:#391b00;}    


/* Styles for footer
-----------------------------*/


#bottom_nav{
	width:770px;
	margin:0 auto 0 auto;
	text-align:center;
	padding:5px;
	font:bold 11px arial, verdana,  tahoma, helvetica, sans-serif; 
}

#bottom_nav ul, #bottom_nav li{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#bottom_nav a{
line-height: 14px;
font-weight: bold;
margin: 0 12px;
text-decoration: none;
color: #0092dd;
}

#bottom_nav a:hover{
background: transparent;
color: #FFF;

}


/* General Styles
----------------------------*/


h1, h2, h3, h4, h5, h6 {font-family:arial, verdana, tahoma, san-serif; font-weight:bold; margin:5px 0; padding:0;}
p, li {font-size:1.1em; color:#391b00; line-height:1.5em;}
a {font-family:arial, verdana, tahoma, san-serif; font-weight:bold; color:#391b00; text-decoration:underline;}
a:hover {color:#391b00;}
.padLeft {float:right; border:1px solid #391b00; margin-left:10px;}
.padLeft-noborder {float:right; margin-left:10px;}
hr {
	border: none 0; 
	border-top: 1px dotted #391b00;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin: 0 0 10px 0;
}









