/* REGULAR BODY TAGS */

body {
  background-color: #fffcdb;
  margin: 0px;  
  padding: 20px;
  font-family: verdana;  
  font-size: 12px;  
}  


h1 {
	letter-spacing: 1.1em;
	font-size: 1.1em;
	line-height: 1.2em;
	font-variant: small-caps;
}

h2, h3 {
	letter-spacing: 1.1em;
	font-size: 1.1em;
	line-height: 1.2em;
}


hr {
  width:90%;
  color:#fffcdb;
}

img {
	border: none;

}


ul {list-style-type:none;}
ul li {display:block;}



/* CLASS FORMATTING*/

.bordered {
  border-top: thin solid #756a56;
  border-right: thin solid #756a56;
  border-bottom: thin solid #756a56;
  border-left: thin solid #756a56;
  width: 803px;
}

.contentFooter_copy {
  position: relative; bottom: 0;
  text-align: center;
  color:#756a56;
  background-color: #fffcdb;
  font-family: verdana,arial,sans serif;
  font-size: 10px;
  margin: 2px 0 2px 0;
}

.emphasis {
	color: #756a56;
	font-weight: bold;
	letter-spacing: 0.3em;
}

.redFont {
	color: #731906;
	letter-spacing: 0.1em;
}

.greenFont {
	color: #658c7a;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.imgBorder {
	border: solid thin #fffcdb;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.imgExtraSpace {
	margin: 3px;
}



.rightBorder {
	border-right: thin solid #731906;
}

.rightPic {
	background: #731906;
  	width: 150px;
  	margin-right: 0px;
}

.smallFont {
font-size: 10px; 
}


/*  ************ PAGE LAYOUT TAGS *********    */

/* Container Tags */
#page_container {
  margin: 0 auto;
  width: 803px;
}

#shadow-container {
  position: relative;
  width:800px;  
  left: 3px;  
  top: 3px;  
  margin-right: 3px;  
  margin-bottom: 3px;
}  
  
#shadow-container .shadow2,  
#shadow-container .shadow3,  
#shadow-container .container {
  position: relative;  
  left: -1px;  
  top: -1px;  
}  
  
#shadow-container .shadow1 {
  background: #F1F0F1;  
}  

#shadow-container .shadow2 {
  background: #DBDADB;  
}  
  
#shadow-container .shadow3 { 
  background: #B8B6B8;  
}  

#shadow-container .container {
  background-color: #fffcdb;
  border: 1px solid #848284;  
  padding: 10px;  
}  



/* Table Tags */

/* Header is in its own table/division */
#header {
  background-color: #fffcdb;
  width:780px;
}

/* NEW TABLE    */
/* Menu In Left Table Cell */
.div1 a{
   height:15px;
   height:18px;
   width:150px;
   text-align:left;
   padding:5px 0px 5px 5px;
   font-family: verdana,arial,sans serif;
   text-decoration:none;
   color:#fffcdb;
   font-size: 10px;
   border:2px ridge #fffcdb;
   display:block;
}

.div1 a:hover {
   height:15px;
   height:18px;
   width:150px;
   text-align:left;
   font-family: verdana,arial,sans serif;
   color:#fffcdb;
   font-size: 10px;
   border:2px solid #fffcdb;
   background: url("../image/nav_on.jpg") no-repeat;
   display:block;
}

#navbar {
	background: url(../image/backgroundImages/menu_background.jpg);
	text-align: center;
}

/* Navbar Links on Left  */
a:link    { color: #fffcdb; text-decoration:none; }      /* unvisited links */
a:visited { color: #fffcdb; text-decoration:none; }     /* visited links */
a:hover   { color: #731906; text-decoration:none; }     /* hover links */
a:active  { color: #fffcdb; text-decoration:none; }   /* active links */



/* Content Table Cell In Middle  */
div.content {
  vertical-align: top;
  background-color: #fffcdb;
  width: 478px;
  font-family: verdana,arial,sans serif;
  font-size: 12px;
  color: #756a56;
  margin: 6px 0px 6px 0px;
  padding: 1em 2em 2em 2em;

}


 /* The Paragrah Content Within the Table Cell */
div.i_content {
  vertical-align: top;
  background-color: #fffcdb;
  font-family: verdana,arial,sans serif;
  font-size: 12px;
  color: #756a56;
  margin: 6px 0px 6px 0px;
  padding: 1em 2em 2em 2em;

}

div.i_content a:link { color: #731906; text-decoration:none; }           /* Unvisited links */
div.i_content a:visited { color: #731906; text-decoration:none; }        /* Visited links */
div.i_content a:hover { color: #731906; text-decoration:underline; }     /* Hover link color */
div.i_content a:active { color: #731906; text-decoration:none; }         /* Active link */



/* Sponsors Usually on Right Side - Right Table Cell */
#sponsors {
	margin-top:10px;
	text-align:center;
	/* background-image: url(../image/backgroundImages/menu_background_hover.jpg);  THIS METHOD DOES NOT WORK IN FIREFOX */
	background: url(../image/backgroundImages/menu_background_hover.jpg);
	background-repeat: repeat-y;
}

/* Footer Area */
div.footer {
  text-align:center;
  color:#756a56;
  background-color: #fffcdb;
}

div.footer_copy {
  position: relative; bottom: 0;
  text-align: center;
  color:#756a56;
  background-color: #fffcdb;
  font-family: verdana,arial,sans serif;
  font-size: 10px;
  margin: 2px 0 2px 0;
}

a.footer_copy:link { color: #731906; text-decoration:none; }
a.footer_copy:visited { color: #731906; text-decoration:none;}
a.footer_copy:hover { color: #731906; text-decoration:underline; }
a.footer_copy:active { color: #731906; text-decoration: none; }

.footerCopy {
  position: relative; bottom: 0;
  text-align: center;
  color:#756a56;
  background-color: #fffcdb;
  font-family: verdana,arial,sans serif;
  font-size: 10px;
  margin: 2px 0 2px 0;
}

a.footerCopy:link { color: #731906; text-decoration:none; }
a.footerCopy:visited { color: #731906; text-decoration:none;}
a.footerCopy:hover { color: #731906; text-decoration:underline; }
a.footerCopy:active { color: #731906; text-decoration: none; }
