.bold{font-weight:bold;font-size:1.1em;}
.italic{font-style:italic;}
* {padding:0;margin:0;}
	* img{border: 0;}
	* a{color: #3f3233;}
	* a:hover{text-decoration: underline;}
	.center{text-align:center;}
	.clear{clear:both;}

body{font-family: verdana, "lucida console", sans-serif;font-size:0.71em;background: url(/img/body_bg.jpg) repeat;line-height:1.8em}

#page{width: 900px;	margin:25px auto;background: repeat-y white; color:#363636; border: solid 1px gray;}
	#header{border-bottom: solid 1px #9c9975;border-top: solid 1px #9c9975;margin:5px 0 0;padding-left: 30px;height:55px;background:#b1aa81;}
		#header_logo{float:left;padding-top:10px;}
		#top_nav{padding-top: 15px;float:right;}
	#content{background:url(/img/divider_grad.jpg) no-repeat top left;padding-top:9px;}
		#content_inner{padding:20px;background:blue;margin:20px}
		h1{padding: 0 0 .6em;font-weight:normal;font-size:2.5em;color:#986129;}
		h1.title{font-size: 3em;}
		h1.subtitle{font-weight:normal;font-size: 2em;font-style:italic;}
		h2{padding:0.6em 0;color:#986129;}
		h3{padding:1em 0 0;color:#986129;font-style:italic;}
		p{padding:0.6em 0;}
	#footer{color:#363636;font-size:0.9em;margin-top:5px;text-align:center;}
#footer #foot_left_col{width:473px;}
#footer #foot_right_col{width:427px;}

#content ul{padding-left:15px;}
	


.col_left{float:left;width:538px;color:#363636;}
.col_left_inner{padding: 20px;}
.col_right{float:right;width:362px;overflow:hidden;}
.col_right_inner{padding: 20px;color:#363636;}
.col_right_top_inner{padding: 20px;text-align:center;}
	
/* Son of Suckerfish */
#nav, #nav ul {list-style: none;line-height: 1;}
	#nav a {text-decoration: none;display: block;padding:5px 12px;color:#464646;font-weight:bold;}
#nav a.current{color:white;}
#nav a:hover{background-color:#5f584a;color:white;}
	#nav li { /* all list items */float: left; /* width needed or else Opera goes nuts */}
	#nav li ul { /* second-level lists */	position: absolute;	background: white;	width: 200px; left: -999em;border: 1px solid #464646;border-bottom:none; /* using left instead of display to hide menus because display: none isn't read by screen readers */}
	#nav li ul a{ /*set a width to 100% of dropdown width, so the menu stays popped*/width:190px;padding:5px 0 5px 10px;border-bottom: 1px solid #3f3233;color:#3f3233;font-weight:normal;}
/*#nav li ul a.sub_pres{background:url(/images/arrow.gif) no-repeat 95% 50%;}*/
#nav li ul a:hover{background-color:#eae5ae;color:#464646;}
#nav li ul a.current{background-color:#5f584a;color:white;}
	#nav li ul ul { /* third-and-above-level lists */	margin: -2em 0 0 200px;}
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left: -999em;}
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */left: auto;}
	#nav li:hover, #nav li.hover {position: static;}

.error_msg{color:#666;background-color:#fcdada;border: solid 2px red;margin: 20px;padding: 10px;}
#msg_bar li{margin-left: 20px;}
.pos_msg{color:#666;background-color:#fff;border: solid 2px green;margin: 20px;padding: 10px;}


