/* CSS Document */
body, html {
	margin:0;
	padding:0;
	}
#main {
	width:100%;
	height:100%;
	}
	
	
#header {
	width:850px;
	height:179px;
	}
    
#menu {
	width:850px;
	height:65px;
	}

#headerData {
	width:850px;
	height:115px;
	} 

#bodyData {
	width:850px;
	height:100%;
	}
    	
#bodyDataLeft {
	position:relative;
	float:left;
	width:240px;
	height:100%;
	}
	
#leftMenu {
	background-image:url(../images/leftMenuBg.gif);
	background-repeat:no-repeat;
	width:240px;
	height:237px;
	}
	
#headerSpace {
	width:240px;
	height:61px;
	}

#menuData {
	width:240px;
	height:156px;
	}

	
#fda {
	width:240px;
	height:204px;
	}
      
#bodyDataRight {
	position:relative;
	float:left;
	width:610px;
	height:100%;
	}

#rightHeader {
	width:610px;
	height:237px;
	}
	
#internalRightHeader {
	width:610px;
	height:71px;
	}
	
#rightContent {
	width:583px;
	padding-left:27px;
}
    
#footer {
	position:relative;
	width:850px;
	height:102px;
	clear:both;
	}
	
#spacer {
	position:relative;
	width:583px;
	height:20px;
	}
   
	
	
/* classes */

.leftmenu a, .leftmenu a:link {
	color:#414141;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	}
	
.leftmenu a:hover, .leftmenu a:active {
	text-decoration:underline;
	}
	
.red {
	color:#c50000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

p {
	color:#414141;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	line-height:17px;
	}
	
.tdpadding {
	padding-right:20px;
	}
	
.tdpaddingLeft {
	padding-right:30px;
	}
	
ul {
	font-family:Arial, Helvetica, sans-serif;
	color:#889400;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	}
	
ul li {
	line-height:17px;
	}
	
a, a:link {
	color:#889400;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
.testimonialSignature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #889400;
	text-decoration: underline;
	font-weight: bold;
}
