/* CSS Document */

*{margin:0px; padding:0px;}

img{border:none;}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
background:#fff;
}

body a{
color:#000;
text-decoration:underline;
}

body a:hover{
text-decoration:none;
}

h1{
font-size:12px;
text-align:center;
color:#000;
padding-bottom:15px;
}

h2{
font-size:12px;
padding-bottom:16px;
}

ul, ol{
padding:0px 0px 10px  20px;
}

p{
text-indent:18px;
padding-bottom:10px;
}

.main{
min-width:1000px;
margin:auto;
padding-bottom:20px;
}

.mainbg{
padding:0px 240px 0px 300px;
}

.leftcol{
width:280px;
float:left;
margin-left:-280px;
background:url(../images/lcolbg.jpg) left top no-repeat;
}

.lcolbody{
padding:306px 14px 0px 0px;
}

.leftcol ul{
list-style:none;
padding:0px;
}

.leftcol ul li{
color:#00b1be;
list-style:none;
padding:0px 0px 10px 0px;
}

.centcol{
width:100%;
float:left;
}

.logo{
height:100px;
padding:21px 0px 0px 0px;
}

.logo img{
display:block;
margin:auto;
}

.menu{
height:57px;
font-size:12px;
color:#00b1be;
font-weight:bold;
text-align:center;
background:url(../images/menu_bg.gif) center top no-repeat;
}
.sections{
position:absolute; 
top:100; 
left:250; 
visibility:hidden;
}
.menu a{
margin:0px 14px;
}

.docbody{
line-height:175%;
}

.rightcol{
width:211px;
float:right;
margin-right:-222px;
padding:6px 0px 10px 0px;
}

.banner{
padding-bottom:8px;
}

.banner img{
display:block;
}


.spacer{
height:1px;
clear:both;
}

