/* REPLACE  - [OVERFLOW_BACKGROUND] with #292000 */
/* REPLACE  - [OVERFLOW_FOREGROUND] with #FFFFFF */
/* REPLACE  - [SITE_BORDER] with #292000 */
/* REPLACE  - [SITE_HEADER_BACKGROUND] with #292000 */
/* REPLACE  - [SITE_HEADER_FOREGROUND] with #FFFFFF */
/* REPLACE  - [MAIN_MENU_BACKGROUND] with #808060 */
/* REPLACE  - [MAIN_MENU_FOREGROUND] with #FFFFFF */
/* REPLACE  - [MENU_DIVIDERS] with #939378 */
/* REPLACE  - [SUB_MENU_BACKGROUND] with #606048 */
/* REPLACE  - [SUB_MENU_FOREGROUND] with #FFFFFF */
/* REPLACE  - [CONTENT_BACKGROUND] with #FFFFFF */
/* REPLACE  - [CONTENT_HEADING_COLOR] with #601818 */
/* REPLACE  - [CONTENT_LINK_COLOR] with #601818 */
/* REPLACE  - [CONTENT_REVERSE_BACKGROUND] with #601818 */
/* REPLACE  - [CONTENT_REVERSE_FOREGROUND] with #FFFFFF */
/* REPLACE  - [CONTENT_HIGHLIGHT1] with #E0E0D0 */
/* REPLACE  - [CONTENT_HIGHLIGHT2] with #CCCCCC */
/* REPLACE  - [CONTENT_FOREGROUND] with #000000 */


body  {background-color:#292000;}

#sitecontainer {padding:0px;margin:30px;}

#pagecontainer {
	width:785px;
	/*background-color:#292000;*/
	border:1px solid #292000;
}

#bannercontainer {
	height:100px;
	width:785px;
	padding:0px;
}

#bannercontainer h3 {color:#FFFFFF}

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

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


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

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


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

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

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

li.regmenu {font-size:10pt;font-weight:bold;padding:5px 3px 5px 3px;border-bottom:1px solid #939378;}
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:#606048;color:#FFFFFF;}
li.menusel a{font-size:10pt;font-weight:bold;color:#FFFFFF;text-decoration:underline;color:#FFFFFF;}
li.menusel a:hover {text-decoration:underline;}

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

li.submenusel {font-size:9pt;font-weight:normal;padding:2px;background-color:#606048;color:#FFFFFF;}
li.submenusel a {font-size:9pt;font-weight:normal;text-decoration:underline;color:#FFFFFF;}
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:#601818;color:#FFFFFF}

.cs_reverse {background-color:#601818;color:#FFFFFF}
.cs_highlight1 {background-color:#E0E0D0;}
.cs_highlight2 {background-color:#CCCCCC;}
a {color:#601818}
h1,h2,h3,h4,h5 {color:#601818}
