* {
	margin: 0;
	padding: 0;
}
#navlist li {
	list-style-type: circle;
	text-align: left;
	margin-left: 20px;
	font-size: 14px;
}

/*-------------------------------------- SITE STRUCTURE -------------------------------*/

body {
	background: #fff url(images/main_bg.jpg) no-repeat;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerwrapper {
	width: 600px;
	height: 180px;
	margin-top: 100px;
	margin-left: 185px;
	padding-bottom: 95px;
}

#header_left {
	width: 255px;
	float: left;
}

#header_right {
	float: right;
	width: 185px;
	font-size: 1.2em;
}

#main_content {
	width: 580px;
	margin-top: 0px;
	clear: both;
	margin-left: 175px;
	font-size: 14px;
	padding-top: 0px;
	background-color: #FFF;
}

#footer {
	width: 580px;
	margin-top: 10px;
	clear: both;
	margin-left: 100px;
	text-align: center;
}

/*-------------------------------------- NAVIGATION -------------------------------*/

ul#list-nav {
list-style:none;
margin:20px;
padding:0;
width:560px
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
	text-decoration:none;
	padding:5px 0;
	width:87px;
	background:#333333;
	color:#eee;
	float:left;
	text-align:center;
	border-left:1px solid #fff;
	font-size: 14px;
}

ul#list-nav li a:hover {
background:#f4f4f4;
color:#000
}


/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p {
	margin: 10px;
	color: #000;
	font-weight: normal;
}

h1 {
	font-size: 3em;
	font-style: italic;
	color: #000;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {
	margin-left: 20px;
	color: #000;
	font-size: 1.2em;
	background: url(images/date.gif) no-repeat;
	padding-top: 1px;
	padding-left: 5px;
	height: 26px;
}

h3 {}

.heading_color {
	color: #CCCC99;
	font-style: normal;
}

blockquote {
	font-size: 1.6em;
	font-style: italic;
	color: #999999;
	background: url(images/quote.gif) no-repeat;
	padding-top: -35px;
	padding-left: 5px;
	margin-top: 10px;
}

.quote_author {
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	color: #CCCC99;
	font-weight: bold;
	margin: 0px;
}

.date {
	font-size: .6em;
	color: #CCCCCC;
	
}


#headerwrapper #header_right {
	padding-right: 42px;
	margin-right: 20px;
	padding-left: 40px;
	margin-top: 20px;
}
#headerwrapper #header_right table tr td script {
	text-align: center;
}
#headerwrapper #header_right table tr td {
	text-align: center;
}
#main_content p strong {
	font-weight: bold;
}
#main_content p {
	font-weight: normal;
}

.boxshadow {
	-moz-box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px #999;
	-webkit-transition: all 0.1s ease-out;
	margin-bottom: 8px;	

}

.boxshadowsmallsections {
	-moz-box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px #999;
	-webkit-transition: all 0.1s ease-out;
	margin-bottom: 8px;
	width: 245px;
	float: left;
	margin-right: 20px;

}

.boxshadow:hover { -moz-box-shadow: 0 0 8px #555; -webkit-box-shadow: 0 0 12px #555; }
.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	margin-left: 11px;	
}

.medtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	
}

.sectionheaders {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/*---- EXTRAS---- */

.boxshadowmargintextwrap {
	-moz-box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px #999;
	-webkit-transition: all 0.1s ease-out;
	margin-bottom: 8px;	
margin-top: 8px;	
margin-right: 8px;	
	margin-left: 8px;	

}
.boxshadow:hover { -moz-box-shadow: 0 0 8px #555; -webkit-box-shadow: 0 0 12px #555; }

.Page_Headers {
	font-size: 20px;
	color: #000;
	background-color: #f4f4f4;
	text-indent: 8px;
	padding: 10px;
	margin-left: 22px;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 2px;
	width: 530px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.Book_Nav {
	margin-left: 23px;
	width: 527px;
}


.content {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 530px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.sections {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 220px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.imageborder {
	margin: 8px;
}
.addthis {
	float: right;
	margin-top: 4px;
	margin-right: 4px;

}
.nite {
	color: #066;
}
.green {
	color: #090;
}
.homebox {
	padding: 6px;
	width: 520px;
	background-color: #F0F0F0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-left: 20px;
	margin-top: 10px;
}

