  /* CSS Document */

body {
		font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
		text-align:center;
		margin-top:0px;
		margin-left:0px;
			
		background-image:   url(../gif/backer.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: top;
		background-color: #666666;}
		
	
	#frame {
		background-image: url(../gif/body_background_double.gif);
		background-repeat: repeat-y;
		background-position: center;
		width:770px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		
		 }

	#contentheader {
		background:#fff;
		margin-left: 0px; }
		
	#contentfeature{
	width:770px;
	padding:0px;
	/*background:#fff*/
	}
		
	#contentleft {
	width:175px;
	float:left;
	background: transparent;
	margin-left:0px;
	margin-right:0px;
	}
				
	#contentright {
	width:550px;
	float:left;
	background: transparent;
	margin-left:10px;
	margin-right:20px;
	text-align:left;
	}
	
	
	#footer {
		width:770px;
		float:left;
		clear: both;  
		bottom: 0; 
		background: #666666;
		background-image:   url(../gif/home_footer2.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: top;
		padding-top: 16px; }
		/* hide from Mac IE5 */
		/* \*/ 
	
	#footer { 
		width:770px;
		float:left;
		position: static;
		}
		/* */

		/* Change in Opera 5+ (and some others) */
		html>body div#footer {
    		position: static;
		}

		/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
		/* \*/
	
	head:first-child+body div#footer {
    		position: static;
		}
		/* */	
		
	
#table {
    	float: left;
  	width: 482px;
	margin-top: 6px;
	margin-left: 4px;}

#float {
    float: left;
  	width: 175px;
	margin-top: 6px;
	margin-right: 24px; }
	
	#stylesfloatleft {
    float: left;
  	width: 121px;
	margin-top: 6px;
	margin-right: 10px; }
	
	#stylesfloatright{
  	float: left;
  	width: 267px;
	margin-top: 10px;
	margin-right: 0px; }
	
	
	#rightfloat {
    float: right;
  	width: 195px;
	margin-top: 6px;
	margin-right: 10px; }

	
	#contentleft p {
		font-size:11px;
		margin: 0px 0px 0px 0px;
		line-height: 16px;
		border-top: 1px #999999 dashed;
		padding-bottom: 8px;		
		padding-top: 5px;
 		}

	#contentcenter h1 {
		font-size:22px;
		margin: 15px 0px 0px 0px;
		font-weight: bold;
		color: #000066;
		}

	#contentcenter h2 {
		font-size:12px; 
		color: #000066
		font-weight: bold;
		margin: 8px 0px 0px 0px;
		 }

	#contentcenter h3 {
		font-size:16px;
		margin: 8px 0px 3px 0px;
		padding-top: 5px;
		padding-bottom: 0px; }

	#contentcenter h4 {
		font-size:14px;
		font-weight: normal; 
		margin: 0px 0px 3px 0px;
		padding-bottom: 3px;
		}

	#contentcenter h5 {
		font-size:12px; 
		margin: 8px 0px 2px 0px;
		padding-top: 7px; }

	#contentcenter ul {
		margin: 0px 0px 0px 5px;
		}