html,body,div,span,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,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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    /* outline: 0; */
}
body {
    line-height: 1;
    color: black;
    background: white;
	font-size: 90%;
    font-family: Arial;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

#main-heading {
    font-size: 200%;
    text-align: center;
	margin-top: -10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Impact;
	font-weight: normal;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 140%;
}

h3 {
    font-size: 130%;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 110%;
}

h6 {
    font-size: 90%;
}

p {
    margin: 1em;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	font-style: italic;
}

form {
	margin-top: 8px;
}

form td label {
	margin-right: 8px;
	position: relative;
	top: 5px;
}

form input {
	margin: 3px;
}

#copyright {
	margin-top: 30px;
	text-align: center;
	color: #aaa;
	font-size: 75%;
}

#bottomnav {
	font-size: 75%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#main table img {
	margin: 3px;
}

#main table td {
	vertical-align: top;
}

#w1 {
    /* border: 1px solid red; */
    width: 100%;
    min-width: 770px;
    margin: 0 auto;
    overflow: hidden;
}

* html #w1 {
    overflow: visible;
}

* html #w2 {
    /* width: 100%; */
    border-left: 770px solid #fff;
    position: relative;
    float: left;
}

* html #w3 {
    /* width: 100%; */
    margin-left: -770px;
    position: relative;
    float: left;
}

#w4 {
    position: relative;
    /* border: 1px solid blue; */
    left: 50%;
    overflow: visible;
}

html>body #w4 {
    width: 50%;
}

#w5 {
    position: relative;
    margin-left: -512px;
    /* border: 1px solid green; */
    background-image: url('/static/img/top.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

* html #w4 #w5 {
    height: 752px;
}

*:first-child+html #w4 #w5 {
    height: 752px;
}

.ll {
    display: block;
    background: url('/static/img/transparent.gif') top left repeat;
    position: relative;
    border: 0em;
}

.ll img {
    display: none;
}

.ll:hover {
    border: 0;
}

.ll:hover img {
    display: inline;
}

#link1 {
    top: 102px;
    left: 384px;
    width: 147px;
    height: 27px;
}

#link2 {
    top: 74px;
    left: 532px;
    width: 152px;
    height: 28px;
}

#link3 {
    top: 45px;
    left: 686px;
    width: 155px;
    height: 30px;
}

#link4 {
    top: -68px;
    left: 251px;
    width: 133px;
    height: 141px;
}

#link5 {
    top: -65px;
    left: 283px;
    width: 75px;
    height: 31px;
}

#link6 {
    top: -63px;
    left: 250px;
    width: 138px;
    height: 91px;
}

#main
{
    display: block;
    position: relative;
    top: -195px;
    left: 390px;
    width: 500px;
    margin-bottom: -150px;
}

