/* CSS Document */
body {
background-color: #FFFFFF;
color: #000000;
line-height: 130%;
font-family: Century Gothic, Arial, sans serif;
font-size: .9em;
margin: 0;
padding: 0;
text-align: center;
}

#container {
width: 100%;
margin: 0px auto;
text-align: center;
}

#topcontainer
{
text-align: center;
background-color: #94B9EB;
border-bottom: 3px solid #336699;
margin: 0px auto;
}

#navcontainer {
margin: 0 auto;
padding: 0;
width: 750px;
text-align: center;
}

#content {
width: 775px;
text-align: center;
margin: 0 auto;
}

#footer
{
margin: 0;
padding: .5em;
color: #fff;
background-color: #94B9EB;
border-top: 3px solid #336699;
text-align: center;
}

.top-nav {
margin: 0;
}

.top-nav1 {
margin: 0;
align: bottom;
}

.top-nav2 {
margin: 0;
}

a:link, a:visited, a:active {
color: #F71992;
Text-decoration: underline;
}

a:hover {
color: #000;
Text-decoration: underline;
}

a.footer:link, a.footer:visited, a.footer:active {
color: #336699;
Text-decoration: none;
}

a.footer:hover {
color: #FF0000;
Text-decoration: underline;
}

a.text:link, a.text:visited, a.text:active {
color: #F71992;
Text-decoration: underline;
}

a.text:hover {
color: #000;
Text-decoration: underline;
}

.floatleft {
float: left;
margin: 1% 5% 1% 1%;
}

.floatright {
float: right;
margin: 1% 1% 1% 5%;
}

ul.bullets {
list-style-type: square;
text-align:left;
}

ul.bullets li {
margin-left: 15px;
margin-bottom: 3%;
font-family: Century Gothic, Arial, sans serif;
font-size: .9em;
}

p {
font-family: Century Gothic, Arial, sans serif;
font-size: 1em;
color: #000000;
margin: 3%;
text-align: left;
}

h1 {
font-size: 1em;
font-weight: bold;
margin: 3%;
color: #336699;
}

h2 { 

}

h3 {
font-size: 1em;
font-weight: bold;
color: #336699; 
}

h4 {
font-size: .8em;
font-weight: bold;
color: #336699; 
}

h5 {

}

h6 {

}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
padding-left: -10px;
}

input.btn {
font-family: Century Gothic, Arial, sans serif;
font-size: .9em;
background-color: #F71992;
border: 1px single #6C3703;
}

input.textbox {
font-family: Century Gothic, Arial, sans serif;
font-size: 1em;
background-color: #fff;
border: 1px single #F71992;
}

input, textarea {
font-family: Century Gothic, Arial, sans serif;
font-size: .9em;
border: 1px single #F71992;
}

em {

}

strong {

}


