/* CSS Document */

/****************
basic formatting
****************/
html
	{
	height:100%;
	margin:0px;
	padding:0px;
	}
body
	{
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	font-size:12px;
	letter-spacing:0px;
	background-color:#FFFFFF;
	}

* 
	{
	padding:0;
	margin:0;
	}
#container
	{
	position:relative;
	width:760px;
	height:100%;
	top:10px;	
	margin:auto;
	}
#header
	{
	position:absolute;
	width:760px;
	
	}
/*********
headerMenu
**********/
#headerMenu 
	{
	position:relative;
	width:738px;
	height:20px;
	padding:5px 0px 0px 0px;
	background-color:#CCCCCC;
	margin-left:12px;
	}
.menuText 
	{
	padding-left:10px;
	}
#headerMenu a:link
	{
	color:#000000;
	font-size:14px;
	font-weight:600;
	}
#headerMenu a:visited
	{
	color:#009900;
	font-size:14px;
	font-weight:600;
	}
#contentWrapper
	{
	clear:both;		
	width:760px;
	height:auto;
	background-image:url(../img/rpt.jpg);
	background-repeat:repeat-y;
	padding:130px 0px 0px 20px;
	}
#contentExpand
	{
	clear:both;		
	width:760px;
	height:auto;
	background-image:url(../img/rpt.jpg);
	background-repeat:repeat-y;
	padding:150px 0px 0px 30px;
	}
#content
	{
	width:720px;
	height:inherit;
	}
#contentSpan
	{
	clear:both;
	width:670px;
	height:160px;
	text-align:left;
	padding:0px 20px 0px 0px;
	border:1px solid #000000;
	background-color:#CCCCCC;
	}
.contentLeft {
	float:left;
	width:206px;
	padding:10px 0px 0px 0px;
	margin-left:20px;
	}
.contentRight {
	float:right;
	width:410px;
	padding:10px 20px 0px 0px;
	}
.photo {
	border:3px inset #666666;
	text-align:center;
	}
.box {
	width:180px;
	height:230px;
	padding-top:15px;
	}
#footer
	{
	clear:both;
	width:760px;
	height:147px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	padding:8px 0px 0px 20px;
	}
.infoText {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:12px;
	font-weight:600;
	color:#009900;
	text-align:left;
	}
.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
	color:#006600;
	text-align:left;
	}
.contact2 {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:16px;
	font-weight:500;
	color:#006600;
	text-align:left;
	}
.heading {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:22px;
	font-weight:700;
	color:#009900;
	padding-left:8px;
	}
.headingIcon {
	clear:both;
	width:300px;
	height:40px;
	}
.headingText {
	float:right;
	width:240px;
	height:20px;
	padding:10px 0px 0px 0px;
	}
.headingImg {
	float:left;
	width:40px;
	height:40px;
	}
.heading2 {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:16px;
	font-weight:700;
	color:#009900;
	}
.info {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:12px;
	font-weight:500;
	color:#666666;
	padding-left:60px;
	}
.info1 {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:12px;
	font-weight:500;
	color:#666666;
	}
.info2 {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:14px;
	font-weight:700;
	color:#009900;
	}
.boldText {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:14px;
	font-weight:900;
	color:#009900;
	}
.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:500;
	color:#CCCCCC;
	}
.copy A:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:500;
	color:#66CC66;
	}
.copy A:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:500;
	color:#66FF99;
	}
.copy A:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:500;
	color:#66FF99;
	}
A:link        
	{ 
	font-weight:normal; 
	text-decoration: none; 
	color:#666666;
	}
A:visited     
	{ 
	text-decoration:none; 
	color:#009900;;
	font-weight:normal; 
	}
A:hover       
	{ 
	text-decoration:underline; 
	color:#009900;
	}
/***************
Table
****************/

.tContent
	{
	border:1px solid #000000;
	width:680px;
	margin:inherit;
	}
.contentTitle
	{
	width:130px;
	padding:10px 10px 10px 10px;
	border:1px solid #000000;
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:14px;
	font-weight:700;
	color:#009900;
	}
.contentResponse 
	{
	width:520px;
	padding:10px 10px 10px 10px;
	border:1px solid #000000;
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:12px;
	font-weight:400;
	color:#000000;
	background-color:#FFFFFF;
	}
