@charset "utf-8";
/* CSS Document */

body {
	background:url(images/pagebg.gif) repeat-x;
	background-position:0px 42px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	}
	
a {
	color:#385c90;
	}
	
#container {
	width:860px;
	margin:0 auto;
	/*padding-top:14px;*/
	background:url(images/contentbg.gif) repeat-y;
	}
	
#topcap {
	background:url(images/topcap.gif) no-repeat;
	padding-top:42px;
	}
	
#header {
	background:url(images/headerbg.gif) no-repeat;
	}
	
#header h1 {
	padding-top:9px;
	float:left;
	}
	
#logo {
	display:block;
	background:url(images/logo.gif) no-repeat;
	text-indent:-9000px;
	margin-left:27px;
	height:165px;
	width:464px;
	border:11px solid #fff;
	border-bottom:14px solid #fff;
	}
	
#nav {
	float:left;
	background:url(images/navbg.gif) no-repeat;
	width:138px;
	margin-left:20px;
	height:199px;
	padding-top:3px;
	}

#nav li a {
	display:block;
	width:120px;
	text-decoration:none;
	color:#fff;
	border-bottom:1px solid #466ba1;
	margin-left:8px;
	padding:4px 2px;
	font-size:12px;
	}
	
#nav li a:hover {
	background:#a3b3ca;
	}
	
#otherlinks {
	float:left;
	width:150px;
	color:#fff;
	margin-left:22px;
	padding-top:16px;
	font-size:12px;
	}
	
#otherlinks a {
	color:#fff;}
	
#otherlinks p {
	font-weight:bold;
	}
	
#content {
	padding:9px 0 0 20px;
	}
	
#content p {
	margin-top:15px;
	margin-bottom:15px;
	}

#content ul {
	list-style:square;
	margin-left:15px;
	}
	
#copy {
	float:left;
	width:650px;
	padding-right:15px;
	}
	
#rightcol {
	float:left;
	width:170px;
	font-size:12px;
	}
	
#rightcol h3 {
	background:url(images/rightcolh3bg.gif) no-repeat;
	height:17px;
	width:155px;
	margin-bottom:5px;
	color:#fff;
	padding:3px 0 0 6px;
	font-weight:bold;
	}
	
#footer {
	background:#e1e1e1;
	width:847px;
	margin-left:6px;
	}
	
#footer ul {
	margin-left:40px;
	padding-top:12px;
	}
	
#footer li {
	float:left;
	margin-right:15px;
	height:25px;
	}
	
#footer a {
	text-decoration:none;
	color:#666;
	}
	
#botcap {
	background:url(images/botcap.gif) no-repeat;
	height:5px;
	}

.floatClear {
	clear:both;
	}
	
