@charset "utf-8";
body {
	background: #6d7768;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e4dbc3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background-color: #e4dbc3;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.oneColFixCtr #header {
	border-top-width: 20px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #6D7768;
	border-right-color: #6D7768;
	border-bottom-color: #6D7768;
	border-left-color: #6D7768;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-top: 0px;
}

.oneColFixCtr #header h1 {
	font-weight: normal;
	font-style: italic;
	color: #953B27;
}

.oneColFixCtr #container #menu a:link, .oneColFixCtr #container #menu a:visited, .oneColFixCtr #container #menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.oneColFixCtr #menu {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6D7768;
	clear: both;
}
.oneColFixCtr #menu td {
	padding-right: 30px;
}
.oneColFixCtr #leftcol {
	width: 250px;
	vertical-align: top;
}
.oneColFixCtr #rightcol {
	vertical-align: top;
	padding-top:30px;
}
.oneColFixCtr #footer {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #6D7768;
	border-right-color: #6D7768;
	border-bottom-color: #6D7768;
	border-left-color: #6D7768;
}

.bigger {
	font-size: 125%; !important
}
.smaller {
	font-size: 80%; !important
}

.right {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.center {
	text-align: center;
}
