@charset "utf-8";
/* CSS Document */

body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #BBB29A;
	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 */
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	padding: 0px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; 
}

.boxUpperLeft {
	background-color: #4E5B5A;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
	width: 120px;
}
.boxUpperCenter {
	background-color: #767263;
	padding: 10px;
}
.boxUpperRight {
	background-color: #7E8074;
	padding: 0px;
	font-size: 80%;
	width: 173px;
	height: 95px;
}
.boxMidLeft {
	background-color: #767263;
	padding: 50px 10px 10px;
	vertical-align: top;
}
.boxMidCenter {
	background-color: #D6D0C0;
	padding: 0px;
	border-top: none;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
}
.boxMidRight {
	background-color: #91876A;
	padding: 120px 10px 10px;
	color: #E0DED8;
	width: 120px;
	font-weight: bold;
}
.boxBottomLeft {
	background-color: #767263;
	padding: 10px;
}
.boxBottomCenter {
	background-color: #7E8074;
	padding: 10px;
	font-size: 80%;
	color: #E0DED8;
	text-align: center;
	font-weight: bold;
}
.boxBottomRight {
	background-color: #4E5B5A;
	padding: 10px;
}
.oneColFixCtr #footer {
	font-size: 80%;
	text-align: center;
	padding: 10px;
}
a:link		{
	color: #000000;
	text-decoration: none;
}
a:visited	{
	color: #333333;
	text-decoration: none;
}
a:active	{
	color: #333333;
	text-decoration: underline;
}
a:hover		{
	color: #333333;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #767263;
}
h2 {
	color: #767263;
}
h3 {
	color: #767263;
}
