
body {
	font-family: 'Droid Sans', sans-serif;	
	font-size: 13px;
	background: #eeede5 url(../images/gif) repeat-x;
	margin: 0 auto;
	line-height: 150%;
	}

#container {
	width: 960px;
	margin: 0 auto;
	}

#header {
	background: #000 url(images/headerbackground.jpg) no-repeat;
	background-position: top center;
	border-bottom: 1px solid #252525;
	padding: 35px 0 20px 0;
	text-align: left;
	width:100%;
	}

#header_int {
	margin: 0 auto;
	width: 960px;
	}

.header_text {
	font-family: 'Droid Sans', sans-serif;
	color: #fff;
	font-size: 22px;
	text-shadow: #000 2px 2px 2px;
	line-height: 160%;
	}
	
#content {
	margin: 20px 0 80px 0;
	background-color: #eeede5;
	}

#footer {
	clear: both;
	padding: 20px 0px 20px 0;
	background: #000 url('images/dark_wood.png') repeat;
	border-top: 10px solid #252525;
	color: #fff;
	height: 260px;
	}	
	
#footer_top {
	width: 960px;
	margin: 20px auto 60px auto;
	text-align: left;
	}

#footer_bot {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
	
#footer a {
	color: #fff;
	}
	
.footbot {
	color: #8fcaa5;
	}
	
#sliderbox {
	width: 100%;
	height: 200px;
	background: #dcd9bf;
	margin-bottom: 50px;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}
	
.date {
	margin: 0;
	color: e1e1e1;
	font-size: 12px;
	font-weight: bold;
	}
	
/*-------------Dividers---------------*/

.divider1 {
	position: relative;
	height: 1px;
	margin: 2.0em 0em 1.5em 0em;
	border-bottom: 1px dotted #000;
	clear: both;
	}

.divider2 {
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 10px 0 10px 0;
	}

/*-------------Boxes---------------*/	

#rbox {
	background-color: #eae7e3;
	padding: 10px;
	border: 1px solid #959595;
	}
	
td.leftcontent {
	padding-right: 15px;
	}
	
#indexbox {
	clear:both;
	padding: 20px 0;
	width: 550px;
	}

#ib_icon {
	float:left;
	width: 104px;
	}

#ib_text {
	float:right;
	width: 446px;
	}
	
/*-------------Images---------------*/

img.top {vertical-align:text-top}
img.bottom {vertical-align:text-bottom}
	
img.lfloat {float:left; padding: 8px 5px 0 0;}

.imgRight {
	float: right;
	padding: 8px;
	margin: 0 0 5px 7px;
	}

.imgLeft {
	float: left;
	padding: 8px;
	margin: 0 15px 5px 0;
	}

.imgFoot {
	float: right;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	}

/*-------------Headings---------------*/	
	
p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	line-height: 170%;
	}
	
h1, h2, h3, h4 {
	font-family: 'Droid Serif', serif;	
	padding: 0px;
	margin: 0px;	
	}
	
h1 {
	font-size: 36px;
	line-height: 140%;
	color: #163258;
	}
	
h2 {
	font-size: 15px;
	line-height: 140%;
	color: #163258;
	}

h3 {
	color: #163258;
	font-size: 16px;
	font-weight: bolder;
	}
	
h4 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	margin: 0 0 10px 0;
	color:#fff;
	
	}

/*-------------Lists---------------*/

ul {
	margin: 0;
	padding: 0;
	}
	
li {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	text-align: left;
	border-bottom: 1px dotted #000000;
	}
	
a.h2 {
	font-family: 'Droid Sans', sans-serif;		
	padding: 0px;
	margin: 0px;
	font-weight: bolder;
	font-size: 15px;
	line-height: 140%;
	color: #860001;
	}
	
.content {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height:140%;
	color:#000000;
	}
	
.article {
	margin-top: 0px;
	}
	
a {
	text-decoration:none;
	color:#990000;
	}

a:hover {
	text-decoration:underline;
	color:#A17C64;
	}

/*-------------Navigation---------------*/

#nav {
	background-color: #000;
	width: 100%;
	height: 40px;
	padding: 20px 0 0 0;
}

#navlist {
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-size: 18px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	text-transform: uppercase;
	
	}

#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0 35px 0 0;
	border: none;
	}

#navlist li a {
	text-decoration: none;
	}

#navlist a:link, #navlist a:visited {
	color: #fff; 
	}

#navlist a:hover {
	color: #8fcaa5;
	}
	
#navlist a:link#current, #navlist a:visited#current {
	color: #8fcaa5;
	}
	
h2.rightside {
	text-decoration: underline;
	color: #860001;
	}

td.rightside {
	border-left: 1px solid #666;
	padding-left: 15px;
	}
	
td.leftside {
	padding-right: 15px;
	}

.header {
	color:#000000;
	font-weight:bold;
	font-size:16px;
	margin-top:0px;
	}

.subhead {
	color:#031533;
	font-weight:bold;
	margin-top:0px;
	}

.title {
	color:#031533;
	font-size: 16px;
	font-weight: bolder;
	}

