		
	H1 {font: small-caps bold 20px Trebuchet,Trebuchet MS,arial,sans-serif;
          color:#C60;}
          
    H2 {font: small-caps bold 16px Trebuchet,Trebuchet MS,arial,sans-serif;
          color:#C60;}
          
	H3 {font: bold 12px Trebuchet,Trebuchet MS,arial,sans-serif;
          color:#C60;}
          
    body { 	margin-top: 0px;
			color:#333;
				margin: 0px;
          		font: normal 11px Arial,Helvetica,Trebuchet, sans-serif;
          		background-color: #88cbed;
          		text-align:center;}

	P,td,ul,li
         {font: normal 11px Arial,Helvetica,Trebuchet, sans-serif;}  
       
      a:link {text-decoration: underline;
		  color:#C60; 
          font-weight: bold;
          }

     th  {text-decoration: underline;
          font: normal 12px Arial,Helvetica,Trebuchet, sans-serif;
          color:#006600;
          font-weight: bold;}  
          
    	a:visited
    		{color: #b31f2b;}
		a:hover      
			{color: #CC0000; 
			font-weight: bold;
			}
			
	img { border-style: none; }
			

  #content {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
	top: 0;padding: 0 0 0 0; width: 800px; background-color: #FFFFFF; 
	
	-webkit-box-shadow: 0px 0px 5px #666; /* Saf3-4 */
     -moz-box-shadow: 0px 0px 5px #666; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 5px #666; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
	} 
    
#header{
	margin: 0;
	padding: 0;
	height: 80px;
	background: #fff url("images/banner.jpg");
}

#full {
	top: 0;
	padding: 0px 30px 10px 10px;
	clear: both;
	}
	
#catlrg {padding: 30px;
		 border: thin dashed #063;  
		 margin: 30px;}


#leftcolumn{
		float:left;
		width:120px;
		margin-top:-10px;
		padding:10px;
		background:#fff;
		
		background-image: linear-gradient(bottom, #FFFFFF 87%, #EDFFFE 99%, #C4C4C4 100%);
		background-image: -o-linear-gradient(bottom, #FFFFFF 87%, #EDFFFE 99%, #C4C4C4 100%);
		background-image: -moz-linear-gradient(bottom, #FFFFFF 87%, #EDFFFE 99%, #C4C4C4 100%);
		background-image: -webkit-linear-gradient(bottom, #FFFFFF 87%, #EDFFFE 99%, #C4C4C4 100%);
		background-image: -ms-linear-gradient(bottom, #FFFFFF 87%, #EDFFFE 99%, #C4C4C4 100%);
}

#rightcolumn{
		float:right;
		width:638px;
		margin-top:-10px;
		padding:10px;
		background:#fff;
		border-left:2px dotted #ef4035;
		
		background-image: linear-gradient(bottom, #FFFFFF 87%, #EDFFFE 99%, #C4C4C4 100%);
		background-image: -o-linear-gradient(bottom, #FFFFFF 87%, #EDFFFE 99%, #C4C4C4 100%);
		background-image: -moz-linear-gradient(bottom, #FFFFFF 87%, #EDFFFE 99%, #C4C4C4 100%);
		background-image: -webkit-linear-gradient(bottom, #FFFFFF 87%, #EDFFFE 99%, #C4C4C4 100%);
		background-image: -ms-linear-gradient(bottom, #FFFFFF 87%, #EDFFFE 99%, #C4C4C4 100%);
}
	
#leftcolumn h3 {color: #c60;}
#leftcolumn a {color: #c60;}
#leftcolumn a:hover {color: #333;}
#leftcolumn a:visited {color: #930;}

 #full_left_col{
	width: 800px;
	background:  url("../images/bdy_bk.jpg") top left;
	float: left; }


ul#menu { width: 100%; height: 40px; font-size: 15px; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0 0 0 0 ; padding: 0;}
ul#menu li { float: left; }
ul#menu li a { height: 40px; color: #C60; text-decoration: none; float: left; line-height:275%; padding: 0 25px; }
ul#menu li a:hover { color: #FFF;
		background-image: linear-gradient(bottom, #DB770B 60%, #FFA763 61%, #FF9721 90%);
		background-image: -o-linear-gradient(bottom, #DB770B 60%, #FFA763 61%, #FF9721 90%);
		background-image: -moz-linear-gradient(bottom, #DB770B 60%, #FFA763 61%, #FF9721 90%);
		background-image: -webkit-linear-gradient(bottom, #DB770B 60%, #FFA763 61%, #FF9721 90%);
		background-image: -ms-linear-gradient(bottom, #DB770B 60%, #FFA763 61%, #FF9721 90%);
}
ul#menu li a.current{ color: #333; }

	#footer {
		clear:both;
		padding:5px 10px;
		background:#CCC;
	}
	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}



