/* navigation */



body {
	width: 790px;
	margin: 0 0 10px 10px;
}
#logos {
	float: left;
	width: 790px;
	height: 60px;
	overflow: hidden;
}
#logoleft {
	float: left;
}
#logoright {
	float: right;
}
#header {
	width: 784px;
	height: 40px;
	float:left;
	clear: left;
	font-size: 14px;
	line-height: 16px;
	padding-left: 6px;
	background: transparent;
}
#header ul {
	margin:0;
	padding:10px 10px 0;
}
#header li {
	float:left;
	background: url('images/left.png') no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	xposition: relative;
	xz-index: 0;
}
#header a, #header strong, #header span {
	display:block;
	background: #ccdaff url('images/right.png') no-repeat right top;
	text-decoration: none;
	padding:7px 15px 10px 3px;
	margin-right: 5px;
	color: #000066;
 	xposition: relative;
	xz-index: -1;
}
#header #current {
	background: url('images/currentl.png') no-repeat top left;
	position: relative;
	z-index: 1;
}
#header #current a {
	background: white url('images/currentr.png') no-repeat top right;
	color: #ffffff;
	padding-bottom:8px;
	position: relative;
	z-index: 1;
}
#utility {
	float: right;
	font-size: 12px;
	line-height: 18px;
	margin: 5px 15px 0 0;
	padding: 0;
	text-align: right;
}
#utility a {
	text-decoration: none;
	background: transparent;
	color:#ff6600;
	border-bottom: 1px solid #ff6600;
	padding: 0 0 1px 0;
	margin: 0;
	display: inline;
}
/* hides link to help section */

#utility span.dot {
	background: transparent;
	color: #cc3300;
	padding: 0;
	margin: 0 3px;
	display: inline;
	xdisplay: none;
}
#utility span.help {
	margin: 0;
	padding: 0;
	background: transparent;
	display: inline;
	xdisplay: none;
}
#utility span.help a {
	cursor: help;
}
/* end hides link to help section */

#main {
	float: left;
	clear: left;
	padding: 10px 0 0 0;
	xposition: relative;
	xz-index: 1;
	width: 788px;
	border-top: 1px solid #858eca;
	border-right: 1px solid #858eca;
	border-left: 1px solid #858eca;
	overflow: hidden;
	background-color: #000066;
}
/* blue right col */

#main #c1 {
	width: 155px;
	padding-top: 14px;
	padding-right: 14px;
	padding-left: 19px;
	margin-left: 10px;
	background-color: #ccdaff;
	border: 1px solid #858eca;
}
/* two cols and equal height css */

#main #c1, #main #c2 {
	float: right;
	margin-bottom: -4000px;
	padding-bottom: 4000px;
}
/* white left content area contain */

#main #c2 {
	background: trasparent;
	margin-left: 14px;
	width: 560px;
	margin-right: 0;
}
#bottom, #bottom2, #bottom3 {
	float: left;
	clear: left;
	width: 790px;
	height: 16px;
}
#bottom {
	background: url('images/bottom.png') no-repeat;
}
#bottom2 {
	background: url('images/bottom2.png') no-repeat;
}
#bottom3 {
	background: url('images/bottom3.png') no-repeat;
}
#subnav {
	font-size: 12px;
	line-height: 14px;
	float: left;
	width: 760px;
	height: 20px;
	margin: 0 0 6px 14px;
	background: transparent;
}
#subnav ul li {
	display: inline;
}
#subnav li a {
	text-decoration: none;
}
#subnav li a {
	float: left;
	border: 1px solid #858eca;
	color: #000066;
	background: #ccdaff;
	padding: 2px 7px;
	margin-right: 10px;
}
#subnav #active a {
	border: 1px solid #cc3300;
	background: #ff6600;
	color: #000066;
	padding: 2px 7px;
	margin-right: 10px;
}
#footer {
	float: left;
	clear: left;
	width: 790px;
	padding-top: 15px;
	margin: 0;
}
#footer p {
	width: 790px;
	font-size: 10px;
	line-height: 15px;
	color: #999999;
	margin-bottom: 15px;
	float: left;
}
