@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	
	color: #000;
	background-color: #fff;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	padding-bottom: 10px;
}

#navspacer {
	padding-left: 10px;
}

#navcontainer {
	background-image: url(/img/nav_bg.gif);
	background-repeat: repeat-y;
	width: 294px;
	float: left;
}

#nav_head {
	background-image: url(/img/nav_head.gif);
	background-repeat: no-repeat;
	width: 294px;
	height: 21px;
}

#nav_foot {
	background-image: url(/img/nav_foot.gif);
	background-repeat: no-repeat;
	width: 294px;
	height: 29px;
}

#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	font-size: 14pt;
}

#navlist li {
	/*padding-left: 42px;
	background-image: url(/img/bullet_green.gif);
	background-position: 14px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;*/
	margin-top: 8px;
	margin-bottom: 3px;
	width: 200px;
}

#navlist a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;

	padding-left: 42px;
	background-image: url(/img/bullet_green.gif);
	background-position: 14px 3px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#navlist a:hover {
	text-decoration: underline;
}

#navlist #active, #navlist #active {
	background-image: url(/img/bullet_yellow.gif);
	text-decoration: underline;
}

#content {
	margin-bottom: 10px;
	width: 613px;
	float: right;
	padding-right: 25px;
}

.content h1 {
	font-size: 20pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #eeb94a;
}

.content p {
	padding: 0;
	margin: 10px;
}

.content a:link, .content a:visited {
	color: #067747;
	text-decoration: underline;
}

.content a:hover {
	color: #000;
}

#sidebar {
	float: left;
	width: 260px;
	margin-left: 12px;
	margin-top: 10px;
}

#footer {
	width: 890px;
	height: 90px;
	margin: 0 auto;
	background-image: url(/img/footer_bg.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 35px;
}

#footer_left {
	float: left;
	width: 260px;
	text-align: right;
	
	font-size: 8pt;
}

#footer_left p {
	margin: 0;
	padding: 0;
}

#footer_right {
	float: right;
	width: 598px;
	text-align: right;
	
	font-size: 10pt;
}

#footer_right p {
	margin: 0;
	padding: 0;
}

#footer_right a:link, #footer_right a:visited {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#footer_right a:hover, #footer_right #active {
	text-decoration: underline;
}

#it905_blurb {
	padding-top: 30px;
	font-size: 8pt;
	text-align: right;
	color: #ccc !important;
}

#it905_blurb a:link, #it905_blurb a:visited {
	color: #ccc !important;
}

#it905_blurb a:hover {
	color: #000 !important;
}