/* Site */
body {
	margin:0px 0px 10px 0px;
	padding:0px;
	background-color:#006699;
	background-image:url('/lib/bg.gif');
	background-repeat:repeat-x;
	text-align:center;
}
a:link, a:active, a:visited {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#000000 !important;
}

/* Header */
#header {
	margin: 18px auto 2px;
	display: block;
	width: 135px;
	height: 44px;
	background-image: url('/lib/logo.gif');
	background-repeat: no-repeat;
}

/* Navigation */
#nav {
	clear: both;
	padding: 0;
	text-align: center;
}

#nav ul {
	list-style: none;
	height: 41px;
	display: block;
	margin: 0px auto;
	width: 358px;
	padding: 0px;
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	display: block;
	float: left;
	width: 114px;
	height: 41px;
	margin: 0;
	border-right: 1px solid #2a9ee2;
	border-bottom: none;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
}

#nav #leftedge {
	width: 6px;
	border-right: none;
	background-image: url('/lib/edge-left.png');
}
#nav #rightedge {
	width: 6px;
	border-right: none;
	background-image: url('/lib/edge-right.png');
}

/* Content */
#content {
	padding: 1px;
	background-color: white;
	margin:0px auto;
	width:850px;
	text-align:left;
	overflow: auto;
	border-bottom:1px solid #60A1C2;
}
#topbar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006699;
	background-image:url('/lib/topbar.gif');
	background-repeat:repeat-x;
	border:1px solid #60A1C2;
	padding:6px 0px 0px 10px;
	height:20px;
	font-weight:bold;
}
#container {
	padding: 12px;
}

/* Footer */
#footer {
	margin: 0px auto;
	display: block;
	/*width: 864px;*/
	width: 313px;
	height: 31px;
	background-image: url('/lib/copyright.png');
	background-repeat: no-repeat;
	/*background-position: right;*/
}
#fbar {
	border-bottom:1px solid #60A1C2;
	float: top;
	overflow: auto;
}