/* CSS Document */
body{
background-color: #FFFFFF;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
font-size:75%;
}

.rigid {width: 780px; margin: 10px auto; border: 1px solid #99cc99; text-align: justify;}

#header {
background-color: #FFFFFF;
height: 90px;
margin: 0px;
padding: 5px;
}

#nav{
	text-align: center;

}

#nav ul{
	margin: 0;
	background-color: #99CC99;
	padding-top: 3px;
	padding-bottom: 3px;
}

#nav ul li{
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a{
	font-size:85%;
	color: #FFFFFF;
	background-color: #99CC99;
	text-decoration: none;
	padding: 0 10px 0 10px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	width: 9em;
	border-left: 1px solid #FFFFFF;
	font-weight: bold;
}

#nav ul li a:hover, #nav ul li a:focus{
background-color: #003366;
}

.float-wrapper-rigid {
float: left; 
width: 520px;
}
     /*** This can be floated left or right ***/

.first-float-rigid {float: right; width: 260px; background-color: #FFFFFF}
     /*** This must be floated opposite 
		to .second-float ***/

.second-float-rigid {float: left; width: 260px; background-color:#FFFFFF}
     /*** This must be floated opposite 
		to .first-float ***/

.third-float-rigid {float: right; width: 260px; background-color:#FFFFFF}
     /*** This must be floated opposite 
		to .float-wrap ***/ 
		

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #CCCCCC;
}

.rightimage{
float: right;
margin-right: 10px;
border: 1px solid #CCCCCC;
}

#footer{
border-top: 1px solid #CCCCCC;
background-color: #99CC99;
clear:both;
}

#footer p{
padding: 4px;
margin: 0;
font-size: 80%;
text-align:center;
color:#FFFFFF;
}

.clearfooter {clear: both;}

 p {padding: 10px;}

.heading {
	font-size: 120%;
	color: #993300;
	font-weight: bold;
}

.headingblue {
	font-size: 120%;
	color: #003366;
	font-weight: bold;
}

.headingbrown {
	font-size: 120%;
	color: #993300;
	font-weight: bold;
}

.borderimage {
	border: 1px solid 000000;
	margin: 0px 0px;
}
