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


#container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #7F6D61;
}
#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;
	width: 1000px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent {
	background-color: #7F6D61;
	color: #231D0D;
	margin: 0px;
	border: 0px none #8966E0;
	width: auto;
	height: auto;
	min-height: 325px;
	padding: 20px;
}
#mainContent h2 {
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding-bottom: 10px;
}

#sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 337px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #7F6D61;
	color: #221D0C;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebarLeft_small h3 {
	color: #FFF;
}

#sidebarLeft_small {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #7F6D61;
	color: #221D0C;
	margin-right: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebarLeft_small table {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#sidebarLeft_small table th {
	text-align: left;
}





#sidebarLeft h2 {
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding-bottom: 10px;
}
#formboxRight {
	float: right;
	padding: 15px;
	border: 1px solid #221D0C;
	color: #221D0C;
	margin: 20px;
}
#formboxRight h2 {
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding-bottom: 10px;
}

#imageBox {
	background-color: #221D0C;
	color: #7F6D61;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#imageBoxVertical {
	background-color: #221D0C;
	color: #7F6D61;
	float: none;
	width: 285px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#imageBox img {
	border: 5px solid #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#imageBoxVertical img {
	border: 5px solid #FFF;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#left_column {
	float: left;
	width: 335px;
}
p {
font-family: Arial;
color: #221d0c;
font-size: 1.1em;
line-height: 23px;
padding-bottom: 15px;
}
/* Site navigation bar
*/
#nav {
	width: 1000px;
	height: 20px;
	margin: 0px;
	background-color: #231D0D;
	color: #7F6D61;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#nav a {
	color: #7F6D61;
}
#nav a:hover {
	color: #FFF;
}
#nav li.current {
	color: #FFF;
}
#nav a.current {
	color:#FFF;
}
#nav_left {
	float: left;
}
#nav_left li {
	float: left;
	margin-right: 10px;
}
#nav_left a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.1em;
}
#nav_right {
	float: right;
}
#nav_right li {
	float: left;
	margin-right: 10px;
}
#nav_right a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
}
#nav_right a:hover {
	color: #96F;
}
#nav_right li.current {
	color: #96F;
}
#nav_right a.current {
	color: #96F;
}
/* Main content navigation bar
*/
#sub_nav {
	width: 1000px;
	height: 20px;
	background-color: #59493f;
	color: #7F6D61;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sub_nav a {
	color: #7F6D61;
}
#sub_nav a:hover {
	color: #FFF;
}
#sub_nav li.current {
	color: #FFF;
}
#sub_nav a.current {
	color:#FFF;
}
#sub_nav li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer {
	color: #96F;
	background-color: #231D0D;
	width: 995px;
	margin: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#right_box {
	width: auto;
	background-color: #1a1509;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	float: right;
	padding: 14px;
	clear: both;
	color: #7F6D61;
	height: auto;
	margin-left: 10px;
}
#right_box img {
	border: 5px solid #FFF;
	float: none;
}
#mainContentLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #7F6D61;
	color: #221D0C;
	margin: 0px;
	padding: 0px;
}
#mainContentRight {
	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #7F6D61;
	color: #221D0C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

