/*  top level
 +-----------------------------------------------------+
 |T  CSS Designed and written by Fox Valley Web Design.|
 |A  http://www.foxvalleywebdesign.com/                |
 |G                                                    |
 +-----------------------------------------------------+
 
H tags - Set up in pts (Contribute Friendly)

Paragraph ö Main Text (12pt non bold)
H1 ö Page Titles (14 - 16pt)
H2 ö Sub-Titles (12 ö 14pt)
H3 ö Alternative Color (12pt)
H4 ö Footer (10-12pt) (centered)
H5 ö Alternative Color (centered)
H6 ö Large Text Alterative Color (16pt)

2 sets of links
Footer Links ö Color
Content Links ö Color

Photos 
Padding (12pt) adjustable
Right Justified
Left Justified
+-----------------------------------------------------+
*/

p, pre, blockquote, ul, ol, dl, address {
 margin: 1em 0;
 padding: 0;
}

h1 {
 font-size: 14pt;
 color: #cacfc0;
 margin: 0em 0;
 padding: 0;
}

h2{
 font-size: 12pt;
 color: #000000;
 margin: 0em 0;
 padding: 0;
}

h3{
 font-size: 12pt;
 color: #cacfc0;
 margin: 1em 0;
 padding: 0;
}

h4{
 font-size: 10pt;
 color: #9e9e9e;
 margin: 1em 0;
 padding: 0;
 text-align:center;
}

h5{
	font-size: 10pt;
	color: #326600;
	margin: 1em 0;
	padding: 0;
	text-align:left;
	font-weight: normal;
	font-style: italic;
}

h6{
 font-size: 16pt;
 color: #d02f00;
 margin: 1em 0;
 padding: 0;
}

html, body, form, fieldset {
 margin: 0;
 padding: 0;
 font: 100%/120% Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

table {font-size:10pt}

li, dd, blockquote {
 margin-left: 1em;
}

dl {
 margin:0px;
}

form label {
 cursor: pointer;
}
fieldset {
 border: none;
}
input, select, textarea {
 font-size: 100%;
}

/*************************************************************/

body {
  text-align: center;
}

#main {
  margin: 10px auto;
  width: 774px;
  text-align: left;
  background-image: url('../images/bkgrnd_main.jpg');
  background-repeat:repeat-y;
}

#header {
  height: 43px;
  clear: both;
  background-color:#d9d9d9;
}

#middle{
  min-height:500px;
  height:auto !important;
  height:500px;
  background-image: url('../images/bkgrnd_content.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

#menuleftimg {
  width:774px;
  background-color:#000000;
  height:28px;
  background-image: url('../images/nav_leftimage.jpg');
  background-repeat:no-repeat;
  background-position:left;
  float:left;
}

#menu {
  background-color:#000000;
}

#menu dl {
  display: block;
  background-color:#000000;
}

#menu dt {
  height:25px;
  float: right;
  padding-top:3px;
  text-align:center;
  backgrond-color:#000000;
}

html > body #menu dt{
  height:23px;
}

#menu dt a {
  width:90px;
  background-color: #000000;
  color: #ffffff;
  font-size: 9pt;
  text-decoration: none;
  padding-top:10px;
  padding-bottom:6px;
  padding-left:15px;
  padding-right:15px;
}

#menu dt a:hover {
  background-color:#FFFF00;
  color: #000000;
}

#contenttitle{
  padding-left:20px;
  padding-top:70px;
  margin-left:16px;
  margin-top:28px;
  font-size: 12pt;
  width:470px;
  text-align:right;
}

#content{
  padding-left:20px;
  padding-top:00px;
  margin-left:16px;
  margin-top:10px;
  min-height:470px;
  height:auto !important;
  font-size: 10pt;
  width:470px;
  text-align:left;
}

#content a{
  color: #336601;
  text-decoration: none;
  padding:0px;
  margin:0px;
}

#content a:hover{
  color: #ffffff;
}

#content img {
  margin-left:4px;
  margin-right:4px;
  border: 1px solid black;
}

#rightcolumn{
  float: right;
  width:215px;
  min-height:515px;
  height:auto !important;
  padding-top: 5px;
  padding-left:15px;
  padding-right:15px;
  font-size: 10pt;
  color:#ffffff;
}

#rightcolumn a{
  color: #FFFF00;
  text-decoration:none;
}

#rightcolumn a:hover{
  color: #ffffff;
}

#footer {
  height 150px;
  background-color:#000000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #cacfc0;
  font-size: 10pt;
  line-height:1.5em;
  clear:both;
}

#footer a {
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover{
  color: #ffff07;
}

.contentpad {
	width:700px;
	height:35px;
	clear:both;
}
