/* ========================================= [ PAGE PROPERTIES ] ================================================*/
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #dedede;
	text-align: center;
	background-position: center;
}
#wrapper {
	text-align: left;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/bkgd-shadow.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
/* ========================================= [ HEADER ] ================================================*/
#header {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 131px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header p {
	font-size: 75%;
	color: #999999;
	text-align: right;
	padding-top: 105px;
	padding-right: 115px;
}
#header a:link, #header a:visited {
	color: #800080;
	text-decoration: none;
	font-weight:bold;
	font-size: 125%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
}
#header a:hover, #header active, #header a:focus {
	color: #A74F1A;
	padding: 2px 5px;
	background-color: #F1F1F1;
	border: 1px solid #DEDEDE;
}
#header-title {
	background-image: url(images/header-title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
	width: 780px;
}
#header-title span {
	position: absolute;
	left: -3000px;
}
/* ========================================= [ TOP NAVIGATION ] ==========================================*/
#top-nav {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 21px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/top-nav.gif);
}
#top-nav table {
	margin-left: 52px;
}
/* ========================================= [ CONTAINER FOR COLUMNS ] ==========================================*/
#innnerwrapper {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
/* ========================================= [ SIDEBAR CONTAINER ] ==========================================*/
#sidebar {
	float: left;
	width: 173px;
}
/* ========================================= [ SIDE NAVIGATION ] ==========================================*/
#side-nav {
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/side-nav-bkgd.gif);
	width: 173px;
}
#side-nav ul {
	text-align: left;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 34px;
	padding-top: 14px;
	padding-bottom: 14px;
}
#side-nav li {
	padding-bottom: 8px;
}
#side-nav li a:link, #side-nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 75%;
	padding-left: 10px;
}
#side-nav li a:hover, #side-nav li active, #side-nav li a:focus {
	color: #A74F1A;
	background-color: #dedede;
	padding: 4px 4px 4px 10px;
}
/* ========================================= [ LATEST NEWS BOX ] ==========================================*/
#news-top {
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	background-image: url(images/news-top-bkgd.gif);
	width: 173px;
}
#news-top h5 {
	margin: 0px;
	padding-top: 12px;
	padding-right: 4px;
	padding-left: 28px;
	font-size: 75%;
	color: #FFFFFF;
}
#news {
	background-image: url(images/news-bkgd.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 173px;
}
#news p {
	font-size: 70%;
	color: #FFFFFF;
	padding-left: 28px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 6px;
}
#news a:link, #news a:visited {
	color: #66CCFF;
	text-decoration: none;
}
#news a:hover, #news active, #news a:focus {
	color: #FF9900;
	text-decoration: underline;
}
#news-bottom {
	background-image: url(images/news-botm-bkgd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* ========================================= [ MAIN CONTENT ] ==========================================*/
#content {
	width: 572px;
	float: right;
	background-image: url(images/content-bkgd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content h2 {
	font-size: 112%;
	color: #A74F1A;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
}
#content p {
	font-size: 85%;
	line-height: 1.4;
	padding-right: 40px;
	text-align: left;
	padding-bottom: 12px;
	color: #333333;
}
#content a:link, #content a:visited {
	color: #80007D;
	text-decoration: underline;
}
#content a:hover, #content active, #content a:focus {
	color: #5B8000;
	text-decoration: underline;
}
.img-right {
	float: right;
	margin-left: 12px;
}
.img-left {
	float: left;
	margin-right: 12px;
}
/* ========================================= [ FOOTER ] ==========================================*/
#footer {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #87A736;
	background-image: url(images/footer-bkgd.gif);
	background-repeat: no-repeat;
	height: 50px;
	background-position: center top;
}
#footer p {
	font-size: 65%;
	color: #D9D9D9;
	text-align: left;
	padding: 6px;
}
