h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F0000;
	text-transform: capitalize;
	/* border-bottom: 1px solid #6F0000;
	*/ width: 100%;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	}		

li {	
	list-style-position: outside;	
	list-style-image: url(/persistent/templateimages/li.gif);
	padding-bottom: 10px;
}	

input, select, textarea {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	}

.feedback_input {
	border: 1px solid #999999;
	}

.header {
	background-color: #6F0000;
	text-align: left;
	background-image: url(../templateimages/header-lines.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: bottom;
	height: 90px;
	}
	
.content {
	padding: 45px 20px 20px 20px;
	vertical-align: top;
	background-color: #F5F5F5;
	color: #454545;
	vertical-align: top;
	margin: 0px;
}	
	
.content a {
	color: #6F0000;
	}
	
.content a:hover {
	color: #666666;
	text-decoration: none;
	}	
	
.submenu {
	background-color: #700000;
	width: 160px;
	vertical-align: top;
	background-image: url(../templateimages/sidemenu_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 115px;
	line-height: 0.1;
	background-image: url(../templateimages/column_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}
	
.submenuitem {
	background-color: #BB9393;
	display: block;
	width: 100%;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: middle;
	line-height: 2;
	text-decoration: none;
	padding-left: 10px;
	}

.submenuitem:hover {
	background-color: #C7A1A1;	
	}	
	
.submenuitem_current {
	background-color: #C7A1A1;	
	display: block;
	width: 100%;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: middle;
	line-height: 2;
	text-decoration: none;
	padding-left: 10px;
	}

.sub_subitem {
	padding-left: 30px;
	padding-top: 2px;
	display: block;
	width: 140px;
	height: 20px;
	line-height: 1;
	padding-bottom: 2px;
	color: #000000;
	text-decoration: none;
	}
	
.sub_subitem_current {
	background-image: url(../templateimages/subitem_selected.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 2px;
	display: block;
	width: 140px;
	height: 20px;
	line-height: 1;
	padding-bottom: 2px;
	color: #000000;
	text-decoration: none;
	}	
	
.sub_subitem:hover {
	color: #999999;
	}	
	
.submenu_extraspace {
	width: 30px;
	background-color: #F5F5F5;
	}	
	
.footer {
	background-color: #6F0000;
	text-align: right;
	color: #FFFFFF;
	padding-right: 10px;
	height: 15px;
	}			

.news {
	color: #FFFFFF;
	}	
	
.news a {
	color: #6F0000;
	text-decoration: none;
	}
	
.news a:hover {
	color: #BC2C2C;
	text-decoration: underline;
	}		
	
.news_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F0000;
	background-color: #BB9393;
	width: 100%;
	padding-left: 10px;
	height: 20px;
	}
	
.login_box {
	display: none;
	}		
