/* CSS Document */
html, body {
margin: 0 0 0 0;
padding: 0 0 0 0;
font-family: Arial, Helvetica, sans-serif;
color: #990099;
background-color: white;
text-align: center;
}
p {
font-size: 12px;
line-height: 18px;
font-family: Arial, Helvetica, sans-serif;
color: #990099;
background: transparent;
}
#container {
position: relative;
margin: 0 auto;
text-align: left;
width: 800px;
height: auto;
padding: 0;
background-color: white;
}
h1 {
text-indent: -999em;
height: 1px;
}
a {
border: 0 none;
}
#toptext {
position: relative;
top: 0;
left: 380px;
text-align: left;
width: 380px;
padding: 20px 0 0 0;
}
#toptext a:link, #toptext a:visited {
color: #990099;
text-decoration: none;
}
#toptext a:hover, #toptext a:active {
color: #ff0000;
text-decoration: none;
}
#logo {
position: relative;
top: 0;
left: 0;
padding: 15px 0 0 20px;
}
#navcontainer {
position: relative;
top: 0;
left: 380px;
text-align: left;
width: 320px;
}
#navcontainer ul {
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
padding: 0;
}
#navcontainer a {
display: block;
padding: .4em 0 .4em 1em;
width: 280px;
background-color: #990099;
border-bottom: 1px solid white;
}
#navcontainer a:link, #navcontainer a:visited {
color: white;
text-decoration: none;
background-color: #990099;
}
#navcontainer a:hover, #navcontainer a:active {
background-color: #FF0000;
color: white;
}
