* {
margin: 0px;
padding: 0px;
}

body {
background-color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #444444;
}

p {
line-height: 18px;
padding-bottom: 8px;
}

h1 {
font-size: 18px;
margin-bottom: 14px;
}

h2 {
font-size: 14px;
margin-bottom: 10px;
}

a {
color: #444444;
text-decoration: none;
}

a:hover {
color: #444444;
text-decoration: underline;
}

input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #a8adb4;
padding: 1px;
}

#header {
background: url("../images/header.jpg") no-repeat;
width: 760px;
height: 200px;
margin: 0 auto;
margin-top: 10px;
}

#header2 {
height: 2px;
font-size: 0px;
background-color: #ffffff;
width: 760px;
margin: 0 auto;
}

#main {
width: 760px;
margin: 0 auto;
background-color: #ffffff;
}

#content {
padding-top: 25px;
padding-left: 100px;
padding-right: 20px;
padding-bottom: 0px;
min-height: 315px;
}

#content img {
border: solid 1px #03274f;
}

#content ul, #content ol {
margin-bottom: 10pt;
margin-left: 20px;
line-height: 15pt;
}

#footer {
width: 760px;
height: 25px;
line-height: 25px;
margin: 0 auto;
border-top: 1px solid #03274f;
background-color: #ffffff;
font-size: 12px;
}

#footer .left {
float: left;
width: 60%;
}

#footer .right {
float: right;
padding-right: 20px;
}

#footer2 {
height: 10px;
font-size: 0px;
}
