@charset "UTF-8";
/* CSS Document */

body {
margin: 0 auto;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#1e3362;
background-image:url(bkg.jpg);
background-repeat:repeat-x;
}

#shell {
width: 800px;
margin: 0 auto;
align: center;
background-color:white;
}


a:link, a:visited {
text-decoration:none;
color:#003399;
}

a:hover {
color:#0066CC;
}

#menu {
border-top:1px white solid;
border-bottom:1px black solid;
background-image:url(menubar.jpg);
margin:0 auto;
color:black !important;
text-align:center;
padding-top:5px;
padding-bottom:5px;
}

#menu a:link, #menu a:visited {
font-size:13px;
text-decoraton:none;
color: black;
font-weight:bold;
padding-left:10px;
padding-right:10px;
}

.leftcol {
	margin-left:20px;
width:450px;
float:left;
}
.rightcol {
width:282px;
float:right;
}
.clear {
clear:both;
}
.copyright {
font-size:11px;
text-align:center;
}