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

body {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
color: #0033FF;
}

#main   {
width: 780px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background-color: #3399FF;
}

h1, h2, h3, h4 {
color: #0000FF;
}

h1 {
font-size: 140%;
}

a:link  {
color:     #FFFFFF;
text-decoration: underline;
margin-left: 10px;
margin-bottom: 15px;
display: block;
font-weight: 600;
}

a:visited  {
color:     #FFFFFF;
text-decoration: underline;
margin-left: 10px;
margin-bottom: 15px;
display: block;
font-weight: 600;
}

a:hover  {
color:     #99FF33;
text-decoration: none;
margin-left: 10px;
margin-bottom: 15px;
display: block;
font-weight: 600;
            }


a:active  {
color:     #FFFFFF;
text-decoration: underline;
margin-left: 10px;
margin-bottom: 15px;
display: block;
font-weight: 600;
}
			

#text    {
float: right;
width: 550px;
margin-top: 0px;
margin-right: 15px;
padding: 10px;
background-color: #FFFFFF;
}

#navigation  {
float: left;
width: 160px;
margin-top: 25px;
font-size: .9em;
background-color: #3399FF;
}

.services  {
font-size: .8em;
margin-top: -15px;
margin-left: 15px;
color: #FFFFFF;
}



#header  {
margin: 0px 0px 0px 0px;
}

#footer {
clear: both;
background-color: #3399FF;
}

.end {
background-color: #FFFFFF;
color: #0033FF;
font-size: small;
font-weight: bold;
text-align: center;
}

ul {
list-style-type: disc;
}

hr {
width: 100px;
height: 2px;
color: #0000FF;
}

#text a:link {
color: #0000FF;
text-decoration: underline;
font-weight: 600;
}

#text a:visited {
color: #0000FF;
text-decoration: underline;
font-weight: 600;
}

#text a:hover {
color: #99FF33;
text-decoration: none;
font-weight: 600;
}

#text a:active {
color: #0000FF;
text-decoration: underline;
font-weight: 600;
}

#text img  {
border: 3px solid #3399FF;
margin-left: 10px;
margin-right: 10px;
}
