body {
	background: #769517 url("images/bg.gif") repeat-x scroll top center;
	background-repeat: repeat-x;
}


#navsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	background: #677D15;
}

#navsub ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	visibility: visible; 
	display: block;
	position: relative;
	clear: both;
}

#navsub li {
	margin: 0;
	padding-top: 5;
	padding-bottom: 5;
	border-left: 1px dotted #999;
	display: block;
	float: left;
}

#navsub a {
	color: #fff;
	text-decoration: none;
	padding: 1px 3px 1px;
}

#navsub li.selected ul, #navsub li:hover ul {
	visibility: visible;
	left: 0;
}


#navsub li.selected ul {
	z-index: 10;
}

#navsub li:hover ul {
	z-index: 100;
}

/* Text color for subnav item rollover */
#navsub li:hover a {
	color: #fff;
}

/* BG color for subnav item rollover */
#navsub li:hover {
	background: #93A922;
}

/* Color of a selected menu item */
#navsub li.selected a, #navsub li.selected, #navsub li.selected:hover a {
	background: #93A922;
}

/* Sidebar Color */
#sidebar,#footer td.sidebar {
	background: #3D530D;
}

/* Sidebar gradiant */
#sidebar table.gradiantbg {
	background: #3D530D url("images/columnbg.gif") repeat-x scroll top center;
}

/* Sidebar Text Properties */
#sidebar p {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #fff;
	text-shadow: #666666 5px 5px 5px;
	text-transform:uppercase;
}

#sidebar p.head {
	font-size: 7pt;
	font-weight: normal;
}

#sidebar a {
	text-decoration: none;
	color: #fff;
}

/* Announcement Padding */
#sidebar td.announcement1,td.announcement2,td.announcement3 {
	padding: 15px;
}

/* Announcement 1 Background Color */
#sidebar td.announcement1,#navsub td.announcement1 {
	background: #647335;
	padding-top: 0px;
}

/* Announcement 2 Background Color */
#sidebar td.announcement2 {
	background: #92A921;
}

/* Announcement 3 Background Color */
#sidebar td.announcement3 {
	background: #59200F;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7F7F;
	background-color: #fff;
}

#footer a:link,
#footer a:visited {
	color: #7F7F7F;
	font-weight: normal;
}
#footer a:hover,
#footer a:active {
	color: #550000;
}

/* Global Content Styles */

#content, #content table { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: #fff;
	padding: 0px;
}

#content {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#content a:link {
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}

#content a:visited {
	font-weight: normal;
	color: #550000;
	text-decoration: underline;
}

#content a:hover { 
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}

#content a:active {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

#content strong {
	font-weight: bold;
}


#content h1 {
	color: #3C1703;
	font-weight: bold;
	font-size: 12pt;
}


/* Horizontal Line */
hr {background: #3C1703; height:2px; border: 1px inset;}


/********* Content Specific ***************/

#blurb {
	font-size: 8pt;
	padding-right: 10px;
}

#blogpreview {
	background: #fff url("images/cblog_bg.jpg") repeat-x scroll top center;
	font-size: 8pt;
	color: #3F4432;
	width: 239px;
	height: 266px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none
}

#blogpreview a:link,
#blogpreview a:visited,
#blogpreview a:hover,
#blogpreview a:active {
	color: #550000;
	font-weight: normal;
	text-decoration: none;
}

#blogpreview p a:link,
#blogpreview p a:visited,
#blogpreview p a:hover,
#blogpreview p a:active {
	text-decoration: underline;
}

#blognav {
	background: #A6B86E;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#entry .title a:link,
#entry .title a:visited,
#entry .title a:hover,
#entry .title a:active {
	color: #3C1703;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
}

#entry .title {
	color: #A6B86E;
	font-weight: bold;
	font-size: 8pt;
}
