@charset "iso-8859-1";
/* CSS Document */
body {
	background-color: #3A3A3A;
	min-width: 760px;
	background-repeat:no-repeat;
	background-position:center top;
}

h1 {
	font-family: Georgia, Times New Roman,  Times, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing:normal;
	color: #2B2B2B;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom:16px;
}

p {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	color: #2B2B2B;
	margin-left: 30px;
	margin-right: 50px;
	}

p {
	margin-top: 0px;
	margin-bottom: 12px;
	}


h2 {
	font-family:"Georgia",  Times New Roman,  Times, serif;
	font-size: 0.9em;
	font-style: normal;
	line-height:1.4em;
	font-weight: bold;
	letter-spacing: normal;
	color: #2B2B2B;
	margin-left: 30px;
	margin-right: 16px;
	margin-top: 30px;
	margin-bottom: 16px;
	}
	
h3 {
	font-family: Times, Times Roman, serif;
	font-size: 0.9em;
	font-style: normal;
	line-height:1.2em;
	font-weight: normal;
	color: #000;
	margin-left: 130px;
	margin-right: 40px;
	margin-top:10px;
	margin-bottom:20px;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: normal;
	color: #000;
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr{	
		border: none 0; 
		border-top: 1px dashed #bbbbbb;
		text-align: center;
		height: 1px;
		margin-left: 16px;
		margin-right: 16px;
		margin-top: 20px;
		margin-bottom: 10px;
}

ul {
	list-style: none;
	font-family: Georgia, Times, Times Roman, serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: normal;
	color: #2B2B2B;
	list-style-position: outside;
	list-style-type:square;
	margin-left: 40px;
	margin-right: 50px;
	}
	
ol {
	list-style: none;
	font-family: Georgia, Times, Times Roman, serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #4B4B4B;
	list-style-position:outside;
	list-style-image: none;
	}

#quote {
	font-family: Georgia, Times, Times Roman, serif;
	font-size: 0.8em;
	font-style: bold;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: .07em;
	color:#000;
	margin-left: 4px;
	margin-right: 160px;
	}

#nav {
	margin: 0;
	padding:6px 0 18px 10px;
	border-bottom: 1px solid #000;
	}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}

#nav a {
	float:left;
	line-height: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", Lucida, Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #566124;
	}
	
#nav a.active, #nav a:hover {
	border-bottom: 4px solid #696;
	padding-bottom: 2px;
	color:#363;
	}
	
/* color of text when cursored upon*/
#nav a:hover {
	color: 000;
	}

a:link { 
        color: #666;
        }
a:visited { 
        color:#663300;
        }
a:hover { 
        color:#000;
        background-color:#E0CC85;
        text-decoration: none;
        }
a:active { 
        color: #5f5f3f;
        }

#footer {
	padding: 2px;
	background: #ccc;
	font-family:  "Lucida Grande", Lucida Sans Unicode, Lucida, Verdana, Geneva;
	font-size: .7em;
	}
	
#footer a:link { 
        color: #666;
		text-decoration: none;
        }
#footer a:visited { 
        color:#CC0033;
		text-decoration: none;
        }
#footer a:hover { 
        color:#9c9;
		background-color:#fff;
        text-decoration: none;
		
        }
#footer a:active { 
        color: #5f5f3f;
		text-decoration: none;
        }

#footer {
	padding: 2px;
	background: #ccc;
	font-family:  "Lucida Grande", Lucida Sans Unicode, Lucida, Verdana, Geneva;
	font-size: .7em;
	}
	
