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

h1 {
	font-family: Times, Times Roman, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: .07em;
	color: #000;
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom:16px;
}

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

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


h2 {
	font-family: Times, Times Roman, serif;
	font-size: 0.9em;
	font-style: normal;
	line-height:1.4em;
	font-weight: bold;
	letter-spacing: normal;
	color: #000;
	margin-left: 16px;
	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: Times, Times Roman, serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: normal;
	color: #4B4B4B;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 30px;
	margin-right: 50px;
        border-bottom: 1px dotted #bbb;
        padding-top: 0px;
	}
	
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:url(../images-css/bullet1.gif)
	}

#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:0 10px 0 240px;
	border-top: 8px solid #BBC4D7;
	}

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

#nav a {
	float:left;
	line-height: 8px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", Lucida, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px 10px 0px 10px;
	padding:7px 10px 5px 10px;
	text-decoration: none;
	color: #0000FF;
	}
	
#nav a.active, #nav a:hover {
	padding:2px 10px 5px 10px;
	border-top: 5px solid #696;
	color: #333;
	text-decoration: none;
	border-top-color: #3D4C6A;
	}
	
a:link { 
        color: #0000FF;
		text-decoration: underline;
        }
a:visited { 
        color:#0000FF;
		text-decoration: underline;
        }
a:hover { 
        color:#666666;
		background-color:none;
        text-decoration: none;
		
        }
a:active { 
        color: #0000FF;
		text-decoration: underline;
        }

#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;
	}
	
