
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #61613b;
	margin: 5px 20px 20px 20px;
	line-height: 1.2;	
	background-color:#cccc95;
	}

a:link {
	text-decoration: none;
	color: #cccccc;
	}
a:visited {
	text-decoration: none;
	color:#cccccc;
	}
a:hover {
	text-decoration: underline;
	color: #333333;
	}
	


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: GoudyOlSt BT,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	}

h1 {
	color: #999999;
	font-size: 180%;
	}
h2 {
	color: #61613b;
	}
h3 {
	color: #ffffff;
	font-size: 130%;
}
h4 {
	color: #666666;
	font-size: 140%;
	}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}		

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	padding: 0px 0px 0px 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphics/containerback.gif);
}
	
#masthead{
	margin: 0;
	padding: 10px 0px 50px 0px;
	width: 100%;
	height: 180px;
	background-image:url(graphics/headerback1.jpg);
	background-repeat:no-repeat;
}

#navBar{
	margin: 0 55% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	background-image:url(graphics/navback.gif);
	background-repeat:no-repeat;
}

#content{
  	float:right;
	width: 50%;
	margin: 0;
	padding: 0 3% 0 0;
	margin-top: 0px;
	background-image: url(graphics/contentback2.gif);
	background-repeat:no-repeat;
}

#logo {
	position: relative;
	left: 20px;
	width: 200px;
	top: 0px;
	}
	
#Flash {
	position: relative;
	left: 180px;
	top: 5px;
	width:600px;
	height:200px;
	background-color: #cccc95;
	}

	
#pageName {
	padding: 60px 0px 0px 20px;
	color: #600001;
	}
	
#headercaption {
	position:relative;
	top: 20px;
	left: 15px;
	width: 570px;
}
	
#headercaption img {
	float: right;
	margin: 0px 0px 0px 10px;
	border: medium double rgb(00,66,99);}

/************** .feature styles ***************/

.feature{
	padding: 0px 30px 10px 20px;
	font-size: 100%;
}

.feature h3{
	padding: 18px 0px 15px 20px;
}

.feature img{
	float: right;
	padding: 5px 5px 5px 5px;
	margin: 0 5px 5px 0;
}

img { border: none; 
	padding: 5, 5, 5, 5;
	} 
	
img a:link {
  border: none;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	background-color: #71714f;
	font-size: 80%;
	color: #cccccc;
	padding: 10px 10px 10px 60px;
	margin-top: 0px;
	}


/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

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

#content a:link, #content a:visited {color:#006699; font-weight: bold; }
#content ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#content li {border-bottom: 1px solid #EEE;}

#masthead ul a:link, #masthead ul a:visited{display: block; color: #ffffff; text-decoration: none;}
#masthead ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE; }

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	color: #ffffff;
	font-size: 100%;
	margin-top: -130px;
	margin-right: 650px;
	padding: 5px 20px 20px 20px;
	}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
  	voice-family: "\"}\""; 
 	voice-family:inherit;
	width: auto;
	}

#sectionLinks a:visited{
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #006699;
	padding: 2px 0px 2px 10px;
}

/************** #advert styles **************/

#advert{
	padding: 60px 100px 0px 40px;
	font-size: 90%;
}

#advert a:link {color: #0066FF}

.advert2{
	padding: 0px 10px 30px 0px;
	font-size: 100%;
}



