/* the font styles for the text */



p,ul,li {color: #ffffff; font-size: 11px; line-height:20px;}

p,h1,h2,h3,h4,ul,ol,li,div,span,blockquote,body,table,td {
font-family:verdana,arial,helvetica,sans-serif;
 }

/* the link text styles */
a:link {
background-color: transparent;
color:#FF3399;
font-weight: normal;
text-decoration:none;
}

a:visited {
color: #FF3399;
background-color: transparent; 
text-decoration: none;
}

a:hover {
text-decoration:underline;
background-color: transparent;
}

a.nav:link, a.nav:visited {
color: #FF0099;
background-color: transparent;
font-weight:normal;
text-decoration:none;
}
a.nav:hover {
text-decoration:underline;
background-color: transparent;
}




/* the color and border class selectors */

.maincolor,.maincolor2{
background-color: #000000;
color:#ffffff;
}
.maincolor3{
background-color: #000000;
color:#ffffff;
background-color: transparent;
border-top: 1px solid #8EC6A7;
border-right: 1px solid #8EC6A7;
border-bottom: 1px solid #8EC6A7;
border-left: 1px solid #8EC6A7;
}
.seccolorleft, .seccolorright {
background-color: #000000;
color:#ffffff;
font-size: 11px; 
text-decoration:bold;
line-height:20px;
font-family:verdana,arial,helvetica,sans-serif;

}
.seccolormain{
background-color: #000000;
color:#ffffff;
font-size: 8px; 
text-decoration:none;
line-height:20px;
font-family:verdana,arial,helvetica,sans-serif;
border-top: 1px solid #8EC6A7;
border-right: 1px solid #8EC6A7;
border-bottom: 1px solid #8EC6A7;
border-left: 1px solid #8EC6A7;
}

.seccolor {
background-color: #000000;
color:#ffffff;
font-size: 9px; 
text-decoration:bold;
line-height:20px;
font-family:verdana,arial,helvetica,sans-serif;

}
/*the styles for the  3 content DIVs */
#left {
margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
width: 100px;
font-size: 11px;
line-height: 16px;
}

#right {
margin-top: 40px;
margin-left: 10px;
margin-right:20px;
font-size: 11px;
line-height: 16px;
}


#main {
padding: 0px 10px 0px 10px;
}

#main2 {
padding: 8px 10px 8px 10px;
margin-left:10px;
margin-right:20px;
font-size:9px; 
text-decoration: bold;
line-height:18px;
}
#main3 {
padding: 0px 10px 0px 10px;
margin-left:10px;
margin-right:10px;
font-size:8px;
color:#000000;
text-decoration: bold;
line-height:18px;
}
/* the body element styles */

body {margin: 0;}






