html { overflow: scroll }


body
{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size: 62.5%;
color: #003366;
line-height:17px;
background: url(../images/background.jpg) repeat-x;
text-align:center; /* IE50 centering hack */
border-top: 5px solid #003366;
}

div
{
font-family:Arial, Helvetica, sans-serif;
font-size: 1.8em;
color:#222222;
line-height:1.5em;
}

a { font-weight: 900 }

a:link { color:#003366; text-decoration:underline }
a:visited { color:#003366; text-decoration:underline }
a:hover { color:#003366; text-decoration:none }
a:active { color:#003366; text-decoration:underline }

a.main_link { font-size: 1.8em }

#wrapper
{
width: 800px;
height: auto;
margin:0 auto; padding: 0 10px
text-align: center; /* IE50 centering hack */
}

h1 {
	color: #003366; font-size: 2.2em; line-height: 30px; text-align: center
}

h2 {
	color: #003366; line-height: 22px; text-align: center
}

ul
{
	color:#333;
	margin: 0; padding: 0 50px 0 100px; list-style-position: inside;
	text-align: left
}

li
{
padding-bottom: 15px;
}

p { padding: 2px 0 }

small { font-size: 0.8em }
