/* CSS Document */
body{
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
background-color:#FFFFFF;
line-height:1.1em;
}

p{
font-size:0.7em;
}
ul{
font-size:0.7em;
}
ol{
font-size:0.7em;
}
a{
text-decoration:none;
}
form{
font-size:0.7em;
}

.smalltext1{
font-size:0.8em;
color:#006600;
font-weight:bold;
}

.smalltext2{
font-size:0.7em;
color:#000000;
font-weight:bold;
}

.readtext{
font-size:0.7em;
color:#CC0000;
font-weight:bold;
}

p.titletext{
font-size:1em;
color:#006600;
font-weight:bold;
text-align:center;
}

p.menu a{
color:#000000;
font-size:1.2em;
}

p.menu a:hover{
color:#037E40;
font-size:1.2em;
text-decoration:overline;
}

p.menu a.active{
color:#037E40;
font-size:1.2em;
text-decoration:overline;

}

.pics a img{
    	border:none;
	text-decoration: none;
}
.pics a:hover img{
    border: none;
}

#container{
width:900px;
margin:5px auto 0px auto;
}

#header{
margin:5px auto 0px auto;
width:900px;
height:240px;
}

#innerheader{
margin:0px 1px 0px 1px;
width:900px;
height:239px;
background:url(../images/header.jpg);
background-repeat:no-repeat;
float:left;
}

#menu{
background-image:url(../images/menubg.jpg);
background-repeat:repeat-x;
width:900px;
height:35px;
padding-top:1px;
padding-bottom:1px;
}

#wrapper{
position:relative;
margin:auto;
float:left;
width:900px;
}
#leftcol{
float:left;
width:19%;
padding-right:3px;
padding-left:3px;
border-right-color:#000000;
border-right-style:groove;
border-right-width:thin;
}

#content{
float:left;
width:57%;
padding-left:9px;
padding-right:9px;
}

#rightcol{

float:left;
width:19%;
padding:0px 1px 0px 1px;
}

#outer{
background-image:url(../images/rightbg.jpg);
background-repeat:repeat-y;
/*background-image:url(../images/rghtcolbg1.jpg);
background-position:top;
background-repeat:no-repeat;*/
padding-top:2px;
text-align:center;
}
#inner{
background-image:url(file:../images/rghtcolbg2.jpg);
background-position:bottom;
background-repeat:no-repeat;
padding-top:5px;
padding-bottom:10px;
text-align:center;
}

#footer{
clear:both;
width:900px;
height:50px;
margin:1px auto 0px auto;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
background-position:right;
padding-top:1px;
border-top-color:#000000;
border-top-style:groove;
border-top-width:thin;
}


