html,body {
	height:100%;
	border:0;
	margin: 0 0 5px;
	padding:0;
	background-color:#5F717F;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover { text-decoration:underline; }
a:active { color:#DDDDDD; }

/* banner */
h1 {
	background: #374752 url(images/banner.jpg) no-repeat top left;
	padding: 105px 0 0;
	overflow:hidden;
	height:0;
}

#bottom { background: url(images/banner_bottom_bg.gif) repeat-x top left; }
#bottoml {
	background: url(images/banner_bottom.gif) no-repeat;
	width:95px;
	height:31px;
}

#top { background: url(images/banner_top_bg.gif) repeat-x top left; }
#topl {
	background: url(images/banner_top.gif) no-repeat;
	width:95px;
	height:17px;
	overflow:hidden;
}

/* page layout */
h2 {
	height:17px;
	border-right: 1px solid #000000;
	background: url(images/bg_stretch.gif) repeat-x bottom right;
}

h2.center {
	height:17px;
	text-align:center;
	border-left: 1px solid #000000;
	background: url(images/bg_stretch.gif) repeat-x bottom right;
}

#cont { padding-bottom:25px; /* == #footer height */ }
#content-inner {
	margin: 0 215px 0 165px;
	height:1%;
}

#footer { 
	width:100%;
	height:25px; /* == #cont padding-bottom */
	position:absolute;
	bottom:0;
	text-align:center;
	clear:both;
}

#left {
	float:left;
	width:150px;
	padding: 0 5px;
}

#right {
	float:right;
	width:200px;
	padding: 0 5px;
}

#wrapper {
	position:relative;
	_height:100%;
	min-height:100%;
}

/* content boxs */
.bottom_l, .bottom_r { height:10px; }
.bottom_l {
	width:150px;
	background: url(images/bg_bottom_l.gif) no-repeat top left;
}

.bottom_r {
	width:200px;
	background: url(images/bg_bottom_r.gif) no-repeat top left;
}

.content, .content_head {
	background-color:#687781;
	padding: 2px 0 0 2px;
	border: solid #000000;
	border-width: 0 1px;
}

.content_head {
	border-width: 0 1px 1px;
	padding:2px;
	margin: 0 0 5px;
}

.iframe {
	border:0;
	padding:2px;
	overflow:auto;
	width:190px;
	height:100px;
}

/* Formatting */
body, code {
	font: .6em Verdana, Helvetica, sans-serif;
	color: #000000;
}

code { font-size: .9em; }
h1, h2 { margin:0; }
hr {
	background-color:#000000;
	border:0;
	height:1px;
	color:#000000;
}

form {
	margin:0;
	padding: 5px 2px;
}

input, select, textarea {
	background-color:#8E969B;
	border: 1px solid #000000;
	font: 11px Verdana, Helvetica, sans-serif;
	margin:1px;
}

p { margin: 5px 0; }
td { text-align: left; }
.code {
	border: 1px solid #000000;
	margin:8px;
	padding:2px;
	background-color:#8E969B;
	white-space:pre;
}

.navcont { display:block; }
.row2 { background-color:#546169; }
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}