/* Document Styles */

html {	
	height: 100%;
	}

body {
	background: #c8cd8d; 
	background-repeat: repeat;
	font: normal 12px/16px "Lucida Grande", "Lucida Sans Unicode", "Georgia", Tahoma, Verdana, Arial, sans-serif;	
	text-align: center; 
	margin:0;
	padding:0;
	height: 100%;
	min-height: 100%	
	}

/* Text element styles*/

p {
	margin: 0 0 2px 0;
	padding-left: 5px;
      font-size: 13px;             
      color: #621738;
	}

h1 {
	color: #621738;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
      font-family: "Georgia";
	}


a:link, a:visited {
	color: #467b00;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, a:active {
	text-decoration: underline;
	}

ul {
	margin: 0;
	padding: 0;		
	line-height: 2em;
	padding-left: 20px;
	}


/* Container Styles */

#container {	
	width: 750px;	
	background: #dfe4bd;
      background-image: url(images/mainbg.jpg);
      background-repeat: repeat; 	
	margin: 0 auto;
	padding: 0;
	text-align: left; 
    	position: relative;
    	min-height: 100%;
    	height: 100%; 
	voice-family: "\"}\"";
      voice-family: inherit;   		
	}

html>body #container {
    height: auto;
	}
	
/* Graphical area styles */

#bannercontainer {	
	width: 750px;	
	height: 149px;      
	background: #c8cd8d; 
	background-image: url(images/header.jpg);		
	padding: 0;
	text-align: left;       
	}
 
#stripe {	
	width: 750px;	
	height: 5px;      
	background: #fff; 		       
      font-size: 1px;
	}

/* Main text area styles */

#textcontainer {			
	margin: 0px 10px 50px 280px;
	padding: 0;		
	text-align: left;
	height: auto;		
	}

#textcontainer p.subheader {
	color: #621738;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
      font-family: "Georgia";
	margin-left: -6px;
	}

#spacer {
	height: 10px;		
	}

/* Footer Styles */

#footer {	
	bottom: 0px;
      right: 0px;	
	position: absolute;
	width: 750px;	
	height: 50px;	
	background: #dfe4bd; 	
      background-image: url(images/footer.jpg);
	margin: 0 auto;			
	text-align: right;
	}

#footerright {	
	bottom: 0px;
	right: 0px;
	position: absolute;
	width: 400px;		
	margin: 0 auto;
	padding-right: 20px;      					
	text-align: right;
	}

#footerright p {	
	color: #c8cd8d;	
	font-size: 10px;
	}

#footerright a {
	color: #c8cd8d;	
	font-size: 10px;
	}

#footerright a:hover {
	color: #c8cd8d;	
	font-size: 10px;
	text-decoration: underline;
	}

/* Navbar Styles */

#listbar {		
	position: absolute;
	top: 350px;
	left: -2px;
	width: 100px;
      height: 200px;
	padding: 0px;
	margin: 0px;
	text-align: left; 	
	}
#listbarcontainer {            
	list-style: none;	
	padding: 0px;
	margin: 0px;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	font-family: "Georgia";
	text-align: left;
	color: #621738;	
	width: 120px;
	margin: 0px;
	display: block;	
	}

#listbarcontainer ul {
	list-style: none;	
	padding: 0;
	line-height: 1.1em;
	}

#navbar {		
	position: absolute;
	top: 154px;
	left: 0px;
	width: 282px;
      height: 450px;
	padding: 0px;
	margin: 0px;
      background-image: url(images/menubg1.jpg);	
	text-align: left; 	
	}

#navbarcontainer {
      position: relative;
      top: 254px;
      left: 150px;
	width: 130px;
	list-style: none;	
	padding: 0px;
	margin: 0px;	
	}

#navbarcontainer ul {
	list-style: none;	
	padding: 0;
	line-height: 1.8em;
	}

#navbarcontainer a {	
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
	font-family: "Georgia";
	text-align: left;
	color: #621738;	
	width: 120px;
	margin: 0px;
	display: block;
	text-indent: 4px;
	}

#navbarcontainer a:hover {
	color: #467b00; 	
	width: 120px;
	margin: 0px;
	display: block;
	}

* html .menu li {
	display:inline; /* for IE only */
	}