/* CSS Document */

body {
background-color: #E2EDF7;
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

strong {
color: #039;
font-weight: normal;
}

hr {
margin: 10px;
height: 1px;
color: #999;
}

h1 {
font-weight: normal;
color: #A0A0A0;
font-size: 22px;
margin-top: 0px;
}

h2 {
font-weight: normal;
color: #A0A0A0;
font-size: 22px;
margin-top: 0px;
}

a {
color: #039;
}

.imgright {
float: right;
border-bottom: 300px;
padding-left: 10px;
}

.imgleft {
float: left;
border-bottom: 300px;
padding-right: 10px;
}

.container {
width: 900px;
margin-left: auto;
margin-right: auto;
background-color: #FFF;
color: inherit;
position: relative;
}

.head {
width: 900px;
height: 173px;
background-image: url(images/head.jpg);
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
}

.foot {
width: 900px;
height: 30px;
background-image: url(images/foot.gif);
background-repeat: no-repeat;
position:relative;
bottom: -30px;
padding-bottom: 20px;
}
.foot p {
text-align: center;
position: relative;
top: 7px;
font-size: 14px;
}

.content {
z-index: 1;
position: relative;
left: 0px;
width: 870px;
top: 210px;
margin-bottom: 180px;
background-color: #FFF;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
background-image: url(/images/bluebar.gif);
background-repeat: no-repeat;
}


ul {
margin-top: 5px;
margin-bottom: 5px;
}