/*  Blue bg: abbfca 
 *  Yellow: f6e29d 
 *  yellow (nav roll): edcd6c 
 *  brown text: 653614 
 */

html {
	margin: -8px;
}

body {
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	background-color: #FFF;
	font-family: arial, sans-sarif;
	font-size: 12px;
	font-weight: normal;
}

a {
	text-decoration: none;
}

.main a {
	text-decoration: underline;
}

* :link {
	color: #653614;
}

* :visited {
	color: #653614;
}

.inside {
	padding-left: 20px;
	padding-right: 20px;
}

#main .inside {
	padding-left: 70px;
	padding-right: 70px;
}

#right .inside {
	padding-top: 20px;
}

#main .contentpaneopen td {
	border-bottom: 1px dotted #653614;
	width: 100%;
}

#main .staff td {
	width: auto;
}

#main .contentpaneopen td.contentheading {
	border-bottom: none;
}

#main td.contentheading {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: none;
}

div.main-top {
	font-size: 1.2em;
	text-align:center;
	margin:0;
	padding:10px 235px 10px 10px;
}

#right {
	width: 223px;
	min-height: 540px;
	height: 100%;
	float: right;
	padding: 0px;
	background: #f6e29d url(../images/right_bg.jpg) no-repeat scroll top left;
	font-size: 1.0em;
	display: inline;
}

#right .details {
	border-bottom: 1px dotted #653614;
	width: 100%;
}

#right ul {
	padding-left: 0;
	margin-left: 0;
}

#right li {
	text-decoration: none;
	border-bottom: 1px dotted #653614;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-type: none;
	font-weight: bold;
	font-size: 1.0em;
}

#right li a:hover {
	color: #a5723f;
}

#right li a.currentmenu {
	color: #a5723f;
}

#right-banner img {
	margin-top: 40px;
	margin-left: 1px;
}

#main .componentheading {
	font-size: 1.0em;
	border-bottom: 1px dotted #653614;
}

#content {
	margin: 8px auto;
	height: 100%;
	padding: 0;
	width: 900px;
	background-color: #ABBFCA;
	color: #653614;
}

#current a {
	color: #a5723f;
}

a img {
	border: none;
}

#header {
	padding: 0px;
	margin: 0px;
}

#header img {
	background-color: #FFF;
	border: none;
}

#main-content {
	/*background: #ABBFCA url(../images/main_bg.jpg) repeat-y;*/
	margin: 0px;
	padding: 0px;
	background-color: #ABBFCA;
	min-height: 100%;
}

#breadcrumb {
	background-color: #ABBFCA;
	padding-top: 10px;
}

#top {
	height: 37px;
	width: 900px;
	padding: 0px;
	margin: 0px;
	/*background-image: url(../images/nav_bg.gif);*/
	background-image: url(../images/topmenu_10.jpg);
	background-repeat: no-repeat;
	background-color: #f6e29d;
}

#top ul {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#top li {
	float: left;
	display: block;
	margin: 10px 8px 0 8px;
	padding: 0;
	/*margin: 10px 8px 0 8px;
	padding: 5px 12px 5px 12px;
	margin: 0 auto 0 auto;
	padding: 10px 12px;*/
}

#top li span.topleft, #top li span.topright {
	width:10px;
	height:22px;
	float:left;
}

#top li a {
	color:white;
	float:left;
	padding: 5px 8px;
}

#top li:hover a {
	background: url(../images/mnuhov_center.gif) repeat-x;
}
#top li:hover span.topleft {
	background: url(../images/mnuhov_left_cnr.gif) no-repeat top left;
}
#top li:hover span.topright {
	background: url(../images/mnuhov_right_cnr.gif) no-repeat;
}

#top li.currentmenu a {
	background: url(../images/mnu_center.gif) repeat-x;
	color:#653614;
}
#top li.currentmenu span.topleft {
	background: url(../images/mnu_left_cnr.gif) no-repeat top left;
}
#top li.currentmenu span.topright {
	background: url(../images/mnu_right_cnr.gif) no-repeat;
}

#banner {
	width:900px;
	overflow:hidden;
}

#banner img {
	margin-top: 0px;
	padding: 0px;
}

#banner .module_ctr {
	margin-right: auto;
	margin-left: auto;
}

#banner .module_ctr img {
	margin-top: 10px;
	margin-left: 32px;
}

#main {
	/*width: 577px;*/
	width: 900px;
	background-color: #ABBFCA;
	height: auto;
}

h1,h2,h3 {
	font-weight: bold;
	margin:10px 0 6px 0;
	padding:0;
}

h1 {
	margin-top:5px;
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

#footertop {
	font-size:1px;
	clear:both;
	width: 900px;
	height:5px;
	background-color:#edcd6c;
}
#footer {
	width: 884px;
	/*background: #523921 url(../images/foot_bg.gif) no-repeat top left;
	background-color: #653614;*/
	background-color:#523921;
	color:#ffffff;
	clear: both;
	padding: 8px;
	margin:0;
	text-align:right;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
}
#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
}
/*hr {
	border: none 0;
	border-top: dotted 1px;
	border-color: #653614;
	height: 2px;
	margin-left: -20px;
}*/

hr {
	border: none 0;
	border-top: dotted 1px;
	border-color: #653614;
	height: 1px;
	width: 95%;
}

#right #user1 .moduletable {
	margin-top: 40px;
	margin-left: 1px;
}

#right hr {
	margin-left: -20px;
}

#user2 .inside {
	width: 577px;
}

#user2 {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

form fieldset {
	margin-left: -75px;
}