html {
	width: 100%;
	height: 100%;
}
body {
	font: 12px Tahoma, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #000 url(images/bg_gradient.png) repeat-x center top;
}
h1 {
	font: 30px Arial, Helvetica, sans-serif;
	color: #033149;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px;
}
h2 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #045F9B;
	text-align: center;
}
h3 {
	font: 20px Arial, Helvetica, sans-serif;
}
h4 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
}
p {
	line-height: 20px;
	margin: 0 0 20px;
}
a {
	color: #033149;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #02456E;
	text-decoration: underline;
}

#nav, #banner, #content, #footer {
	width: 764px;
	margin: 0 auto;
}

#nav {
	text-transform: uppercase;
	height: 55px;
	position: relative;
	background: #ECEBE3 url(images/nav_bg.png) repeat-x center bottom;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav a {
	color: #000;
	font-weight: normal;
	padding: 18px 15px;
	line-height: 50px;
}
#nav a:hover {
	text-decoration: none;
	background: #FFF url(images/nav_over.png) repeat-x center bottom;
}
#nav #btn-home {
	color: #ECEBE3;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	width: 90px;
	height: 20px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 15px;
	background: #033149 url(images/btn_home_bg.png) no-repeat center bottom;
}
#nav #btn-home:hover {
	background: #02456E url(images/btn_home_bg_over.png) no-repeat center bottom;
}

#banner {
	background: #FFF;
}
#banner table {
	margin: 10px auto 0;
}
#banner table p {
	margin: 5px 0;
}

#content {
	text-align: left;
	background: #FFF;
}
#content .padding {
	padding: 10px 50px;
}

#footer {
	height: 40px;
	background: #ECEBE3 url(images/footer_bg.png) repeat-x center bottom;
}
#footer p {
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 40px;
}
.highlight {
	color: #045F9B;
	font-weight: bold;
	text-transform: uppercase;
}
.inset-left {
	float: left;
	margin: 0 15px 10px 0;
}
.inset-right {
	float: right;
	margin: 0 0 10px 10px;
}
.framed {
	padding: 4px;
	border: 1px solid #DDD;
	background: #EEE;
}
.button {
	padding: 10px;
	background: #EEE;
	border: 2px solid #DDD;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background: #02456E;
}
.clear {
	clear: both;
}