@charset "utf-8";
body {
	font: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/bkground.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 850px;
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-size: 14px;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-color: #600;
}
.oneColFixCtrHdr #nav {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 14px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #455A8B;
}
.textback {
	background-color: #eaeaea;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
}
.textback2 {
	background-color: #eaeaea;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
}
.imgleft {
}

.textback li{
	list-style-image: url(../images/dot.jpg);

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #43609A;
}
em {
	color: #3A0000;
	text-align: left;
}
.textback a:visited {
	color: #600;
	text-decoration: none;
}
.textback a:hover {
	color: #E32F41;
	text-decoration: none;
}
.textback a:active {
	color: #E32F41;
	text-decoration: none;
}
.textback a:link {
	color: #600;
	text-decoration: none;
	text-align: left;
}
.imgleft {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imgleft2 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#sitemap {
	float: left;
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #600;
	text-align: left;
}
	
#sitemap a:hover {
	color: #FF0;
	text-decoration: none;
	font-size: 10px;
}
#sitemap a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
	
#siteby {
	float: right,relative;
	margin-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
}
#siteby a:hover {
	color: #FF0;
	text-decoration: none;
	font-size: 10px;
}
#siteby a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
h2 {
	font-size: 18px;
	color: #600;
}
.white {
	color: #FFF;
}
strong {
	font-weight: normal;
}

