/* CSS Document */


/*
---------------------------------------------
01. MAIN/DEFAULT ELEMENTS
---------------------------------------------
*/


body, td, th {
	font: 14px Arial, Helvetica, sans-serif;
	color: #0C265D;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font: normal 28px Arial, Helvetica, sans-serif;
	color: #0d7c12;
}
h2 {
	font-weight: bold;
	font-size: 18px;
}
a:link, a:visited {
	color: #0d7c12;
	text-decoration:underline;
}
a:active, a:hover {
	color: #09510C;
	text-decoration:none;
}
/*
---------------------------------------------
02. HEADER
---------------------------------------------
*/

.headerright {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #0D7C12;
	letter-spacing: 10px;
	background: url(../images/headerright.jpg) no-repeat;
	padding-top: 40px;
	padding-left: 10px;
}
/*
---------------------------------------------
03. NAVIGATION BAR
---------------------------------------------
*/

.navbar {
	color: #FFF;
	background: #0C265D;
}
/*
---------------------------------------------
04. MAIN CONTENT
---------------------------------------------
*/
.content {
	background: #FFF;
	padding: 40px;
	line-height: 18px;
}
.getadobereader {
	background: url(../images/getadobereader.gif);
	float: right;
	height: 20px;
	width: 68px;
	position: relative;
	left: 30px;
	bottom: 28px;
}
.imageright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imageleft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.pdflist ul {
	list-style-type: none;
	padding-left: 20px;
	padding-top: 10px;
	margin: 0;
}
.pdflist li {
	padding-left: 30px;
	background: url(../images/pdficon.gif) no-repeat left top;
	padding-bottom: 4px;
}
.pdflist a:link, .pdflist a:visited {
	color: #9C1A1F;
}
.pdflist a:active, .pdflist a:hover {
	color: #9C1A1F;
	text-decoration: none;
}
.audiolist ul {
	list-style-type: none;
	padding-left: 20px;
	padding-top: 10px;
	margin: 0;
}
.audiolist li {
	padding-left: 30px;
	background: url(../images/audioicon.gif) no-repeat left top;
	padding-bottom: 4px;
}
.audiolist a:link, .audiolist a:visited {
	color: #277C2C;
}
.audiolist a:active, .audiolist a:hover {
	color: #277C2C;
	text-decoration: none;
}
.videolist ul {
	list-style-type: none;
	padding-left: 20px;
	padding-top: 10px;
	margin: 0;
}
.videolist li {
	padding-left: 30px;
	background: url(../images/videoicon.gif) no-repeat left top;
	padding-bottom: 4px;
}
.videolist a:link, .videolist a:visited {
	color: #064e90;
}
.videolist a:active, .videolist a:hover {
	color: #064e90;
	text-decoration: none;
}
/*
---------------------------------------------
05. RIGHT BAR
---------------------------------------------
*/

.rightbar {
	padding: 10px 30px 30px 30px;
	background-color: #EFEFEF;
}
.searchlabel {
	font-size: 10px;
	font-weight: bold;
}
.easyread_head {
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #0d7c12;
	border-bottom: 2px solid #0D7C12;
}
.easyread_title {
	font-weight: bold;
	line-height: 14px;
}
/*
---------------------------------------------
06. FOOTER
---------------------------------------------
*/


.footer {
	background: #0C265D url(../images/footerback.gif) no-repeat right bottom;
	font-size: 12px;
	color: #FFF;
	padding: 5px 0px 5px 30px;
}
.footeremail {
	font-size: 16px;
}
.footeremail a:link, .footeremail a:visited {
	text-decoration: underline;
	color:#fff;
}
.footeremail a:active, .footeremail a:hover {
	text-decoration: underline;
	color:#09C;
}
/*
---------------------------------------------
07. MISCELLANEOUS
---------------------------------------------
*/

.watersidebar {
	background: #0C265D url(../images/watersidebar.jpg) repeat-y left top;
	width: 32px;
}
