/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(/template/images/bg.png);
	background-repeat: repeat;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

.main {
	background-color: #FFFFFF;
}

/* Headers */
/* NOTICE */
.noticet {
	background-image: url(/template/images/notice_top.png);
	background-repeat: no-repeat;
}
.noticet img {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 30px;
	padding-bottom: 5px;
}
.noticebg {
	background-image: url(/template/images/notice.png);
	background-repeat: repeat-y;
}
.notice {
	background-image: url(/template/images/notice_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.notice p {
	color: #FFFFFF;
	font-size: 12px;
	padding: 10px;
}
.noticeh {
	color: #FF9900;
}
.notice img {
	padding: 10px;
}
.noticeb {
	background-image: url(/template/images/notice_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}

.headdiv {
	background-image: url(/template/images/header_div.png);
	background-repeat: no-repeat;
}

/* NAVIGATION */
.navt{
	background-image: url(/template/images/nav_top.png);
	background-repeat: no-repeat;
}
.nav {
	background-image: url(/template/images/nav_bg.png);
	background-position: top;
	background-color: #e99e1b;
	background-repeat: no-repeat;
}
div.navl {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #042251;
	font-size: 18px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-rigth: 10px;
}
div.navl a, div.navl a:link, div.navl a:visited, div.navl a:active {
	color: #042251;
	text-decoration: none;
}
div.navl a:hover {
	color: #9dc9df;
	text-decoration: none;
}
.navb {
	background-image: url(/template/images/nav_bottom.png);
	background-repeat: no-repeat;
	background-postition: top;
}

/* Content */
.cont {
	background-image: url(/template/images/content_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.conb {
	background-image: url(/template/images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
.conh {
	background-image: url(/template/images/content_header.png);
	background-repeat: no-repeat;
	color: #E5E5E5;
	font-size: 18px;
	font-weight: bold;
}
.conbooksl img {
	padding-right: 25px;
}
.conbooksr img {
	padding-left: 25px;
}
.conboookt {
	font-weight: bold;
	font-size: 18px;
}
.con {
	background-image: url(/template/images/content_bg.png);
	background-repeat: repeat-y;
}
.con p {
	padding-left: 15px;
	padding-right: 15px;
	color: #042251;
	font-size: 12px;
}
.con a, .con a:link, .con a:visited, .con a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.con a:hover {
	color: #FF9900;
	text-decoration: none;
}
.conhead {
	color: #042251;
	font-weight: bold;
	font-size: 14px;
	padding-left: 25px;
}
.con ul, .con li {
	color: #d4901b;
	font-weight: bold;
}
.conhigh {
	color: #d4901b;
}

/* Right */
.rightt {
	background-image: url(/template/images/right_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.rightb {
	background-image: url(/template/images/right_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
.righth {
	background-image: url(/template/images/right_header.png);
	background-repeat: no-repeat;
	color: #E5E5E5;
	font-size: 18px;
	font-weight: bold;
}
.right {
	background-image: url(/template/images/right_bg.png);
	background-repeat: repeat-y;
}
.right p {
	padding: 15px;
	color: #000000;
	font-size: 12px;
}
.righthigh {
	padding-left: 20px;
	color: #042251;
	font-weight: bold;
}

/* Footer */
.footerdiv {
	background-image: url(/template/images/footer_div.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
.footer {
	background-color: #042251;
	color: #FFFFFF;
	font-size: 12px;
}
.footer p {
	padding: 10px;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color: #f1c270;
	text-decoration: none;
}
.footer a:hover {
	color: #e99e1b;
	text-decoration: none;
}

/* Links */
.linksh {
	color: #d4901b;
	font-weight: bold;
	font-size: 14px;
	padding-left: 25px;
}

/* Satisfied Readers */
.sat, .sat p {
	font-weight: bold;
	font-size: 18px;
	padding-left: 25px;
}
.quotehigh {
	color: #d4901b;
	font-weight: bold;
	font-size:14px;
}
.quoter {
	font-weight: bold;
	text-align: right;
}

/* Articles */
.arth {
	font-weight: bold;
	font-size: 18px;
}
.arta {
	color: #d4901b;
	font-weight:500;
	font-size: 14px;
	font-style: italic;
}
.artread, .artread a, .artread a:link, .artread a:visited, .artread a:active {
	color: #d4901b;
	font-size: 13px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}
.artread a:hover {
	text-decoration: underline;
}