@charset "utf-8";
body  {
	padding: 0;
	text-align: left;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:160%;
	height: auto;
	width: 100%;
	background-color: #DDDEB2;
	position: relative;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	border: thin dotted #009933;
	background-position: center center;
}
h1 {
	margin: 14px 0px 0px;
	padding: 0px;
	float:right;
	color: #333333;
}
h1 a{
	display:block;
	height: 79px;
	width: 249px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #669933;
	font-weight: normal;
	margin: 20px 0px 5px;
}
h3{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #62664D;
	padding-bottom: 2px;
	margin: 5px 0px 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
h5{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #62664D;
	padding-bottom: 1px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

a {
	color: #79673d;
	text-decoration: none;
}
a:visited {
	color: #af9c73;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color: #737242;
}

#top_menu {
	width: 800px;
	height: auto;
	margin-top: 0;
	background-color: #FFFFFF;
	}
	
#head {
	width: 800px;
	height: auto;
	margin-top: 0;
	background-color: #FFFFFF;
	}
#splash{
	width: 800px;
	height: auto;
	margin-top: 0;
	background-color: #FFFFFF;
	}
	
#main_menu{
	width: 800px;
	height: 53px;
	margin-top: 0;
	background-color: #FFFFFF;
	
}
#main_menu2{
	width: 800px;
	height: 196px;
	margin-top: 0;
	background-color: #FFFFFF;
	
}

.twoCol #container {
	width: 800px;
	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: #FFFFFF;
	border: thin double #87090A;
} 
.twoCol #header { 
	background: #87090A; 
	padding: 0 0px;  /* 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. */
} 
.twoCol #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoCol #sidebar1 p" rule.
*/
.twoCol #sidebar1 {
	float: right;
	width: 225px; /* top and bottom padding create visual space within this div */
	background-color: #FFFFFF;
	border: thin dotted #DDDEB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666633;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
}
.twoCol #sidebar1 h3, .twoCol #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}





.twoCol #mainContent {
	width: 495px;
	margin-top: 10;
	margin-right: 13em;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 5px;
} 
.twoCol #mainContent2 {
	width: 700px;
	margin-top: 10;
	margin-right: 13em;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 5px;
}
.twoCol #mainContent3 {
	width: 750px;
	margin-top: 10;
	margin-right: 13em;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 5px;
}
.twoCol #footer {
	background-color: #87090A;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoCol #footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.top-nav {color: #FDFDE1}
.top-nav2 {font-size: 12px}
.red-copy {
	font-size: 14px;
	font-weight: bold;
	color: #600;
}

