body 
{
	background: url('/images/06/bckg.jpg') top repeat-x;
	background-color: #20685d;
    margin: 0px; 
    font-family: Tahoma, Times New Roman;
    font-size: 11px;   
    padding-top: 30px;
}

h1 { font-size: 1.5em;}
h2 { font-size: 1.3em;}
h3 { font-size: 1.1em;}

#divWrapper
{

background: #DEDEDE url('/images/06/bckg_center.jpg') bottom repeat-x;
background: #EDEDED url(/images/06/horizStripe.jpg) 0 0 repeat-y;
	width: 835px;
			/*min height hack courtesy of Dustin Diaz*/
  min-height:678px;
  height:auto !important;
  height:678px;

	text-align: center;
	margin: 0 auto;
	
}

a
{
	text-decoration: none;
}

#divLeft
{
	float: left;
	width: 235px;
			/*min height hack courtesy of Dustin Diaz*/
  min-height:662px;
  height:auto !important;
  height:662px;

	
	margin: 0px 40px 0px 0px;
background:  url('/images/06/bckg_left.jpg') 0 0 no-repeat;	
}
#divContent {


	
}

#divMenu
{
	margin-top: 50px;
}

.divLink
{
	height: 36px;
	background: url('/images/06/btn.jpg') no-repeat;
	position: relative;
	left: 25px;
	text-align: left;
	margin-bottom: 4px;
}

.divLink a
{
	
	color: #d7ffce;
	font-family: Times New Roman, Tahoma;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 10px;
	left: 25px;
}

.divLink a:hover
{
	color: #fffed4;
}

#divRight
{
	float: left;
	width: 525px;
	text-align: left;
	padding: 75px 0px 10px 0px;
}

.imgThumbnail
{
	float: right;
	padding: 0px 14px 10px 30px;
}

#divRight a
{
	color: #c74207;
	font-weight: bold;
	text-decoration: underline;
}

.spnHeading
{
	color: #c74207;
	font-family: Times New Roman, Tahoma;
	font-size: 20px;
}

#divLine
{
	border-bottom: 2px solid #999;
	padding-left: 250px;
}

.spnSubHeading
{
	font-weight: bold;
}

ul
{
	margin-top: 7px;
}

#divCopyright
{
margin-top: 15px;
	text-align: center;
	font-size: 9px;
	color: #76b6af;
}