/* Global Styles */

body {
	margin:0;
	padding:0;
	color:#660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	}
	
a {
	color: #993300;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
a:hover {
	color:#ea1600;
	}
li {
	color:#666666;
	line-height:20px;
	margin:0em 0em .1em 0em;
	}
ul {
	margin:.2em 0em .8em .2em;
	}	
h1 	{
	color: #5C743D;
	font-size:160%;
	letter-spacing:.2em;
	line-height:1.5em;
	margin:.8em 0em .2em 0em;
	}
.nav a {
	font-size:115%;
	}
blockquote {
	color: #759DA1;
	margin:1.5em;
	}
	
small {
	color: #666666;
	}
p {
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
h2 {
	font-size: 140%;
	color: #3a7300;
	line-height:26px;
	letter-spacing:.21em;
	}
	
h3 {
	background-color:#fbf7c9;
	font-size:100%;
	font-weight:bold;
	color: #993300;
	line-height:22px;
	letter-spacing:.15em;
	margin:.5em .5em 0em 0em;
	}
h4 {
	font-weight:normal;
	color: #3a7300;
	font-size:130%;
	letter-spacing:.2em;	
	margin:0em .5em .5em 0em;
	}
em {
	color: #993300;
	font-style:italic;
	}	
strong {
	color: #993300;
	font-weght:bold;
	}
	
/* ID Styles */
.nav {
	padding:30px 0 0 0;
	}
.nav ul {
	list-style:none;
	font-size: 95%;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
#addressbar {
	padding:5px 15px 5px 40px;
	}
.nav li {
	margin: 1em 0;
	}
.nav li a {
	font-weight:bold;
	}
	
#tagline 	{	
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}
#maincontent {
	padding:0em 1em;
	
	}
#maincontent img {
	border:thin solid #993300;
	margin:4px;
	padding:2px;
	}
#footer {
	margin:1em auto;
	}	
	
	
/* Class Styles */
	
	
.slogan {
	font-size:95%;
	color:#3a7300;
	line-height:120%;
	letter-spacing:0.18em;
	margin:0 0 1.5em 0;
	}
.floatleft {
	float:left;
	}
.floatright {
	float:right;
	}
	