/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%;
	background-color:#999999;
	color:#656565;
	margin:0;
}

/* link styles */
a, a:visited {
	color:#0000FF;
	text-decoration:underline;
}
a:hover, a:hover:visited {
	color:#000;
	text-decoration:none;
}

#outer {
	margin:0 auto;
	width:765px;
	padding:0;
}

/* main spans top nav, vert nav, footer*/
#main {
	padding:0;
	margin:0;
	background-color:#000;
}

/* header */
#header {
	background-color:#000;
	height:96px;
	padding:0;
	background-image:url(images/header-top.jpg);
	background-repeat:no-repeat;
	width:765px;
}
#header h1 {
	background:transparent;
	font-size:115%;
	margin-top:0;
}
#header_left {
	float:left;
	background-color:transparent;
	color:#FFF;
	padding:7px 0 0 175px;
}
#header_right {
	float:right;
	position:relative;
	color:#FFF;
	padding:3px 3em 0 0;
	font-size:80%;
	font-weight:bold;
}
#header_right a, #header_right a:visited{
	text-decoration: none;
	color:#fff;
}
#header_right a:hover, #header_right a:visited:hover{
	text-decoration: underline;
	color:#f0f0f0;
}

/* navigation */
#left_nav {
	background-image:url(images/header-bleft.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	background-color:#000;
	position:relative;
	float:left;
	clear:left;
	width:auto;
	padding-top:55px;
}
#left_nav ul { 
	margin: 0;
	margin-bottom:3em;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}
#left_nav li {
	padding: 0;
	margin: 0;
}
#left_nav li a {
	font-size:90%;
	display: block;
	margin:0;
	padding: 3px;
	background-color:#000000;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	width: 141px;
}
#left_nav li a:hover {
	color: #fff;
	background-color:#de3e39;
}
.left_nav_title {
	font-size:90%;
	background-color:#333333;
	color:#f0f0f0;
	border:1px solid #666666;
	text-align:left;
	padding: .15em .4em;
	font-weight:bold;
}
.left_nav_box {
	font-size:80%;
	color:#FFF;
	background-color:inherit;
	margin:0;
	padding:5px;
	margin-bottom:1em;
}

/* content */
#content {
	background: #fff;
	color:#000;
	margin-left:145px;
	padding: .5em;
	border-left: 2px solid #cc3333;
	width:599px;
	font-size:90%;
	min-height:450px;
}
* html #content { /* IE box model hack */
	height:450px;
	width:599px;
}
#content p {
	margin:2px;
	margin-bottom:2em;
}
#content #content_left {
	width:430px;
	float:left;
	margin:1px;
	border:1px solid #CCCCCC;
}
#content #content_right {
	width:142px;
	float:right;
	margin:1px;
	border:1px solid #CCCCCC;
	vertical-align:top;
}
html>body #content #content_right {
	margin-right:3px;
}
#content #content_right ul {
	margin:0;
	margin-bottom:3em;
	padding:0;
	list-style:none;
}
#content_right li {
	margin:0;
	padding:0;
}
#content_right li a, #content_right li a:visited {
	font-size:90%;
	padding:2px;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #F0F0F0;
	width:100%;
	text-decoration:none;
	background-color:#FFF;
	color:#000;
}
#content_right li a:hover, #content_right li a:visited:hover {
	border-bottom:1px solid #F0F0F0;
	text-decoration:none;
	background-color:#F0F0F0;
	color:#FF0000;
}
html>body #content_right li a, html>body #content_right li a:visited {
	width:138px;
}

#content_middle {
	width:600px;
	clear:both;
}
#content h2 {
	font-size:105%;
	color:#FF0000;
	margin:0;
	padding:3px;
	border-bottom:1px solid red;
	background-color:#F0F0F0;
}
#content h1 {
	font-size:200%;
}
#content h2.sub {
	border-top:1px solid #CCCCCC;
}
#content_left h2 {
	display:block;
	width:430px;
}
html>body #content_left h2 { /* IE width hack */
	display:block;
	width:424px;
}
#content_right h2 {
	display:block;
	width:142px;
}
html>body #content_right h2 { /* IE width hack */
	display:block;
	width:136px;
}

html>body #content { /* non-IE hack */
	width:auto;
	line-height:1.2;
	margin-left:150px;
}
/* footer */
#footer{
	font-size:85%;
	background-color:#333333;
	color: #f0f0f0;
	margin:.2em 0;
	padding:3px;
	clear:both;
}
#footer #left{
	margin:0;
	padding:0;
}
#footer #right{
	float:right;
	margin:0;
	padding:0;	
}
#footer #right a, #footer #right a:visited {
	text-decoration: underline;
	color:#f0f0f0;
}
#footer #right a:hover, #footer #right a:visited:hover {
	text-decoration: underline;
	color:#FF6666;
}

/* custom anchor links */
a.form, a.form:visited {
	font-size:9px;
	color:#FF0000;
	text-decoration:underline;
}
a:hover.form, a.form:visited:hover {
	font-size:9px;
	color:#FF0000;
	text-decoration:none;
}

#content a, #content a:visited {
	color:#FF0000;
	text-decoration:underline;
}
#content a:hover, #content a:visited:hover {
	color:#FF0000;
	text-decoration:none;
}

/* custom styles */
.image, .image a, .image a:visited {
	border:1px solid #000;
}
