/* CSS CREATED - 2009-10-04 06:36:08 */
/* REPLACE  - [OVERFLOW_BACKGROUND] with #191919 */
/* REPLACE  - [OVERFLOW_FOREGROUND] with #FFFFFF */
/* REPLACE  - [SITE_BORDER] with #191919 */
/* REPLACE  - [SITE_HEADER_BACKGROUND] with #A12735 */
/* REPLACE  - [SITE_HEADER_FOREGROUND] with #FFFFFF */
/* REPLACE  - [MAIN_MENU_BACKGROUND] with #A12735 */
/* REPLACE  - [MAIN_MENU_FOREGROUND] with #FFFFFF */
/* REPLACE  - [MENU_DIVIDERS] with #AF4753 */
/* REPLACE  - [SUB_MENU_BACKGROUND] with #C3A664 */
/* REPLACE  - [SUB_MENU_FOREGROUND] with #FFFFFF */
/* REPLACE  - [CONTENT_BACKGROUND] with #FFFFFF */
/* REPLACE  - [CONTENT_HEADING_COLOR] with #791D28 */
/* REPLACE  - [CONTENT_LINK_COLOR] with #791D28 */
/* REPLACE  - [CONTENT_REVERSE_BACKGROUND] with #791D28 */
/* REPLACE  - [CONTENT_REVERSE_FOREGROUND] with #FFFFFF */
/* REPLACE  - [CONTENT_HIGHLIGHT1] with #E5E5E5 */
/* REPLACE  - [CONTENT_HIGHLIGHT2] with #CCCCCC */


#bodycontainer  {background-color:#191919}

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

#bannercontainer {
	padding:0px;
	background-color:#A12735;
	color:#FFFFFF;
}
#bannercontainer h3 {color:#FFFFFF}

#menucontainer {
	width:187px;
	background-color:#A12735;
	border-right:1px solid #A12735;
	padding:0px;
	color:#FFFFFF;
}

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

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

a {color:#791D28}
h1,h2,h3,h4,h5 {color:#791D28}
ul {color:#791D28}
li {color:#000000}

td + ul {margin-top:0px;padding-top:0px}

.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:#FFFFFF;font-size:9pt;text-align:center;padding:10px;}
#footercontainer a {color:#FFFFFF;font-size:9pt;}
#footercontainer p {padding:2px;margin:0px;}

li.regmenu {font-size:10pt;font-weight:bold;padding:5 3 5 3;border-bottom:1px solid #AF4753;white-space:nowrap;}
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:#C3A664;color:#FFFFFF;white-space:nowrap;}
li.menusel a{font-size:10pt;font-weight:bold;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:#C3A664;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:#791D28;color:#FFFFFF}

.cs_reverse {background-color:#791D28;color:#FFFFFF}
.cs_highlight1 {background-color:#E5E5E5;}
.cs_highlight2 {background-color:#CCCCCC;}

