/*††††††††††††††††††-CONSTANT-††††††††††††††††††††††††*/
body, form, input, textarea,  td, ul {
	margin:0px 0px 0px 0px; 				  			 	 
	padding:0px 0px 0px 0px;
	font:normal 10px Tahoma, Geneva, sans-serif;	
}
body {background:url(../images/top_bg.jpg) 0 0 repeat-x #FFF;}	
table {								 	  	  
	border-collapse:collapse;			 	 
	border:0px;	
	padding:0px 0px 0px 0px;
	width:100%;
}									   
td {							       				  
	vertical-align:top;				  			  
	line-height:14px;
	color:#818A96;
}										   	   
textarea {			     
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	display:inline;
	margin-top: 10px;
	padding:20px 0px 0px 4px;		   
	vertical-align:middle;	
	color:#555;
}		
ul {list-style:none;}
img {border:0px;}	

/*____________________________________________________*/
/*†††††††††††††††††††††-MAIN-†††††††††††††††††††††††††*/

.main_table 	{width:766px;}

/*____________________________________________________*/
/*†††††††††††††††††††††-TEXT-†††††††††††††††††††††††††*/
h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	color:#333;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.9em;
	font-weight: lighter;
	text-transform:uppercase;
	line-height: 22px;
	margin-bottom: 20px;
}
h2 {
	font-weight:lighter;
	font-size: 1.7em;
	line-height: 22px;
	margin-bottom: 15px;
}
h3 {
	font-weight: lighter;
	font-size: 1.3em;
	margin-left: 0px;	
	margin-bottom: 10px;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 1.3em;
}
h5 {
	margin-top: 0px;
	margin-bottom: 1px;
}
h6 {
	margin-top: 15px;
	margin-bottom: 20px;
}

p {
	color:#666;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px 0px 10px;
}
a 		{color:#96BE34;}	   
a:hover {text-decoration:none;}	
b 		{color:#3F8AC6; font:bold 1em Tahoma, Geneva, sans-serif;}
b a		{color:#313131; font:bold 1em Tahoma, Geneva, sans-serif;}
span	{font-size:1em}
.nn a	{text-decoration:none;}
.nn a:hover {text-decoration:underline;} 
.date 	{color:#96BE34; font-weight:normal}
/*____________________________________________________*/
/*†††††††††††††††††††-form-†††††††††††††††††††††††††*/
/*.input, .ta{
	width:217px;
	height:23px;
	margin:0px 0px 10px 0px;
	border:1px solid #000;
}
.ta {
	height:170px;
	overflow:auto;
	margin:0px 0px 2px 0px;
}*/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 1.3em Tahoma, Geneva, sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 444px; 
}


form table {								 	  	  
	border:0px;	
	width:100%;
}									   
form td {							       				  
	vertical-align:middle;				  			 
	color:#818A96;
}										   	   
form input, textarea{			     
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	display:inline;
	vertical-align:middle;	
	color:#555;
}	

form select{			     
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	display:inline;
	vertical-align:middle;	
	color:#555;
}	

form .nonbordered{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 5px 0 0px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border: 0px solid #000;
}


form .bordered{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 30px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border: 1px solid #000;
	margin-top: 10px;	
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}



form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border:1px solid #000;
  background-color:#EFFFE8;
  padding: 10px;        /*padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 110px; 
	padding: 0; 
	margin: 12px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	color: #000;
}

form .widelabel label{ 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 210px; 
	padding: 0; 
	margin: 12px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	color: #000;
}


form fieldset label:first-letter, form #widelabel label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

textarea { 
		overflow: auto;
		border:1px solid #000;}

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/*____________________________________________________*/
/*†††††††††††††††††††††-LINKS-††††††††††††††††††††††††*/
.rdmr{
	background:url(../images/0blt1.gif) 0 0 no-repeat;
	padding:0px 0px 0px 14px;
	color:#E98236;
	font:normal 1em Tahoma;  
}
.lnk_1 {color:#96BE34}
.lnk_2 {color:#818A96; font:normal 10px Tahoma}
.lnk_3 {color:#818A96; font-weight:bold}
/*____________________________________________________*/
/*††††††††††††††††††††††-LISTS-†††††††††††††††††††††††*/

li {
	font-size: 1.2em;
	list-style:none;
	line-height:1.2em;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 0px;
}
li a {
	background:url(../images/1blt1.jpg) 0 0 no-repeat;
	padding:0px 0px 0px 14px;
	color:#96BE34;
	font:normal 1.1em Tahoma; 
}

.w	{background:none !important}
/*_____________________________________________________*/
/*††††††††††††††††††††††-HEADER-†††††††††††††††††††††††*/
.header {
	height:326px;
}

.header_top {height:71px;}
.header_top a{
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#FFF;
	background:url(../images/hblt.gif) 0 0 no-repeat;
	padding:0px 0px 0px 10px;
}
/*_____________________________________________________*/
/*††††††††††††††††††††††-FOOTER-†††††††††††††††††††††††*/

.footer td{
	color:#535353; 
	font:normal 1em Tahoma;
	height:87px;
	background:url(../images/fbg.jpg) 0 0 repeat-x;
}
.footer a {
	color:#535353; 
	font:normal 1em Tahoma;
}

/*††††††††††††††††††††††-„„„„„„„†††††††††††††††††††††††*/

.left {background:url(../images/l.gif) 0 0 repeat-y}
.top {background:url(../images/l.gif) 0 0 repeat-x}
.right {background:url(../images/l.gif) top right repeat-y}
.bottom {background:url(../images/l.gif) bottom left repeat-x}
