/* CSS CREATED - 2010-04-08 01:14:43 */
/* REPLACE  - [OVERFLOW_BACKGROUND] with #111111 */
/* REPLACE  - [OVERFLOW_FOREGROUND] with #555555 */
/* REPLACE  - [SITE_BORDER] with #111111 */
/* REPLACE  - [SITE_HEADER_BACKGROUND] with #AD6C36 */
/* REPLACE  - [SITE_HEADER_FOREGROUND] with #FFFFFF */
/* REPLACE  - [MAIN_MENU_BACKGROUND] with #785B41 */
/* REPLACE  - [MAIN_MENU_FOREGROUND] with #FFFFFF */
/* REPLACE  - [MENU_DIVIDERS] with #8C735D */
/* REPLACE  - [SUB_MENU_BACKGROUND] with #D0B98A */
/* REPLACE  - [SUB_MENU_FOREGROUND] with #503020 */
/* REPLACE  - [CONTENT_BACKGROUND] with #FFFFFF */
/* REPLACE  - [CONTENT_HEADING_COLOR] with #503020 */
/* REPLACE  - [CONTENT_LINK_COLOR] with #934D12 */
/* REPLACE  - [CONTENT_REVERSE_BACKGROUND] with #934D12 */
/* REPLACE  - [CONTENT_REVERSE_FOREGROUND] with #FFFFFF */
/* REPLACE  - [CONTENT_HIGHLIGHT1] with #E8DDC5 */
/* REPLACE  - [CONTENT_HIGHLIGHT2] with #E8E8E8 */


#bodycontainer  {background-color:#111111}

#pagecontainer {
	width:785px;
	background-color:#111111;
	border:1px solid #111111;
}

#bannercontainer {
	height:100px;
	width:785px;
	padding:0px;
	color:#FFFFFF;
/*	background-color:#AD6C36; */
}
#bannercontainer h3 {color:#FFFFFF}

#menucontainer {
	width:185px;
	background-color:#785B41;
	border-right:1px solid #111111;
	padding:2px;
}

#menucontainer p {color:#FFFFFF}
#menucontainer p a {color:#FFFFFF}


#contentcontainer {
	background-color:#FFFFFF;
	width:600px;
}

.contentmargins {margin:0;padding:5px 10px 5px 10px;}


#menulist { /* set width of menu */
	list-style: none;
	margin: 0;
	padding: 1;
} 

#menulist ul {
	list-style: none;
	margin: 0 0 0 5;
	padding: 0;
}

				
#footercontainer {color:#555555;font-size:9pt;text-align:center;padding:10px;}
#footercontainer a {color:#555555;font-size:9pt;}

li.regmenu {font-size:10pt;font-weight:bold;padding:5 3 5 3;border-bottom:1px solid #8C735D;}
li.regmenu a {font-size:10pt;font-weight:bold;text-decoration:none;color:#FFFFFF;}
li.regmenu a:hover {text-decoration:underline;}

li.menusel {font-size:10pt;font-weight:bold;padding:4px;background-color:#D0B98A;color:#503020;}
li.menusel a{font-size:10pt;font-weight:bold;color:#FFFFFF;text-decoration:underline;color:#503020;}
li.menusel a:hover {text-decoration:underline;}

li.submenu {font-size:9pt;font-weight:normal;padding:2px;color:#503020;}
li.submenu a {font-size:9pt;font-weight:normal;text-decoration:none;color:#503020;}
li.submenu a:hover {text-decoration:underline;}

li.submenusel {font-size:9pt;font-weight:normal;padding:2px;background-color:#D0B98A;color:#503020;}
li.submenusel a {font-size:9pt;font-weight:normal;text-decoration:underline;color:#503020;}
li.submenusel a:hover {text-decoration:underline;}

.adminworkspace {
	padding:5px 15px 15px 15px;
	border-top:1px solid #cccccc;
	background:#f2f2f2;
	margin-bottom:15px;
}

.admininstructions {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	font-size:9pt;
	color:#666666;
}

.cs_reverse {background-color:#934D12;color:#FFFFFF}

.cs_reverse {background-color:#934D12;color:#FFFFFF}
.cs_highlight1 {background-color:#E8DDC5;}
.cs_highlight2 {background-color:#E8E8E8;}
a {color:#934D12}
h1,h2,h3,h4,h5 {color:#503020}


#pagecontainer {border-bottom:6px solid #895122}