html, body, #container, #content, #main {
	height: 100%;
}

body {
	background-color: #fff;
	margin: 0;
	text-align: center;
	color: #666;	
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 80%;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 20px;
	text-align: left; 
}

#header_rhs {
	float: right;
	text-align: right; 
}

#content {
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #666;
	width: 960px;
	height: auto;
}

#top {
	width: 960px;
	height: 120px;
	background: #FFF url(images/top.png) no-repeat top left;
	margin-top: 5px;
}

#company {
	color: #fff;
	font-size: 300%;
	text-align: left;
	padding-left: 10px;
	font-family: Palatino, "Adobe Garamond Pro", Baskerville, "Hoefler Text", Georgia, "Times New Roman", serif;
}

#main {
	clear: both;
	border-top: 2px solid #666;
	margin-top: 5px;
	height: auto !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

#lhs {
	float: left;
	width: 500px;
	text-align: left;
}

#rhs {
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 3px;
	font-size: 95%;
}

.box, .lastbox {
	width: 200px;
	height: auto;
	text-align: left;
	background-color: #fff;
	padding-bottom: 10px;
}

.box {
	border-bottom: 2px solid #666;
	margin-bottom: 10px;
}

.boxtop {
	width: 200px;
	height: 20px;
	background-color: #0065B0;
	padding-top: 5px;
}

h1 {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	font-family: Palatino, "Adobe Garamond Pro", Baskerville, "Hoefler Text", Georgia, "Times New Roman", serif;
	font-size: 200%;
	font-weight: normal;
}

h2 {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 100%;
}

h3 {
	margin: 0;
	padding-left: 6px;
	font-size: 100%;
}

p.first {
	margin-top: 0;
}

p.boxitem {
	padding: 0;
	margin: 0;
	padding-top: 5px;	
}

img {
	border: 0;
}

img.boxarrow, img.navarrow {
	margin-right: 6px;
}

img.navarrow {
	margin-left: 6px;
}

a.header {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

a.rhsbox:link, a.rhsbox:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.rhsbox:hover, a.rhsbox:active {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#footer {
	text-align: left;
	border-top: 2px solid #666;
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
}

a.textlinks:link, a.textlinks:visited {
	color: #0065B0;
	text-decoration: none;
	font-weight: bold;
}

a.textlinks:hover, a.textlinks:active {
	color: #0065B0;
	text-decoration: underline;
	font-weight: bold;
}


/***********     lhs links     ********************************/

#lhs_links {
	float: left;
	width: 200px;
	margin-right: 35px;
	margin-top: 5px;
	font-size: 95%;	
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #0065B0;
	text-align: left;
}

#navcontainer a {
	display: block;
	padding: 5px 0px;
	width: 200px;
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid #fff;
	font-weight: bold;
}

#navcontainer a:hover {
	color: #fff;
	text-decoration: underline;
}

#navcontainer ul ul li { 
	background-color: #fff;
	color: #0065B0;
}

#navcontainer ul ul a {
	padding-left: 25px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	width: 150px;
	color: #0065B0;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	color: #0065B0;
	text-decoration: none;
}

#active a:link, #active a:visited, #active a:hover {
	color: #fff;
	text-decoration: underline;
	/*border-bottom: 5px solid #fff;*/
}

#active2 a:link, #active2 a:visited, #active2 a:hover {
	color: #0065B0;
	text-decoration: none;
	font-weight: normal;
}

.more a {
	text-decoration: none;
}	
.more {
	text-align:right;
	border-bottom: solid 1px #666666;
}

.alignRight {
	float: right; padding: 0; padding-left: 10px;
}
.alignLeft {
	float: left; padding: 0; padding-right: 10px;
}
