@charset "UTF-8";
body {
	background-color: #3B424A;
	background-image: url(images/background_1.jpg);
	background-repeat: repeat-x;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	
}
a {
	color: #3B424A;
	border-bottom: 1px dotted #3B424A;
}

a:visited {
	color: #3B424A;
}

a:hover {
	color: #DBE6E8;
	background-color: #3B424A;
}

body {
	background-color: #3B424A;
	background-image: url(images/background_1.jpg);
	background-repeat: repeat-x;
}
.sf_pagetitle {
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	background-image: url(images/titleline.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 24px;
	margin-bottom: 0;
	margin-left: 5px;
	color: #102032;
}
.oneColFixCtr #container {
	width: 902px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
.oneColFixCtr #menu {
	background-image:url(images/menuback_1.jpg);
	width: 100%;
	height: 28px;
}
.oneColFixCtr #mainContent {
	margin: 0px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 14px;
}
.oneColFixCtr #contact {
	margin: 0px;
	width: auto;
	height: auto;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtr #footer {
	margin: 0px;
	width: 902px;
	height: auto;
	font-size: 10px;
	color: #666;
}#footer p {
	font-style: italic;
	text-align: right;
	padding-right: 15px;
	padding-left: 35px;
}
