/* CSS Document */



body  {

	font-family: Arial, Verdana, Helvetica, sans-serif;

	font-size: 12px;

	color: #006666;

	width: 100%;

	background-color: #FCFCFC;

   	background-image: url(../images/bg.gif);

    background-repeat: repeat-x;

	position:absolute;	

		}

		

		/*  image at top of pages  */			



.headimg  {

	width: 763px;	

	margin-top: 8px;

	margin-bottom: 0px;

	azimuth:center;

			}	

			

/*******  Anchors  *******/		



a 	{

	color: #996633;

	text-decoration: underline;

		}



a:hover	{

	background-color: #000000;

	color: #CCCCCC;

	text-decoration: underline;

	visibility: visible;



/* IE bug fix */

		}

		

/*   divisions  */



div#left

	{

	float:left;

	padding: 7px;

	border-style: none;

	margin-bottom: 15px;

	margin-left: 5px;

	margin-right: 5px;

	width: 370px;

	clear: none;

			}



div#right

	{	

	float: right;

	padding: 7px;

	border-style: none;

	margin-bottom: 15px;

	margin-left:5px;

	margin-right:5px;

	width: 370px;

	clear:none;

	

		}

			

/*  Bravenet  */			

			

.brave  	{

	margin-top: 15px;

	padding-top: 7px;

	padding-bottom: 7px;

	width: 250px;

	height:125px;

	color: #FFFF99;

	background-color: #006666;

	float: center;

		}

		



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */



/*#navBar li {border-bottom: 1px solid #006666;}



/* fix for browsers that don't need the hack */



html>body #navBar li {border-bottom: none;}



	

/*********** #navBar link styles ***********/



#navBar 

		{

	display: block;	

	font-size: 16px;

	list-style: none; 

	margin: 0; 

	padding: 0px;

	border-top: 5px;

	border-bottom: 5px;

	font-size:16px;

	font-weight:bold;	

	}

	

/*********** Footer  *************/

	

.footer 	{

	width: 763px;

	font-size: 10px;

	background-color: #006666;

	color: #ffff99;

	margin-top: 4px;

	margin-bottom: 4px;

	display:block;

	}



/*  Table  */



table	

		{

	padding: 5px;

	width: 763px;

	

			}	

		

td		{

		border-style: groove;

			}



