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: 10;
	outline: 0;
	background: transparent;
	border-top-width: 10;
	border-right-width: 10;
	border-bottom-width: 10;
	border-left-width: 10;
}

body {
    font-size: 14px;
    font-family: Georgia, Arial, sans-serif;
    text-align: center;
    color: #fff;
    background: #000;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

#container{
    width: 960px;
    margin: 0px auto;
    text-align: left;
}

#header {
    height: 358px;
    background: url("../images/header.jpg") no-repeat left top;
    position: relative;
}

#logo {
    position: absolute;
    width: 190px;
    height: 180px;
    top: 90px;
    left: 50%;
    margin-left: -95px;
    text-indent: -1000px;
    overflow: hidden;
}

#navigation {
    height: 42px;
    line-height: 42px;
    padding: 300px 100px 0px;
    text-align: center;
    font-size: 22px;
}

#navigation a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0px 17px;
}

#navigation a:hover {
    text-decoration: underline;
}

#content {
    width: 570px;
    margin: 0px auto;
    background: url("../images/content_bg.png") repeat-y left top;
}

#content_layer2 {
    background: url("../images/content_layer2_bg.png") no-repeat left top;
    padding: 20px 70px 0px;
    line-height: 18px;
    color: #000;
    zoom: 1;
}

#footer {
    width: 570px;
    margin: 0px auto;
    background: url("../images/footer_bg.png") no-repeat left top;
    padding: 90px 0px 10px;
    line-height: 22px;
    text-align: center;
}

#footer a {
    color: #fff;
    text-decoration: none;
    margin: 0px 5px;
}

#footer a:hover {
    text-decoration: underline;
}

#footer small {
    font-size: 10px;
}

img.left_align {
	float: left;
	margin-right: 10px;
}

img.right_align {
    float: right;
    margin-left: 3px;
}

h1 {
    font-size: 22px;
    font-weight: normal;
    color: #0010a8;
    line-height: 24px;
    padding-bottom: 5px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    color: #016356;
    line-height: 20px;
    padding-bottom: 5px;
}

a {
    color: #007b9e;
    text-decoration: none;
}

a:hover {
    color: #222;
    text-decoration: underline;
}

ul {
    margin-left: 30px;
    margin-top: 5px;
}

ul li {
    margin-bottom: 10px;
}

ul ul {
    margin-top: 0px;
}

ul ul li {
    list-style-type: none;
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 12px;
}
