html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #003366;
}


div#container {
	display: block;
	width: 900px;
/*	height: 100%;*/
	margin: 0 auto;
	background: #f2f5f7 url('images/bg.gif') repeat-y;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
/*	font-family: Tahoma;*/
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 a {
	display: block;
	width: 900px;
	height: 136px;
	text-indent: -1000px;
	background: url('images/bg-h1.jpg');
	overflow: hidden;
}

div#header {
	position: relative;
	display: block;
	width: 900px;
	height: 136px;
	overflow: hidden;
}

div#header ul {
	float: right;
	position: relative;
	top: -30px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

div#header ul li {
	display: block;
	float: left;
	height: 14px;
	line-height: 14px;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #fff;
}

div#header ul li.no-end {
	border-right: 0;
}

div#header ul li a {
	color: #fff;
	text-decoration: none;
	font-family:Tahoma, Lucida Grande, sans-serif;
}

div#header ul li a:hover,active {
	text-decoration: underline;
}


div#content {
	width: 513px;
	padding: 30px 18px;
	background: url('images/bg-content.gif') 0 -6px no-repeat;
	overflow: hidden;
	color: #444546;
}

div#content a {
	color: #003366;
	text-decoration:none;
	border-bottom: dotted 1px #990000;
}

div#content a:hover,active {
	color: #990000;
}

div#sidebar {
	display: block;
	float: right;
	width: 330px;
	padding: 30px 15px;
}

div#sidebar a {
        color:#003366;
	text-decoration: none;
}

div#sidebar a:hover,active {
        color:#ae1414;
        text-decoration: underline;
}

div#sidebar div.copy {
	float: right;
	display: block;
	width: 156px;
        margin: 0;
}

div#sidebar div.copy h3 {
	color: #ae1414;
	font-weight: normal;
	border-bottom: #003366 solid 1px;
	margin:0;
}
div#sidebar div.copy p {
	font-family:Tahoma, Lucida Grande, sans-serif;
	font-size:11px;
	line-height:18px;
	margin: 10px 0;
}

div#sidebar div.copy li {
	font-family:Tahoma, Lucida Grande, sans-serif;
	font-size:11px;
	line-height:18px;
	margin: 5px 0;
}

div#sidebar div.copy ul {
	margin: 5px 0;
}

div#footer {
	position: relative;
	display: block;
	height: 26px;
	padding: 0 0 0 5px;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	line-height: 26px;
}

#searchform {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: left;
}

#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}