@charset "UTF-8";

/* layout styles */ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #f6efe7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-size: 11px;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f6efe7;
	margin: 1em auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 8px 6px 12px 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* cms styles */

.inserted_blob {
	background-color:#dadada;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	padding: 8px;
	width: 150px;
}

/* html styles */

h1,h2 {
	margin: 0px;
	padding: 0px;
}
h3,h4,h5,h6 {
	margin: 0px;
	padding: 0 0 0 1px;
}
p {
	padding: 2px 0 2px 5px;
	margin: 0px;
}
h1,h2,h3,h4,h5 {
	color: #aa7b4f;
}
h6 {
	color: #c88d33;
}
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; font-weight: normal;}


hr {
	background: #dfbd8d;
}

a:link {
	color:#C88D33;
	text-decoration: none;
}
a:hover {
	color:#d89D43;
	text-decoration: none;
}
a:visited {
	color:#C88D33;
	text-decoration: none;
}

/* custom styles */
.content {
	padding: 6px;
}

#dcsform,#formbox {
	color:#fff;
	font-size: 11px;
	padding: 64px 18px 10px 16px;
}

#dcsform input {
	width: 95px;
	float: right;
	margin-top: 5px;
}
#dcsform select {
	float: right;
	margin-top: 5px;
}
#dcsform br {
	clear: right;
}
#dcsform div {
	display: block;
	padding-top: 5px;
	float: left;
}

#nav {
	background-color:#ab7c52;
	padding: 6px;
}
.menuItem {
	padding: 6px 40px 6px 40px;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
}

.footer {
	font-size: 10px;
	font-color: #444;
}
