@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	background-color: #C4C3AE;
	background-image: url(images/background_opt.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.oneColElsCtr #container {
	width: 738px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: auto;
	/*
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 278px;
	*/
	background-color: #e9e4d1;
}

*+html .oneColElsCtr #container { margin-left: 260px; } /* margin hack for IE7 */
* html .oneColElsCtr #container { margin-left: 320px; } /* margin hack for IE6 */

.oneColElsCtr #mainContent {
	background-image: url(images/main_body_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-right: 180px;
	padding-bottom: 20px;
	padding-left: 35px;
}
.oneColElsCtr #mainContentProfile {
	background-image: url(images/main_body_top_plain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.oneColElsCtr #mainContentTop {
	background-image: url(images/main_body_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.oneColElsCtr #mainContentBottom {
	background-image: url(images/main_body_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.footer {
	color: #FFFFFF;
	font-size: 10px;
}

.oneColElsCtr #container .footer a {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	color: #a54d1f;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
h2 {
	color: #a54d1f;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
a:link {color: #a54d1f; text-decoration:underline}
a:visited {color: #a54d1f; text-decoration:underline}
a:hover {color: #a54d1f; text-decoration:underline}
a:active {color: #a54d1f; text-decoration:underline}