/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
	background-color:#fff;
	zoom:1;
}	

p, dl, dt, li, ul, tr, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;	
}

body a {
	color:#339900;
}

img {
	border:none;
}

.content, .sidebar, .title{
	float:left;
	display:inline;
}

.header, .footer {
	width:80%;
	clear:both;
}

.subtitle {
	position:absolute;
	top:50;
	left:190;
	margin:0px;
}

.shell td{
	padding:0px;
	margin:0px;
	float:left;
	background-image:url(/images/sideline.gif);
	background-repeat:repeat-y;
}
.contentwrapper {
	float:left;
}

.content {
	float:left;
	width:400px;
	padding-top:30px;
	padding-bottom:30px;
	margin-left:175px;
}

.nav ul {
	padding:15px 0 15px 0;
	margin:-5px 0 -5px 15px;
	border-left: 4px solid #7B7B7B;	
}

.nav li {
	list-style:none;
	line-height:18px;
	letter-spacing:0px;
	padding:1px 0 1px 0;
	margin:4px 0 4px 0;
}

.nav a { 
	display:block; 
	font-family:'Times New Roman', Times, serif;
	font-size:14px;
	font-weight:500;	
	color:#000;
	text-decoration:none;
	padding:0 0 0 5px;
	background-image:url(/images/navitem_blank.gif);
	background-repeat:repeat-y;	
}

.nav a:hover {
	background-image:url(/images/navitem_blank_over.gif)
}

.sidebar {
	padding:0px;	
	width:175px;
	height:320px;
	margin:0 0 0 -575px;
	vertical-align:top;
	overflow:hidden;
}

/*
.sideline {
	bottom:-50px;
	height:100%;
	width:0px;
	border-left:4px solid #7B7B7B;
	margin:0 0 0 15px;
}
*/

.footer {
	background-image:url(/images/line_end_rt.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	padding-left:50px;
	margin-bottom:5px;
	margin-left:15px;
}

.disclaimer {
	margin-left:-50px;
	width:500px;
	font-size:9px;
	color:#999;
}
