<!--
    body{
		font: 9pt "Trebuchet MS",Arial;
		color: #575757;	
		text-align: center; 
		margin: 0px;
		background-color:#000000;
		background-image:url('../img/bodyBg.jpg');
		background-position:top;
		background-repeat:repeat-x;
		}
	a{
	text-decoration:none;
	color:#575757;
	}
	a.underlined{
	text-decoration:underline;
	color:#575757;
	}

	a img{border:none;}
	a.footRight{
		display:block;
		float:right;
		width:200px;
		text-align:right;
	}
	
	form{margin:0; padding:0}
	
	h1{
		font: 13pt Arial;
		color:#FFFFFF;
		background-image:url(../img/hiBg.gif);
		background-repeat:repeat-x;
		padding:6px;
		font-weight:normal;
		margin:0px 0px 2px 0px;
		text-align:left;
	}
	input, select, textarea{
		border: solid 1px #EF8D10;
		background-color: #FAFAFA;
		font-size: 8pt;
	}
	label{
		padding-left: 5px;
	}

	/* Main Structure */
	div#container{
		width: 985px;
		background-color:#FFFFFF;
		text-align: left; 
		background-image:url(../img/mainBg.gif);
		margin: 0 auto;
		}
	div#mainContainer{
		width: 985px; 
		text-align: left; 
		margin: 0px;
		}
	div#contentContainer{
		margin-top:375px;
	
	}
	div#topSec{
		background-color:#FFFFFF;
		height:110px;
	}
	div#topContainer{
		position:absolute;
		top:110px;
		width: 985px;
	}
	div#contentSource{
		padding:15px 15px 30px 55px;
	}
	div#logoPlace{
		width:310px;
		height: 53px;
		float:left;
	}
	
	div.darkBox{
		background-image:url(../img/darkBoxBg.jpg);
		width:458px;
		height:142px;
		color:#FFFFFF;
		float:left;
		margin-right:3px;
		margin-bottom:5px;
	}
	div.dBoxImage{
		width:108px;
		height:108px;
		float:left;
	}
	div.dBoxContent{
		width:300px;
		float:right;
	}
	div.dBoxContent	 p.dBoxTitle{
		font-size:12pt;
		margin: 0px 0px 6px 0px;
		padding:0px;
		color:#7e9c20;	
	}
	div.dBoxContent a{
		display:block;
		font-weight:bold;
		margin-top:6px;
		color:#7e9c20;	
	}
	div.boxPhoto{
		width:462px;
		height:160px;
			
		}
	div.boxContent{
		padding-top:22px;
	}
	p.boxTitle{
		font-size:14pt;
		color:#7e9c20;
		padding:0px;
		margin: 0px 0px 6px 0px;
	}
	p.greenTitle{
		font-size:14pt;
		font-style:italic;
		color:#7e9c20;
	}
	div#menuContainer{
	}
	div#menuContainer ul{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	div#menuContainer ul li{
		float:left;
		height:45px;
	}
	div#menuContainer ul a.menu{
		color:#999999;
		width:130px;
		height:40px;
		background-image:url(../img/buttBg_p.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		display:block;
		font-size:9pt;
		font-family: "Trebuchet MS";
		padding:1px;
		text-align:center;
	}
	div#menuContainer ul a.menu:hover{
		color:#93af42;
		background-image:url(../img/buttBg_a.gif);
	}
	div#menuContainer ul li{
		float:left;
		height:45px;
	}
	div.contentText{
		background-image:url(../img/textBg.gif);
		background-repeat:repeat-x;
	}
	div.contentTextSmall{
		background-image:url(../img/textBg.gif);
		background-repeat:repeat-x;
		width:458px;;
	}
	div.padding{
		padding:15px;
	}

	div.clear{
		clear:both;
	}
	div.conPadding{
		padding:0px 29px;
	}
	div#copy{
		color:#FFFFFF;
		font-size:8pt;
		padding:10px;
		width:950px;
		text-align:center;
	}
	div#copy a.footer{
		color:#FFFFFF;
	}
	span.personName{
		font-size:11pt;
		font-weight:bolder;
	}
	span.jobTitle{
		font-size:9pt;
		font-weight:bolder;
	}
