/* Site Logo control */
/*define main body tag*/
body {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	background-color : #F8F6E8;
}
td {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 80%;
  vertical-align: top; 
  padding-bottom: 5px; 
  padding-left: 5px; 
  padding-right: 5px; 
  padding-top: 5px;
}

/*define href tags*/
a {
	color: White;
	text-decoration:underline;
}
a:hover {
	color: Yellow;
	text-decoration:underline;
}
/*define <hl> tags*/
h1 {
	font-size:150%;
}
/*define <hr> tags*/
hr {
	border: 1px solid #236ab4;
}
/*define <ul> tags*/
ul {
	list-style-type: square;
	color:#000080;
}

/*forms class - to use, you must put class="forms" in the <form> tag*/
.forms {
	border:1px solid #236ab4;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;  
	font-size:.6em;
}

.forms input {
	border:1px solid #236ab4;
	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;
}

/*this controls the buttons*/
.submit input,button
{
  color: #D9D6AF;
  background: #708D6E;
  border: 1px outset #DCDCDC;
  font-weight : bold;
} 
/*for textarea inputs*/
.submit textarea
{
color:  #D9D6AF;
background: #708D6E;
border: 1px outset #DCDCDC
} 

/*Use this tag for user section <div>*/
#usersection {
	border: solid Black 0px;
	background-color: #D9D6AF;
	color : #708D6E;
}
#usersection hr {
	border: 1px solid #BDB76B;
}
#usersection a{
	color: #708D6E;
	text-decoration: none;
}
#usersection a: hover {
	color: #708D6E;
	text-decoration: underline;
}
#userwelcome {
	font-weight : bold;
}

/* Layout */
div#LogoWrapper {
  background: white;
}

div#Logo {
	background-color : White;
	border: 0px;
	width: 579px;
	height: 81px;
	background:url("images/biglogo.jpg") top;
}	

/*Use this tag for menu bar <div>*/
div#HorizontalNav {
	background: #9E683D;
	background-image: url("images/menubg.jpg");
  padding: 2 5 2 5;
}
div#HorizontalNav a {
	color: #FFFAFA;
	text-decoration: underline;
	font-style: normal;
}
div#HorizontalNav a:hover {
	color: #FFFAFA;
	text-decoration: underline;
}
/* MainLayoutTable */
table#MainLayoutTable {
	background-color: #F8F6E8;
  width: 100%;
  border: 0px; 
  padding-right : 0;
	padding-top : 0;
	padding-left : 0;
	padding-bottom : 0;
	color: #7C8379;
}
table#MainLayoutTable hr {
	border: 1px solid #D9D6AF;
}
table#MainLayoutTable a{
	color: #B8860B;
}
table#MainLayoutTable a:hover {
	color: #D9D6AF;
}
/* end MainLayoutTable */
/* VerticalNav */
td#VerticalNav {
  width: 120px;
  background: #D9D6AF;
	text-align: center;
	color: #708D6E;
	font-style: normal;
}
td#VerticalNav a {
	color: #708D6E;
	text-decoration: underline;
}
td#VerticalNav a:hover {
	color: #708D6E;
	text-decoration: underline;
}
td#VerticalNav hr {
	border: 1px solid #BDB76B;
}
td#VerticalNav td {
	color: #708D6E;
	font-style: normal;
}
/* end VerticalNav */
/* Content */
td#Content {
  line-height: 150%;
  background: white;
}
td#Content td {
	color: gray;
}
td#Content a {
	color: gray;
}
td#Content a:hover {
	color: gray;
}
td#Content hr {
	border: 1px solid gray;
}
/* end Content */
/* Ads */
td#Ads {
  width: 120px;
  background: #D9D6AF;
	color: #708D6E;
	font-style: normal;
}
td#Ads td {
	color: #708D6E;
}
/* end Ads */
/* Footer */
div#Footer {
  clear: both;
  background: #708D6E;
  padding: 2 5 2 5;
	text-align: center;
	color: #FFF5EE;
}
div#Footer a{
	color: #FFF5EE;
}
div#Footer a:hover {
	color: white;
}
/* 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: #708D6E;
  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;
}

/*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;
}
