body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/mm_bkgd.png);
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-position: 50% 0;
    background-color: #FFFFFF;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}
.thrColFixHdr #wrapper 
{
    margin-top: 10px;
} 
.thrColFixHdr #container {
	width: 973px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	padding-left: 4px;
} 
.thrColFixHdr #header {
	background: url(../images/img01.gif) repeat-x;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 165px;
	position: relative;
}
.thrColFixHdr #headerp {
	width: 960px;
	height: 160px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #headerlimageholder {
	float: left; /* since this element is floated, a width must be given */
	width: 600px;
	height: 157px;
}
.thrColFixHdr #headerrimageholder {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	height: 160px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	font-size: x-small;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	border: 1px solid #000000;
	height: 400px;
	margin-top: 40px;
	margin-right: 20px;
}
.thrColFixHdr #mainContent {
	margin: 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px;
}
.thrColFixHdr #news {
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #d9dfd3 url(../images/img08.gif) repeat-x;
	color: #d9dfd3;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* =-=-=-=-=-=-=-[Menu]-=-=-=-=-=-=-=- */
	
.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('../images/topMenuImages.png') repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url('../images/topMenuImages.png') 0px -30px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('../images/topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url('../images/topMenuImages.png') 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url('../images/topMenuImages.png') 100% -90px no-repeat;}

.vmenu{
	width: 140px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border: 1px;
	border-width: 1px;
}

.vmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.vmenu li a{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url('../images/vmenu_c.gif') 100% 0;
  height: 12px; /*Set to height of bg image- padding within link (ie: 20px - 4px - 4px)*/
	padding: 2px 0 2px 6px;
	line-height: 12px; /*Set line-height of bg image- padding within link (ie: 20px - 4px - 4px)*/
	text-decoration: none;
}	

.vmenu li a:link, .vmenu li a:visited
{
	color: #26370A;
}

.vmenu li a:hover{
	color: #26370A;
	background-position: 100% -20px;
}

	
.vmenu li a.active{
	color: #26370A;
	background-position: 100% -40px;
}

.hmenu
{
	width: 800px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border: 1px;
	border-width: 1px;
}

.hmenu a{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	width: 140px;
	background: transparent url('../images/vmenu_c.gif') 100% 0;
  height: 12px; /*Set to height of bg image- padding within link (ie: 20px - 4px - 4px)*/
	padding: 2px 0 2px 6px;
	line-height: 12px; /*Set line-height of bg image- padding within link (ie: 20px - 4px - 4px)*/
	text-decoration: none;
}	

.hmenu a:link, .hmenu a:visited
{
	color: #26370A;
}

.hmenu a:hover{
	color: #26370A;
	background-position: 100% -20px;
}

	
.hmenu a.active{
	color: #26370A;
	background-position: 100% -40px;
}

.style1
    {
        text-align: right;
        }
.style2
    {
        width: 80px;
    }
.style3
    {
        width: 124px;
        text-align: right;
    }
.style4
    {
        text-align: right;
        width: 104px;
    }
.style5
    {
        text-align: left;
        font-weight: bold;
    }

.pdauser
	{
	width: 850px;
	text-align: left;
	}
.pdauser #col1
    {
    	width: 80px;
    }
.pdauser #col2
    {
        text-align: right;
        width: 230px;
    }
.pdauser #col4
    {
        text-align: right;
        width: 104px;
    }
.pdauser #col6
    {
        width: 124px;
        text-align: right;
    }
.pdauser #sectionheader
    {
        text-align: left;
        font-weight: bold;
    }
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #6600CC;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}
a {
	font-weight: bold;
}
.mainnav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 28px;
	color: #660099;
}
.homeHIWhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #FFFFFF;
	margin-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
}
.homeHIWbody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 20px;
	line-height: 13px;
}
.homeMPhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #330066;
	margin-right: 20px;
	padding-left: 30px;
	padding-top: 4px;
	line-height: 22px;
}
.homeMPbody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-right: 24px;
	padding-left: 34px;
	line-height: 18px;
}
.homeATTNhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #003300;
	margin-right: 20px;
	padding-left: 80px;
	padding-top: 4px;
	line-height: 22px;
}
.homeATTNbody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-right: 30px;
	padding-left: 80px;
	line-height: 22px;
}
.homeProvCol1 {
	font-size: 11px;
	line-height: 13px;
	padding-top: 0px;
	padding-left: 80px;
	margin-right: 12px;
}
.homeProvCol2 {
	font-size: 11px;
	line-height: 13px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 25px;
}
.homeProvCol2Head {
	font-size: 13px;
	line-height: 13px;
	padding-top: 60px;
	padding-right: 10px;
	color: #660099;
}
.homeHIWbody  a:hover {
	color: #00CC00;
}
.hiwNumber {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	color: #339900;
}
.hiwListBody {
	font-size: 13px;
	padding-left: 10px;
	line-height: 18px;
}
.hiwListSub {
	font-size: 11px;
	padding-left: 10px;
	line-height: 11px;
}
.hiwImpHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #660099;
	padding-top: 2px;
	padding-left: 20px;
}
.hiwImpBody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #660099;
	padding-left: 30px;
}
.hiwTitleGreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #339900;
}
.hiwBody {
	font-size: 13px;
	padding-left: 10px;
	line-height: 18px;
	padding-right: 36px;
}
.benCenterHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	line-height: 28px;
	color: #009900;
	text-align: center;
}
.footTag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000099;
}
.footBody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 12px;
}
.GrayLine {
	border-top-color: #999999;
	border-top-width: 1px;
	border-width: 1;
	border-top-style: solid;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: 0px; /*position where enlarged image should offset horizontally */

}

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -845px; /*position where enlarged image should offset horizontally */

}

.thumbnail3{
position: relative;
z-index: 0;
}

.thumbnail3:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -500px; /*position where enlarged image should offset horizontally */

}

.thumbnail4{
position: relative;
z-index: 0;
}

.thumbnail4:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail4 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -220px; /*position where enlarged image should offset horizontally */

}

.adTop {
	position: absolute;
	height: 600px;
	width: 120px;
	visibility: visible;
	top: 146px;
	right: -121px;
}
.adMid {
	position: absolute;
	height: 600px;
	width: 120px;
	visibility: visible;
	top: 270px;
	left: 90%;
	background-color: #CCCCCC;
}
.adBot {
	position: absolute;
	height: 90px;
	width: 120px;
	visibility: visible;
	top: 880px;
	left: 90%;
	background-color: #CCCCCC;
}