/* --------------------      CSS    ------------------------*/
	body {
		background-image:url(../images/pincus_bg_01.jpg);
		background-repeat:repeat-x;
		background-attachment:fixed;
		padding:0;
		margin:0;
	
	} 
	
	
	td {
		font-family:"Trebuchet MS", Tahoma;
		font-size:11px ;
		color:#333333;
		margin:0px;
		padding:0px;
		line-height:16px;
	}
	p {
		font-family:"Trebuchet MS", Tahoma;
		font-size:13px ;
		line-height: 17px;
		text-align:justify;
	}
	a {
		color: #FFFFFF;
		outline:none;
		cursor: pointer;
		text-decoration:underline;
	}
	a:hover {
		text-decoration:none;
	}

	h1 {
		font-family : "Trebuchet MS", Tahoma;
		font-size:28px;
		margin:0px 0px 0px 0px;
		padding:0px;
		font-weight:200;
/*		letter-spacing: 0.2em;*/
	}
	h2 {
		font-family:"Trebuchet MS", Tahoma;
		font-size:17px ;
		margin:0px 0px 0px 0px;
		padding:0px;
		font-weight:100;
		letter-spacing: 0.2ex;
	}
	h3 {
		font-family:"Trebuchet MS", Tahoma;
		font-size:14px ;
		margin:0px 0px 0px 0px;
		padding:0px;
		font-weight:100;
		letter-spacing: 0ex;
	}
	h4 {
		font-family:"Trebuchet MS", Tahoma;
		font-size:12px;
		line-height:16px;
		margin:0px 0px 0px 0px;
		padding:0px;
		letter-spacing: 0ex;	
	}		

	hr {
		color: none;
		border-bottom: 1px dashed #BFB88A;
		height: 1px;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		padding: 0px;			
	}
	

	img {
		border:none;
		outline:none;
	
	}

	ul{
		font-family:"Trebuchet MS", Tahoma;
		font-size:13px ;
		line-height: 17px;	
	}
/* --------------------      Classes    ------------------------*/

	.introCopy {
		font-family:"Trebuchet MS", Tahoma;
		font-size:13px ;
		line-height: 17px;
		text-align:justify;
		font-weight:bolder;
/*		padding-bottom:20px;*/
		}
		
	.contentPadding{
		*padding-bottom /**/:/**/10px;
	}	
	
	.spacer{
	  	width: 1px;
		padding-left: 9px;
	}
	
	

	.contentLeft {
		padding-right: 13px;
		padding-bottom:20px;
		width:240px;
	}
	.contentRight {
		padding-left: 0px;
		padding-bottom:20px;
		width:230px;
	}
	
	.contactLeft {
		padding-right: 15px;
		padding-left: 10px;
		padding-bottom:20px;		
		width:270px;
	}
	.contactRight {
		padding-left: 0px;
		padding-right: 10px;
		padding-bottom:20px;
		padding-top:5px;		
		width:220px;
	}	

	.Contentblock{
		border:1px solid #D1CCAA;
		background-image:url(../images/content_btm.jpg);			
	}
	.Contentheaderblock {
		padding: 15px 15px 23px 10px; 
		background-image:url(../images/content_top.jpg);
		background-repeat:no-repeat;
	}
	
	.Contentmain{
		padding: 0 10px 0 10px;
/*		font-size:17px; */

	}	
	.smallBlack {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #000000;
	}

	.Newstables {
		background-image:url(../images/newsbg.jpg); 
		background-position:left;
		background-repeat:no-repeat;
		padding-left: 10px	
	}

	.Newsheading {
		font-family: "Trebuchet MS";
		font-size: 20px;
		line-height:24px;
		color: #FFFFFF;
		padding-left: 10px;
/*		margin: 10px 0px 10px 0px;*/
		
	}
	
	.newsSubheading {
		font-size: 12px;
		font-weight:bold;
		padding-top: 20px;

	}	

	.Newscontent {
		padding-left: 5px;
	}
	
	.Menuindent{
		margin-left: 20px;
	}
	
	.footer{
		background-image:url(../images/footer_bg.jpg);
		margin-top: 20px;
	
	}
	
	.Questions{
		font-family:"Trebuchet MS", Tahoma;
		font-size : 21px;
		color:#817618;
		text-align:center;
		vertical-align:middle;
		padding: 0 10px 0 10px;	
		width:150px;
		line-height: 30px;

	}
	
	.Questionslinks{ 
	  text-decoration:none;	
	  color:#817618;
	  outline:none;
	  background-color:#F2F1E8;
	}
	

	.Question_bg{
	background-image:url(../images/bg_questions.jpg);
			

	}
	
	.Parnterheading{
	color:#005756;
	font-size: 18px;
	line-height:21px;
	padding-top: 0px;
	
	}
	
	.Partnersubheading{
	  font-size: 12px;
	  font-weight:bold;
	  line-height:13px;
	  margin :0;	
	}
	
	
   .linkDarkNoUnderline{
		color: #333333;
		text-decoration:none;
		outline:none;
   }
	.surfaceTag {
		padding-right: 10px;
		font-family: verdana;
		font-size: 8px;
		color: #cccccc;
		text-decoration: none;
		/*letter-spacing: 0.1ex;*/		
	}
	.surfaceTag:hover {
		color: #Cc480A;
		text-decoration: none;
	}
	.clrGreen {
		color: #005859;
	}
	.red {
		color: #CCOOOO;
	}
	.darkish {
		color: #333333;
	}	
	.white {
		color: #ffffff;
	}
	.browngray {
		color: #817618;
	}	
	.hrRed {
		color: none;
		border-bottom: 1px solid #cc0000;
		height: 1px;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		padding: 0px;
	}
	.BgCopyGrad{
		background-image: url(../images/grad_content_vert.jpg);
		background-repeat: repeat-x;
		background-position: right top;
	}	
	.BgGreenGrad{
		background-image: url(../images/waves_grad_green.jpg);
		background-repeat: repeat-x;
		background-position: right top;
	}
	.BgYelloGrad{
		background-image: url(../images/waves_grad_yello.jpg);
		background-repeat: repeat-x;
		background-position: right top;
	}	
	.BgAverage {
		background-image: url(../images/BG_notice.gif);
		background-repeat: no-repeat;
		background-position: right 30px;
	}
	.BgHeaderBar {
		background-image: url(../images/header_bar_gold.jpg);
		background-repeat: no-repeat;
		background-position: left;
	}	
		
/* ------------------------------------  Form stuff -----------------------------------*/

/* input.textarea{
   width: 90px; 
 
 }
 
 input.chekBox{
   width: 10px; 
 
 }
 */
 
 .submit {
   width: 30px;
 
 }
 
.text {
 width: 180px;
}
.commentbox{
  width: 180px;
  height: 150px;

}
	
	
