html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
body {
	font: 13px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
@font-face {
    font-family: "Code Bold";
    src: url("Code.otf");
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height:498px;
    background:url("images/header_back.png");
}
.header_img{
    width:960px;
    height:498px;
    padding-top:2px;
    margin:0 auto;
    background:url("images/header_img.png") no-repeat center;
}
.heading_line_top{
    background:url("images/heading_border.png") no-repeat center;
    height:5px;
    margin:5px 0px 20px 0px;
    margin-top:330px;
}
.heading_text{
    font-family:"Code Bold";
    font-size:45px;
    text-align: center;
    color:#001e5e;
}
.tagline{
    margin-top:14px;
    font-size:12px;
    text-align: center;
}
.heading_line_bottom{
    background:url("images/heading_border.png") no-repeat center;
    height:5px;
    margin:5px 0px 5px 0px;
}
.menu{
    margin-top:10px;
    text-align:center;
}
.menu ul li{
    display:inline;
    margin:5px;
}
.menu ul li a{
    text-decoration:none;
    color:#001e5e;
    font-size:14px;
}
.menu ul li a:hover{
    text-decoration:underline;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
    width:960px;
    margin:0px auto;
	padding: 20px 0 60px;
}
#content p{
    text-indent:25px;
}
#content ul{
    margin:25px;
    margin-left:40px;
}
#content ul li{
    margin:2px 0px;
    list-style-type:disc;
}
#content h1{
    color:#d5a940;
    font-size:18px;
    margin:5px 5px 20px 5px;
}
#content h2{
    margin:5px;
    font-size:16px;
    color:#001e5e;
}
#content h3{
    margin:5px;
    font-size:14px;
    color:#001e5e;
}
#content a{
    color:#d5a940;
}
#content img{
    margin:10px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -25px auto 0;
	height: 22px;
    padding-top:3px;
    background:#001e5e;
    text-align:center;
    font-size:12px;
    color:#fff;
}
