@charset "utf-8";
/* CSS Document */

body {
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}
#header{
margin:0 auto;
background:url(images/header1.jpg);
background-repeat:no-repeat;
height:24px;
width:229px;
padding-top:140px;
padding-left:600px;
}

#bodycopy{
margin:0 auto;
background:url(images/style.jpg);
background-repeat:no-repeat;
width:829px;
height:1600px;
padding-top:70px;
}
#footer{
padding-top:40px;
margin:0 auto;
background:url(images/footer.jpg);
background-repeat:no-repeat;
width:800px;
height:56px;
padding-left:29px;
}

#col1{
display:inline;
margin-left:20px;
width:740px;
float:left;
height:auto;
}

#col1 h2{
font-size:16px;
color:#000099;
}


#col2{
margin-right:10px;
width:200px;
float:right;
height:auto;
display:inline;
}

#col2 ul{
padding-left:15px;
}
.tableinfo{
font-size:13px;
}

.rightphoto{
float:right;
padding:10px;
}

a:link {
color:#003399;
text-decoration: none;
font-weight:800;
}
a:visited {
color:#003399;
text-decoration: none;
font-weight:800;
}
a:hover {
color:#999999;
text-decoration: none;
font-weight:800;
}
a:active {
color:#003399;
text-decoration: none;
font-weight:800;
}


