﻿
body 
{
	background: url(/images/05/bckg.jpg) top repeat-x;
	background-color: white;
    padding-top: 20px;
    margin: 0px; 
    font-family: Tahoma;
    font-size: 11px;   
}

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

#divWrapper
{
	width: 626px;
	
	text-align: center;
	margin: 0 auto;
	
}
#stripeWrap {
width: 620px;
margin:0 auto;
background: url(/images/05/stripeNew.gif) 2px 0 repeat-y;


}

#divLogo
{
	/**/height: 51px;
	
	text-align: right;
}


#divHeader
{
	width: 486px;
	height: 85px;
	background: url('/images/05/header.jpg');
	padding-left: 140px;
}

#divHeader span
{
	display: none;
}

#divHeader a
{
	position: relative;
	top: 37px;
	float: left;
}

/* Styles for each menu button */
a.lnkBtn_1
{
	display: block;
	background: url('/images/05/btn_1.jpg') no-repeat;
	height: 35px;
	width: 49px;
}

a.lnkBtn_1:hover
{
	background: url('/images/05/btn_1_hover.jpg') no-repeat;
}

a.lnkBtn_2
{
	display: block;
	background: url('/images/05/btn_2.jpg') no-repeat;
	height: 35px;
	width: 82px;
}

a.lnkBtn_2:hover
{
	background: url('/images/05/btn_2_hover.jpg') no-repeat;
}

a.lnkBtn_3
{
	display: block;
	background: url('/images/05/btn_3.jpg') no-repeat;
	height: 35px;
	width: 53px;
}

a.lnkBtn_3:hover
{
	background: url('/images/05/btn_3_hover.jpg') no-repeat;
}

a.lnkBtn_4
{
	display: block;
	background: url('/images/05/btn_4.jpg') no-repeat;
	height: 35px;
	width: 63px;
}

a.lnkBtn_4:hover
{
	background: url('/images/05/btn_4_hover.jpg') no-repeat;
}

a.lnkBtn_5
{
	display: block;
	background: url('/images/05/btn_5.jpg') no-repeat;
	height: 35px;
	width: 30px;
}

a.lnkBtn_5:hover
{
	background: url('/images/05/btn_5_hover.jpg') no-repeat;
}

img.separator
{
	position: relative;
	top: 37px;
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}

a
{
	font-weight: bold;
	color: #355902;
}

.imgLink
{
	border: 0;
}

#imgFrameLeft
{
	width: 18px;
	float: left;
			/*min height hack courtesy of Dustin Diaz*/
  min-height:500px;
  height:auto !important;
  height:500px;
}

#imgFrameRight
{
	width: 18px;
	float: left;
			/*min height hack courtesy of Dustin Diaz*/
  min-height:500px;
  height:auto !important;
  height:500px;
}

#divContent
{
	
		/*min height hack courtesy of Dustin Diaz*/
  min-height:450px;
  height:auto !important;
  height:450px;

	background: #FFFAE8;
	text-align: left;
	padding: 10px 0px 0px 0px;
	width: 570px;
	margin: 0 auto;

}

.imgThumb
{
	float: right;
	padding: 0px 0px 5px 16px;
}

.spnHeading
{
	color: #355902;
	font-family: Times New Roman, Tahoma;
	font-size: 14px;
	font-weight: bold;
}

.spnSubHeading
{
	font-weight: bold;
}

ul
{
	margin-top: 5px;
}

#divCopyright
{
	text-align: center;
	font-size: 10px;
	color: #e0ef01;
}
