@import url("/forms.css");
* {
	margin:0;
/*	padding:0;
 	border:none; */
	z-index:0;
}

html, body {height:100%;}

html {
	background: #003399;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	color: #003399;
	margin-bottom: 0;
	margin-top: 0;
}

#header h1 {
	margin: 0;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

#title {
	padding-top: 75px;
	padding-left: 43px;
	margin-top: 0;
	font-size: 140%;
	position: relative;
}

img {
	border: 0;
}

#contentcorner {
	position: absolute;
	right: 250px;
	bottom: 0px;
	width: 46px;
	height: 46px;
}

#topouter {
	height: 46px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin-right: 246px;
}

#contenttop {
	background: #fff;
	height: 43px;
	position: relative;
	bottom: 0;
	right: 0;
	left: 0;
}

#menu {
	width:200px;
	float:right;
	z-index:100;
	top: 250px;
	right: 0px;
	position: absolute;
	color: #003399;
	text-align: right;
	padding-right: 50px;
}

#menu ul {
	list-style-type: none;
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu ul a {
	color: #ffffff;
	text-decoration: none;
}

#menu ul span.current {
	color: #dd6000;
}

.bordered {
	border: 1px solid #000000;
	float: left;
	margin-right: 0.5em;
}

.unbordered {
	float: left;
	margin-right: 0.5em;
}

.clear {
	clear: both;
}

.right {
	text-align: right;
}

#tail {
	text-align: right;
	font-size: 85%;
}

blockquote, .panel {
	background: #ccccff;
	color: #000000;
	margin: 1em 5em;
	padding: 1em 1em 0.1em 1em;
}

.invisible {
	visibility: hidden;
	font-size: 0.5em;
	position: fixed;
}


#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:194px;
	background: #003399;
}

#clearheader {
	height:230px;
}

#outer{
	min-height:100%;
	margin-right:246px;
	background: #ffffff;
}

#middle {
	width:100%; 
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;
}

#middleinner {
	padding-left: 43px;
	padding-right: 43px;
}

p {
	padding-bottom: 1em;
}

#clearfooter {
	clear:both;
	height: 1em;
}


