/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 auto;
text-align: center;
background-image:url(bk2.jpg);
background-position:center;
background-repeat:repeat-y;
}

.header {
margin: 0 auto;
width:770px;
border-top:black 1px solid;
/*border-bottom:#3399cc 3px solid;*/
padding:5px;
color: #3399cc;
}

.content {
min-height: 300px;
margin: 0 auto;
text-align: left;
width:760px;
padding:10px;
color: black;
}

.content-indent {
min-height: 300px;
margin: 0 auto;
text-align: left;
width:700px;
padding:10px;
color: black;
padding-left: 40px;
padding-right: 20px;
}

.copyright {
margin: 0 auto;
text-align: left;
width:760px;
padding:10px;
color: white;
background-color:#289dba;
}

.copyright a {
color: #fff;
}


.header a {
color: #3399cc;
text-decoration: none;
}

.header a:visited {
color: #000;
text-decoration: none;
}

.pageheader {
font-size: 16px;
color: #3399cc;
font-weight: bold;
}
