@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  
	margin: 0 auto; 
	text-align: left; 
}
.oneColFixCtrHdr #header {

	padding: 10px; 
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	padding: 10px; 
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; 

}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
h1 {
	font-family: Trebuchet MS;
	font-size: 22px;
	color: #666666;
}
h2 {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #666666;
}
h3 {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #333333;
}
h4 {
	font-size: 12px;
	color: #000000;
}
h5 {
	font-size: 12px;
	color: #333333;
}
h6 {
	font-size: 10px;
	color: #990000;
}
.contactform {
	width: 270px;
	height: 365px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-image: url(../images/contactform_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

.menubar {
	font-size: 14px;
	font-family: Trebuchet MS;
}
.menubar a:link {
	color: #990000;
	text-decoration: none;
}
.menubar a:visited {
	text-decoration: none;
	color: #990000;
}
.menubar a:hover {
	text-decoration: underline;
	color: #333333;
}
.menubar a:active {
	text-decoration: none;
	color: #333333;
}
.linehorizontal {
	width: 980px;
	height: 4px;
	background-color: #990000;
	}
.sub_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}
.sub_menu a:link {
	color: #990000;
	text-decoration: none;
}

.sub_menu a:visited {
	color: #990000;
	text-decoration: none;
}

.sub_menu a:hover {
	text-decoration: underline;
	color: #990000;
	}	

.sub_menu a:active {
	color: #990000;
	text-decoration: underline;
	
}