
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0;
	padding: 0px 0 10px 0px;
	width: 750px;
}

a:link, a:visited, a:active{
	color: #1A8676;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


h1, h2, h3, h4{
	padding: 0;
	color: teal;
}

h1{
	font-family: "Times New Roman",serif;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

h3 a, h2 a{
 color: #1B8696;
}

h4{
 font-size: 80%;
 font-weight: normal;
 color: #000000;
}

ul{
 list-style-type: square;
}

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


/***********************************************/
/* Layout Divs                                 */
/***********************************************/



.hbutton a {
	padding: 5px 5px 5px 0.5em;
	border-left: 5px solid #b75819;
	color: teal;
	text-decoration: none;
	width: 100px;
}

#content{
 	float: left;
	width: 80%;
	padding: 40px 0 20px 0;
}

#content li{
 padding: 0 0 -1px 0;
}

#content a{
	color: blue;
}

#content a:hover{
	text-decoration: underline;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles ***********

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap 

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
***/

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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

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

/* adjust margins to change separation between the feature image and text flowing around it */

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

#advert{
	padding: 10px 0px 0px 0px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#advert img{
	display: block;
}




