html,body {
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom: auto;
	padding:0;
	background-color: #003399;
}

body {
	font:90% "Trebuchet MS",arial,sans-serif;
	color: #333;
	padding: 10px;
}
	
h1,h2,h3,h4 {
	padding-left: 15px;
	margin: 0;
	line-height: 1.9;
}

h1 {
	font-size: 160%;
	color: #333333;
}

h2 {
	font-size: 130%;
	color: #555;
	
}

h3 {
	font-size: 115%;
	color: #666666;
}

h4 {
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0 15px 0.7em;
}

.indented {
	padding-left: 50pt;
	padding-right: 50pt;
}

#container {
	width: 100%;
	min-width: 760px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #E4E7F2;
}
	
#header {
	background-color: #FFFFFF;
	border-bottom:  #FF0000 2px solid;
	height: 140px;
}

#header h1 {
	color: #FFF;
	font-size: 300%;
	font-weight: 900;
}

#leftcol {
	float: left;
	padding-top: 10px;
	font-size: 87%;
}

#leftcol a {
	color: #0033CC;
	text-decoration: none;
	background-color: #E4E7F2;
}

#leftcol a:hover {
	color: #FF0000;
}

#rightcol {
	position: relative;
	float: inherit;
	margin-left: 181px;
	padding-top: 10px;
	border-left: #003399 2px solid;
	background-color: #FFFFFF;
	
}

#rightcol a {
	color: #0033FF;
	text-decoration: none;
}

#rightcol a:visited {
	color: #999999;
}

#rightcol a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	padding-top: 7px;
	background: #E4E7F2;
	border-top: #FF0000 2px solid;	
}

.bottomtext {
	font-style: normal;
	text-align: justify;
	font-size: 75%;
	color: #666666;
}

.bottomtext a {
	color: #0066FF;
	text-decoration: none;
}

.bottomtext a:hover {
	color: #FF0000;
	text-decoration: underline;
}
