/* CSS Document */
/* CSS by Dave Hastings*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #FCFFE8;
	font-size: .9em;
	background-image: url(images/bodybak.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
h1 {
	margin: 0px 0px 15px 100px;
	padding: 0px;
	font-size: 34px;
	line-height: normal;
	font-weight: 900;
	color: #363D36;
	width: 280px;
	text-align: right;
	}
h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: x-large;
	line-height: normal;
	font-weight: 900;
	color: #006600;
	}
p {
	margin:0px;
	padding:0px 6px 12px 0px;
	}
img {
	padding: 0px 6px 6px;
	margin: 0px 10px 10px;
	float: right;
}
#Content>p {margin:0px;}


a {
	color: #09c;
	font-size: 1em;
	text-decoration: none;
	font-weight: 600;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {
	text-decoration: underline;
	color: #000099;
}
#wrapper  {
	width:720px;
	overflow:hidden;
	margin:10px auto 0;
	background-color: #FFFFFF;
	background-image: url(images/logo4.gif);
	background-position: 5px 20px;
	background-repeat: no-repeat;
	border-top: 4px solid #006600;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	border-left: 1px solid #006600;
	}
#Header {
	margin:5px 0px 0px;
	padding:17px 0px 0px 42px;
	height:80px;
	line-height:11px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	background-image: url(images/composite1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:82px;}

#Content {
	margin:0px 10px 10px 0px;
	padding:0px 5px 5px;
	position: relative;
	float: right;
	left: 0px;
	top: 10px;
	width: 550px;
	}

#navigation {
	position: relative;
	top: 40px;
	left: 5px;
	width: 140px;
	padding: 0px;
	border: 1px none ##363D36;
	line-height: 17px;
	margin: 0px 0px 10px;
	font-size: 1em;
	height: auto;
	float: left;
	clear: right;
	}
/* Again, "be nice to Opera 5". */
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	list-style-position: inside;
	background-color: #D9EFDA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006600;
}
#navigation li {
	list-style-type: none;
	padding: 3px;
	margin: 0px;
	border-top: 1px none #006600;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	border-left: 1px solid #006600;
}
#navigation li a {
	display: block;
	padding: 0px;
	border-left: 12px solid #719A70;
	border-right: 3px solid #719A70;
	background-color: #FBFFE8;
	color: #363D36;
	text-decoration: none;
	margin: 0px;
}
#navigation li a:hover {
	border-left: 12px solid #00FF00;
	background-color: #FCFFE8;
	color: #3399FF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #00FF00;
}

#sidebar {
	position: relative;
	top: 20px;
	left: 0px;
	width: auto;
	padding: 3px;
	background-color: #E5F3E2;
	line-height: 17px;
	border: 1px solid #363D36;
	margin: 0px;
	background-image: url(images/sidebarbak.jpg);
	background-repeat: repeat-x;
}

#footer {
	margin:10px 0px;
	padding:0px 0px 5px 20px;
	height:auto;
	line-height:11px;
	background-color:#E5F3E2;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	position: relative;
	text-align: center;
	clear: both;
	background-image: url(images/sidebarbak.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
body>#footer {height:auto;}
h5 {
	font-size: 0.7em;
	color: #363D36;
	padding: 2px;
	margin: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#skipnav {
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
a.skipnav {
	FONT-SIZE: 0.7em;
	color: #FCFFE8;
	margin: 0px;
	padding: 0px;
	border: none;
	display: none;
}
a.skipnav:hover {
	FONT-SIZE: 0.7em;
	color: #0033FF;
	border: none;
	}
a.skipnav:visited {
	FONT-SIZE: 0.7em;
	color: #999999;
	border: none;
	margin: 0px;
	padding: 0px;
	}
.indent {
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 12px;
	margin: 0px;
}
em {
	padding: 0px;
	margin: 0px;
	font-style: italic;
	font-weight: bold;
}
p.condensed {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #009933;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	color: #006600;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
strong {
	color: #006600;
}
blockquote {
	float: right;
	width: 150px;
	padding: 10px;
	border: 1px solid #D4E3CC;
}
.left {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}
