body { 

	background: url("images/gray_white_gradient.jpg") repeat-x scroll left top transparent;

}

#container {
	width: 960px; 
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -481px;
	overflow: hidden;
	top: 0px;
	border: double;

}
	
#navbar {   /* Main Navigation area */
	width: 960px;
	height: 45px;
	vertical-align:bottom;
	
}

#siteimg {   /* Large Site Image */
	width: 960px; 
	height: 122px;
	background: url('images/header2.jpg') #fff;
	border-bottom-width:thin; border-bottom-color:#333; border-bottom-style:solid;
}

#line112div {   /* Large Site Image */
	height: 112px;
	border-bottom-width:thin; border-bottom-color:#333; border-bottom-style:solid;
}

#mainbody {   /* body*/
	width: 960px; 

}




/* Heading styles */
h1 {margin: 10px 0px;;font-size:36pt;line-height: 1.75em;color:#000000;font-family:Candara;font-weight:bold;}

h2 {margin: 0; font-size:24pt; font-family:Arial; color: #000000; line-height: 1.2em} /* headings on black backgrounds */

h3 a, h3 a:link, h3 a:hover {font-weight: normal} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: bold} /* styling for other heading links */

h3, h4 {font-family: Candara; margin: 0px 0 0 0px}
h3 {font-size: 1.25em; line-height: 1.25em; font-weight: normal}
h4 {font-size: 0.90em; line-height: 1.1em; font-weight: bold}

h5 {
	font-size:.7;
	font-family:Candara;
	color:#8f2f16;
	line-height: normal;
	margin:2%;
	font-weight: bold;
	white-space: normal;
	height: .75;
	clear: both;
	float: none;
	padding: 0px;
	font-variant: normal;
	font-style: normal;
}

h6 {margin: 10px 10px;font-size:1.2em;line-height: 1.2em;color:#8f2f16;font-family:Candara;font-weight:bold;}



/* Text styles */
p {margin: margin: 20px 0 0 20px;
	font-family:Arial;
	font-size: 11pt;
	line-height: 1.5em;
}
