/* Global Settings */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Helvetica, Arial, sans-serif ;
	font-size: 85%; /* Gives base of 62.5%=10px 75%=12px. All others should be multiple 2em .5em 1.8em */ 
	color: #000080;
}

td {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 85%;
  vertical-align: top; 
  padding-bottom: 5px; 
  padding-left: 5px; 
  padding-right: 5px; 
  padding-top: 5px;
}

a {
	text-decoration: underline;
}

a:hover {
	color: navy;
	text-decoration: underline;
}

h1 {
  color: #678133;
	font-size: 2em;
}

.forms {
	border: 1px solid #B28000;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;  
	font-size: .6em;
}
.forms input {
	border: 1px solid #B28000;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;  
	font-size: .6em;
}
.forms label {
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;  
	font-size: .9em;
}
.forms a {
	color: #236ab4;
	text-decoration: underline;
}
.forms a:hover {
	color: #236ab4;
	text-decoration: underline;
}

/*submit class - to use, you must put <div class="submit"> </div> around the section you want affected*/
/*this affects submit buttons too! it does not affect textarea inputs!*/
.submit input,button
{
color: #B28000;
background: #F5F1DC;
border: 1px outset #B28000;
} 
/*for textarea inputs*/
.submit textarea
{
color:  #B28000;
background: #F5F1DC;
border: 1px outset #B28000
} 


/* Layout */
div#LogoWrapper {
  background: #678133;
}

div#Logo {
	color: #663300;
	font-size: 16px;
	text-align : Right;
	line-height : 40px;
	margin-right : 20px;
	background-color: #678133;
	border: 0px;
	height: 40px;
	background: url("images/logo.jpg") no-repeat left;
	}	

/*Use this tag for menu bar <div>*/
div#HorizontalNav {
	background: #B0BD90;
	background-image: url("images/menubg.jpg");
  padding: 2 5 2 5;
}
div#HorizontalNav a {
	color: #ECF3DA;
	text-decoration: underline;
	font-weight : normal;
}
div#HorizontalNav a:hover {
	color: #ECF3DA;
	text-decoration: underline;
}
div#HorizontalNav td {
	font-style: normal;
	color: #ECF3DA;
}
/* MainLayoutTable */
table#MainLayoutTable {
	background-color: white;
  width: 100%;
  border: 0px; 
  padding-right : 0;
	padding-top : 0;
	padding-left : 0;
	padding-bottom : 0;
	color: gray;
}
table#MainLayoutTable hr {
	border: 1px solid #D3D3D3;
}
table#MainLayoutTable a{
	color: #B28000;
}
table#MainLayoutTable a:hover {
	color: #B28000;
}
/* end MainLayoutTable */
/* VerticalNav */
td#VerticalNav {
  width: 120px;
  background: #ECF3DA;
	text-align: center;
	font-style: normal;
	color: #B28000;
}
td#VerticalNav a {
	color: #B28000;
}
td#VerticalNav hr {
	border: 1px solid #B28000;
}
td#VerticalNav td {
	font-style: normal;
	color: #B28000;
}
/* end VerticalNav */
/* Content */
td#Content {
  line-height: 150%;
  background: white;
}
td#Content td {
	color: gray;
}
td#Content a {
	color: #B28000;
}
td#Content a: hover {
	color: #B28000;
}
td#Content hr {
	border: 1px solid #D3D3D3;
}
/* end Content */
/* Ads */
td#Ads {
  width: 120px;
  background: #ECF3DA;
	font-color: #B28000;
	font-style: normal;
}
td#Ads td {
	color: #B28000;
}
/* end Ads */
/* Footer */
div#Footer {
  clear: both;
  background: #678133;
  padding: 2 5 2 5;
	text-align: center;
	color: #ECF3DA;
}
div#Footer a{
	color: #ECF3DA;
}
div#Footer a:hover {
	color: #ECF3DA;
}
/* end Footer */

/*Misc screen items*/
/*Use this tag for page header <td>*/
#header {
	width: 100%;
	height: 65px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #000080;
}
/*Use this tag for page titles*/
#Title {
  font-size: 125%;
  color: #000080;
  text-align : center;
}
/*Use this tag for error text*/
#ErrorText {
   font-size: 150%;
   font-weight: bold;
	 color: red;
   text-align: center;
}
/*Use this tag for message text*/
#MessageText {
   font-size: 150%;
   font-weight: bold;
   text-align: center;
}
/*Use this tag for comment headings*/
#CommentHeader {
  font-size: 110%;
  font-weight: bold;
}
/*Used in verticalnav*/
#UserWelcome {
  font-size: 110%;
  font-weight: bold;
}

/* InsideTable */
table#InsideTable {
  border: 2px; 
  padding-right : 0;
	padding-top : 0;
	padding-left : 0;
	padding-bottom : 0;
}

/*Used in dynamic pages*/
div#Title2 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 120%;
  font-weight: bold;
}

div#SmallDirections {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 80%;
  text-align: center;
}


