/* CSS Document */

body{background-image: url(images/background.jpg); 
background-repeat: repeat-x; 
background-color: #b4d3ff;
font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; 
}
#cloudHolder{
	background-image: url(images/clouds.gif); 
	background-repeat: repeat-x;
}
#centerer{
width: 750px; 
text-align: left;
}
#navBox{
height: 140px;
}
#greenBox{
background-color: #009933; position: relative; top: 0px; left: 0px;
}
#blueBox{
background-color: #d6e8ff; width: 728px; position: relative; top: 0px; left: 10px; border-left: 1px solid #234700; border-right: 1px solid #234700;
}
#content_bottom{
width: 730px; height: 51px; background-image: url(images/page_bottom.gif); position: relative; top: 0px; left: 10px; text-align: right;
}
#legal{
width: 730px; height: 10px; background-color: #009933; padding-top: 10px; position: relative; top: 0px; left: 10px; font-size: 8px; color: #234700; text-align: left;
}
#legal a{ color: #234700; text-decoration: underline;}
#page_bottom{
width: 750px; height: 50px; position: relative; top: 0px; left: 0px; background-image: url(images/bottom.gif); text-align: right; font-size: 8px; color: #b4d3ff; font-weight: 100;
}
#page_bottom a{ color: #d6e8ff; text-decoration: none; font-weight: 900;}
.contentBox{
color: #009933; font-size: 12px; margin: 10px 10px 0px 20px; 
}
.contentBox2{
color: #009933; font-size: 12px; margin: 10px 10px 0px 200px; 
}
.float-clear{
 clear: both; width: 0px; height: 0px; overflow: hidden;
}
h1{
font-size: 18px; color: #0000ff;
}

h3{
color: #0000ff;
}
.indent{margin-left: 20px;}
.smallBlue{font-size: 10px;color: #0000ff;}