﻿
body {
	background-position: top;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url("../images/main_background4.png");
	font-family: Verdana, Geneva, Tahoma, sans-serif, Arial;
	font-size: 12px;
	color: white;
	background-repeat: no-repeat;
}

img { margin: 0; padding: 0; border: none; }

.left {float: left; }
.right {float: right; }
.center {text-align: center; }

/* Main */

#container {margin: 16px auto; width: 980px;}

/* Header */

#header {display: block; height: 78px;}

/* Navigation */

#navigation {display: block; height: 32px; background-image: url("../images/navigation_background2.png");}
#navigation .link {width: 136px; height: 32px; float: left; text-align: center; margin: 0 auto; padding: 0; background-image: url("../images/navigation_link2.png"); background-position: 0 32px;}
#navigation .linkactive {width: 136px; height: 32px; float: left; text-align: center; margin: 0 auto; padding: 0; background-image: url("../images/navigation_link2.png"); background-position: 0 32px;}
#navigation a {display: block;width: 100%;height: 24px;color: #7A889C;font-size: 14px;font-weight: bold;text-decoration: none;text-align: center;margin: 0;padding-top: 8px;background-image: url("../images/navigation_link2.png");background-position: 0 0;}
#navigation .linkactive a {background-image: none; color: #ffffff;}
#navigation a:hover {background-image: none; color: #ffffff;}
#navigation .left {float: left; width: 12px; height: 32px; background-image: url("../images/nav_left2.png");}
#navigation .right {float: right; width: 16px; height: 32px; background-image: url("../images/nav_right2.png");}


/* Bottom Area */

#bottomBox {
	background-image: url("../images/content_background.png");
	background-position: top right;
	background-repeat: repeat-y;
	border-left: 1px solid #1a1f26;
	border-right: 1px solid #1a1f26;
	background-color:#EEEEEE;
	min-height:350px;
}

/* Sidebar */

#sidebar { 
	width: 170px; 
	float: right;
	padding-right: 9px;
	padding-top: 10px;
}

#sidebar .top {
	width: 170px;
	height: 32px;
	margin-top: 12px;
	background-image: url("../images/sidebar_heading.png");
	float: right;
}

#sidebar .middle {
	width: 170px;
	background-image: url("../images/sidebar_middle.png");
	float: right;
	font-size: 10px;
}

#sidebar .resources {
	width: 170px;
	background-image: url("../images/sidebar_middle.png");
	float: right;
	font-size: 10px;
}
#sidebar .resources a {
	width: 170px;
	background-image: url("../images/bullet_t.gif");
	background-repeat:no-repeat;
	float: left;
	padding-left:10px;
	text-align:left;
	font-size: 10px;
}

#sidebar .bottom {
	width: 170px;
	height: 4px;
	background-image: url("../images/sidebar_bottom.png");
	background-repeat: no-repeat; /*IE fix*/
	float: right;
	margin-bottom: 4px;
}

#sidebar .link {
	width: 170px;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/sidebar_link.png");
	background-position: 0 24px;
}

#sidebar .link a {
	display: block;
	width: 100%;
	height: 20px;
	color: #647287;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding-top: 4px;
	background-image: url("../images/sidebar_link.png");
	background-position: 0 0;
}

#sidebar .link a:hover { background-image: none; color: #8694A9; }
#sidebar .link a:active { background-image: none; }
#sidebar h3 {font-size: 14px; font-weight: bold; color: #7A889C; text-align: center; margin: 5px 0;}
#sidebar p {padding: 0 4px; font-size: 12px; color: #6c747e;}
#sidebar img {margin-top: 4px; margin-bottom: 2px; border: 0px solid #191e25; padding: 1px; background-color: #FFFFFF;}


/* Content */
	
#content {
	background-position: inherit;
	background-color: #F5DEB3;
	margin-right: 190px;
	padding: 10px 40px 5px 40px;
	color: black;
	font-size: 12px;
}
#content h1 {color: #1F4885; font-size:x-large; font-weight:bold}
#content h2 {color: #1F4885; font-size:large; font-weight:bold}

* html #content { height: 0.01%; } /*IE6 Visual bug fix */
#contentEnd { clear: both; height: 0;} /* fixes problems when sidebar is larger than page's content*/


#content a {color: #1F4885; text-decoration: underline;}
#content a:hover {color: #1F4885; text-decoration: none;}
#content p {color: black; font-size:12px; font-weight:normal}
#content ul {color: #1F4885; font-size:12px;}
#content li {margin-top:10px; margin-left:10px;}

/* Content */

#content .conBox { width: 765px; margin: 0 auto; padding: 0; border: 0; background-image: url("../images/content_background.png"); margin-bottom: 16px; }
* html #content .conBox { width: 99% } /* stupid IE6 hack for width */
tr { padding: 0; margin: 0; }
td { padding: 0; margin: 0; }


/* Footer */

#footer {height: 36px; background-image: url("../images/footer_middle.png");}
#footer .foot_left {width: 8px; height: 36px; background-image: url("../images/footer_left.png"); float: left;}
#footer .foot_middle {padding-top: 14px; text-align: center; color: #8D9BAD; font-size: 12px;}
#footer .foot_right {width: 8px; height: 36px; background-image: url("../images/footer_right.png"); float: right;}
#footer a {color: #8F9BAD; text-decoration: none;}
#footer a:hover { color: #6b798e; }