body {margin: 0;
padding: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #e0e0e0;
border: none; }

#container {
background-color: #ffffff;
width:850px;
margin-top: 10px;
padding: 0em;
border-top: 2px #9999cc solid;
border-bottom: 2px #9999cc solid;
border-right: 2px #9999cc solid;
border-left: 2px #9999cc solid;
margin-right: auto;
margin-left: auto; }

div#header {padding: 0;
text-align: center;
background-color: #ffffff;
color: #000000;
width: 850px;
height: 110px;
background-image: url('images/headerbanner.jpg'); }

div#uppernavbar {
width: 850px;
height: 27px;
background-color: #9999cc;
clear: both;
text-align: center;
color: #ffffff;
word-spacing: 1.5em;
line-height: 27px;
font-size: small;
}

div#maincontent {text-align: left;
background-color: #ffffff;
color: #000000;
margin-bottom: 0px;
margin-left: 60px;
padding-right: 2px;
padding-left: 2px;
padding-bottom: 0px;
padding-top: 0px; }

div#rightcolumn {float: right;
text-align: right;
width: auto;
padding-left: 50px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 0px; }

div#footer {
clear: both;
margin: 0;
width: 850px;
height: 110px;
padding: 0px;
margin: 0;
background-image: url('images/footerbanner.jpg'); }

div#lowernavbar {
width: 850px;
height: 50px;
background-color: #9999cb;
clear: both;
text-align: center;
color: #ffffff;
font-size: small;
line-height: .75em; }



p {line-height: 1.5em;
font-size: small;}


a.nav:link {
color: #ffffff;
text-decoration: none; } 

a.nav:visited {
color: #ffffff;
text-decoration: none; }

a.nav:hover {
color: #6b105d;
font-size: 1.1em;
}

a.nav:active {
}


a:link {
color: #6b105d;
text-decoration: none; } 

a:visited {
color: #6b105d;
text-decoration: none; }

a:hover {
color:#6b105d;
font-size: +1.1em;
text-decoration: underline;
}

a:active {
}


