@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	}
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
	}
p, h1, h2, h3, h4, h5, h6, ul, li, form {
	margin:0;
	padding:0;
	}
#wrapper {
	width:900px;
	margin:auto;
	margin-bottom:10px;
	}
#header {
	background-color:#000000;
	color:#86888b;
	font-size:16px;
	font-weight:bold;
	padding:0 10px;
	}
#header img {
	display:block;
	float:left;
	}
#header p {
	color:#86888b;
	font-size:16px;
	font-weight:bold;
	float:right;
	margin-top:17px;
	}
#nav {
	background-image:url(../_images/shell/cityscape02.jpg);
	background-repeat:no-repeat;
	height:200px;
	border-bottom:5px solid #000000;
	}
#nav ul {
	width:900px;
	margin-top:170px;
	float:left;
	list-style:none;
	background-color:#000000;
	border-top:2px solid #FFFFFF;
	}
#nav li  {
	float:left;
	padding:3px 11px 3px 10px;
	background-image: url(../_images/shell/nav-div.gif);
	background-repeat:no-repeat;
	background-position:center right;
	}
#nav li.firstnav {
	padding-left:13px;
	}
#nav li.lastnav {
	background-image:none;
	}
#nav li a {
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	}
#nav li a.on {
	color:#e88123;
	}	
#nav li a:hover {
	text-decoration:none;
	color:#ca980e;
	}
#content {
	background-image:url(../_images/shell/content-bg.gif);
	background-repeat:repeat-y;
	overflow: auto;
	}
#content #left {
	width:257px;
	float:left;
	margin-top:10px;
	color:#fff;
	}
#content #left a {
	color:#fff;
	text-decoration:none;
	}
#content #left a:hover {
	text-decoration:underline;
	}
#content #left p {
	margin-left:20px;
	margin-right:10px;
	margin-bottom:12px;
	line-height:1.4em;
	}
#content #left h2 {
	margin-left:20px;
	margin-right:5px;
	margin-bottom:10px;
	font-size:14px;
	}
#content #left strong {
	font-size:14px;
	}
#content #left .extra {
	background-color:#58595b;
	border-top:5px solid #000000;
	padding:10px 0 10px 0;
	overflow:auto;
	}
 .callout {
 	font-family: "Times New Roman", Times, serif;
	text-align:center;
	color:#30923D;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	margin-top:25px;
	line-height:1.2em;
	}
#content #right {
	width:618px;
	float:left;
	margin-left:25px;
	margin-top:10px;
	}
#content #right p {
	margin-right:5px;
	margin-bottom:15px;
	}
#content #right a {
	color:#e2aa10;
	text-decoration:none;
	}
#content #right a:hover {
	text-decoration:underline;
	}
#content #right h1 {
	margin-right:5px;
	font-size:19px;
	font-weight:normal;
	color:#666666;
	padding-bottom:20px;
	margin-bottom:15px;
	line-height:1.4em;
	}
#content #right h1.underline {
	border-bottom: 5px solid #e88123;
	}
#content #right h2 {
	margin-right:5px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	margin-top:30px;
	margin-bottom:10px;
	}
#content #right ul {
	list-style:none;
	margin-right:5px;
	margin-bottom:10px;
	width:100%;
	}
#content #right ul li {
	font-style:italic;
	line-height:1.4em;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid	#e88123;
	}
#content #right #scrollpane {
	height:452px;
	overflow:auto;
	}
#content #right .part-logo {
	float:left;
	margin-right:10px;
	}
#content #right #footer {
	margin-top:7px;
	text-align:right;
	font-size:9px;
	color:#999999;
	}
#content #right #footer a {
	font-size:9px;
	color:#999999;
	text-decoration:none;
	text-transform:uppercase;
	margin: 0 7px 0 6px;
	}
#content #right #footer p{
	margin:0;
	margin-top:5px;
}

