@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7F7F55;
	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;
}


a, a:link {
	color: #030;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #030;
}
a:hover {
	text-decoration: none;
	color:#060;
}
a:active {
	text-decoration: none;
	color: #030;
}


.twoc #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFCC;
	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. */
	
} 
.twoc #header { 

	background: #7F7F55;;
	padding: 0px 0px 0x 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. */
	height:229px;
	font-size:10px;
	color:#2A1F00;
} 

.twoc #header a, a:link {
	color: #2A1F00;
	text-decoration: none;
	font-weight:normal;
}

.header a:hover {
	color: #000;
	text-decoration:underline;
}


.title1 {
	font-size:14px;
	font-weight:bold;
	color:#2A1F00;
	padding:2px 3px 3px 10px;
}
.news {
	font-size:12px;
	padding:0px 6px 0px 10px;
}
.title2 {
	font-size:14px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}
.title3 {
	font-size:12px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}

.twoc #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 322px; /* 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 */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px 20px 20px;
	font-size:12px;
	line-height:14px;
}


.twoc #header h3 {
	font-size:12px;
	color:#333025;
	line-height:12px;

}

.twoc #mainContent { 
	margin: 0px 0px 0px 340px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 19px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
	
} 


.twoc #mainContent a, a:link {
	text-decoration: none;
	color:#030;
	font-weight:normal;
}
.twoc #mainContent a:visited {
	text-decoration: none;
	color:#030;
	font-weight:normal;
}

.twoc #mainContent a:hover {
	text-decoration: none;
	color:#060;
	font-weight:normal;
}


.twoc #mainContent1 {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
	list-style-position: inside;
	list-style-type: circle;
	line-height:18px;
	
} 

.twoc #mainContent1 a, a:link {
text-decoration: none;
font-weight:normal;
}

.twoc #mainContent1 a:hover {
text-decoration: underline;
font-weight:normal;
}



.twoc #mainContent2 {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:11px;
	line-height:22px;
} 

.twoc #mainContent2 li{
	list-style-position: outside;
	list-style-type: circle;
	line-height:20px;
	margin-left:13px;
}

.twoc #mainContent2 ul{
	list-style-position: outside;
	list-style-type: circle;
	line-height:14px;
	margin-left:13px;
}

.twoc #mainContent1 p{ 
	line-height:18px;
	
} 


.subnav {
	text-decoration: none;
	color:#000;
	font-weight:bold;
	font-size:10px;
}

.subnav a, a:link {
	text-decoration: underline;
	color:#030;
}

.subnav a:hover {
	text-decoration: none;
	color:#060;
}

.twoc #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #7F7F55;
	background-image:url(../navimages/brownnavblank.jpg);
	height:17px;
} 
.twoc #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	color:#666633;
}

.twoc #footer a {
	font-weight:normal;
	font-size:9px;
	color:#666633;
}

.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;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
/*border-bottom-width: 0;*/
font:normal 11px Verdana;
z-index:100;
text-align:left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#330;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CCFF99;
}
