/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-image: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-color: #FFFFFF;
	line-height: 1.5em;
	margin: 0px;
	color: #FFFFFF;
}
P {
	padding-left: 25px; 
	padding-right: 20px;
	}
TD{
background-image: url(images/bkgContent.jpg);
}

a:link, a:visited,{
	color: #C18D47;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
font-family: Georgia, Times New Roman, Times, serif;
 font-size: 125%;
 color: #334d55;
}

h2{
font-family: Georgia, Times New Roman, Times, serif;
 font-size: 115%;
 color: #006699;
}

h3{
font-family: Georgia, Times New Roman, Times, serif;
 font-size: 115%;
 font-weight: bold;
 color: #AF7E0C;
}

h4{
font-family: Georgia, Times New Roman, Times, serif;
 font-size: 100%;
 font-weight: bold;
 color: #AF7E0C;
}

h5{
 font-size: 90%;
 color: #334d55;
}

ul{
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	list-style-image: url(images/fdlIcon.jpg);
	vertical-align: top;
	list-style-position: outside;
	padding-left: 5px;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 134px;
	width: 731px;
	background-repeat: no-repeat;
	background-position: center;

}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	width: 731px;
	margin: 0;
	padding: 0 0 0 0;
	background-color: #4A3E32;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px;
	white-space: nowrap;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 731px;
}
/* '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; 
}


#hometitle{
	background-image: url(images/homeTitle.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 731px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: none;
	font-size: 10px;
	color: #26201A;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 731px;
	height: 44px;
	margin-top: 15px;
	padding-top: 25px;
	padding-left: 40px;
}
/* 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;
}

.page {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 731px;
}
.picright {
	z-index: auto;
	width: 288px;
	height: 191px;
	float: right;
}
.copyright {
	background-image: url(images/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold
	color: #4A3E32;
	padding: 0px;
	color: #C4BAB0;
}
.home {
background-image: url(images/bkgHomePage.jpg);
}