@charset "UTF-8";
/* CSS Document */
<style type="text/css"> 
 
/* General Page Setup
----------------------------------------------- */
 
body  {
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	border: 0;
	color: #000000;
}

#container { 
	width: 100%;
	background: #FFF url(images/left_bar_grey.gif) repeat-y left top;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	text-align: left;
}

/* Typography - tags
----------------------------------------------- */

p {
	font-size: 0.95em;
	line-height: 130%;
	}
	
h1 {
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: -5px;
	}	
h2 {
	font-weight: normal;
	font-size: 1.3em;
	padding-top: 15px;
	border-top: 1px solid black;
	margin-bottom: -5px;
	}
h3 {
	font-weight: normal;
	font-size: 1.1em;
	padding-top: 1px;
	margin-bottom: -5px;
	}
strong {
	font-weight: bold;
	}
	
/* Header
----------------------------------------------- */ 

#header { 
	background: #828C75 url(images/logo.gif) no-repeat left bottom;
	height: 85px;
	border: 1px solid black;
	border-bottom: 8px solid #000;
	margin: 0;
	padding: 0;
} 
#header ul {
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
	margin: 0;
	padding: 65px 15px 0 0;
	text-align:right;
	}
#header ul li { 
	display: inline;
	
	}	
#header ul li a { 
	text-decoration: none;
	padding: .2em 1em; 
	color: #dad9d9;
	}	
#header ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}		

/* Main Content
----------------------------------------------- */

#mainContent { 
	margin: 0 20px 0 21em;
	padding-right: 20px;
	padding-top: 40px;
	border: 1px solid white;
} 
#mainContent ul {
	font-size: 0.95em;
	line-height: 130%;
	margin-bottom: 20px;
	}	
#mainContent li {
	margin-bottom: 5px;
	}	
#mainContent a:link {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-decoration: none;
	color: #9B282F;
	}
#mainContent a:visited {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-decoration: none;
	color: #7A37AB;
	}
#mainContent a:hover {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-decoration: underline;
	color: #000;
	}
#mainContent a:active {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-decoration: underline;
	color: #000;
	}

/* Sidebar
----------------------------------------------- */
	
#sidebar {
	float: left; 
	width: 300px;
	background: #d7d6c4 url(images/home_blurb.gif) no-repeat center center;
	padding: 0 0 450px 0;
}
			
/* Bottom content area - home page
----------------------------------------------- */

#bottom {
	width: 100%;
	border-top: 1px solid black;
	padding-top: 10px;
	clear: both;
	}
#next {
	display: inline;
	float: right;
	clear: both;
	width: 50%;
	margin: 0 20px 0 10px;
	padding: 0 10px 10px 30px;
	}

/* Footer
----------------------------------------------- */

#footer { 
	padding: 0 10px;
	background:#000;
	height: 60px;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer ul {
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 0.85em;
	margin: 0 0 0 10px;
	padding: 5px 10px 0 0;
	text-align:left;
	}
#footer ul li { 
	display: inline;
	padding: 0 0 0 5px;
	}	
#footer ul li a { 
	text-decoration: none;
	padding: .2em 1em; 
	color: #dad9d9;
	}	
#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}
.copyright {
	color: white;
	font-family: Verdana, sans-serif;
	color: #b1b1b1;
	font-size: 0.65em;
	margin-left: 40px;
	}

/* Floats for reuse
----------------------------------------------- */

.rphoto {
	float: right;
	margin-left: 20px;
	margin-top: -10px;
	}
		
.fltrt { 
	float: right;
}
.ltflt {
	float: left;
	margin-left: -8px;
	}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.white {
	color: white;
	}	
#rfloat {
	float: right;
	}	 
</style>


