/* CSS Document */

body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18pt;
	color: #664a1c;
	width: 100%;
	background-color: #fbfbfb;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	position:absolute;
}
		
		/*  image at top of pages  */			

.headimg  {
	width: 781px;
	background-color: #fff7d9;	
	margin-top: -13px;
	margin-bottom: -3px;
	azimuth:center;
}	
		
/* Body fonts */
h1  {
	azimuth:center;
	color:#664a1c;
	font-weight:bold;
	font-size:24pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2	{
	azimuth:center;
	color:#664a1c;
	font-size:18px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h3	{
	azimuth:center;
	color:#664a1c;
	font-size:16px;
	font-weight:bold;
}	
					
/*******  Anchors  *******/		

a 	{
	color: #cb0000;
	text-decoration: underline;
}

a:hover	{
	background-color: #000000;
	color: #CCCCCC;
	text-decoration: underline;
	visibility: visible;

/* IE bug fix */
}
		
/*   divisions  */

div#left
	{
	float:left;
	background-color: #fff7d9;
	padding: 7px;
	border-style: none;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	width: 400px;
	clear: none;
}

div#right
	{	
	float: right;
	background-color: #fff7d9;
	padding: 15px;
	border-style: none;
	margin-bottom: 15px;
	margin-left:10px;
	margin-right:5px;
	width: 400px;
	clear:none;
	
}
		
div#logo
	{
	width: 781px;
	background-color: #fff7d9;
	height: 120px;
	color: 290000;
	float: center;
		
}
		
div
	{
	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;
	height: 100px;
	azimuth:middle;
	font-size: 16px;
	list-style: none; 
	margin: 0; 
	padding-top: 10px;
	border-top: 5px;
	border-bottom: 5px;
	font-weight:bold;	
	}***/

	
/****  Sidebar ****/	

.sidebar      {
	float: left;
	background-color: #efcd77;
	width: 160px;
	padding: 5px;
	border: thin;
	border-color: 290000;
	vertical-align: top;
}
	
	
.hs1	{
	color: #664a1c;
	font-size: 20px;
	font-weight: bold;
	azimuth: center;
}
	
.hs2 	{
	font-size: 24px;
	color: #f1eada;
	azimuth: center;
	font-weight:bold;
}
	
.inf	{
	font-size: 14px;
	color: #664a1c;
	azimuth: center;
	font-weight:normal;
}
	
			
	
/*********** Footer  *************/
	
.footer 	{
	width: 781px;
	azimuth:center;
	font-size: 10px;
	background-color: #fff7d9;
	color: #664a1c;
	margin-top: 4px;
	margin-bottom: 4px;
	display:block;
}

/*  Table  */

table	
		{
	top-margin: 8px;
	bottom-margin: 8px;
	background-color: #fff7d9;	
	padding-top: 10px;
	width: 781px;
}	
			
table2
		{
	left-margin: 10px;
	right margin: 10px;	
}			
		
td		{
		border-style: none;
		padding-top: 10px;
}
