body {
		text-align:center;
		background:#CCC url(bggrad.png) bottom left fixed repeat-x;
		font-family: Arial, helvetica, Sans-Serif;
		}
	a 
	{
	    text-decoration: none;
	}
		a:hover
	{
	    text-decoration: underline;
	}
	#frame {
		width:760px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		border: solid 1px #666;
		background-image: url(faux1.png); 
		background-repeat: repeat-y;		}
		
	#contentleft {
		width:145px;
		padding:10px;
		float:left;
		}
		#contentleft ul 
		{
		    list-style: none;
		    margin:0 0 0 8px;
		    padding:0px;
		    font-size: 12px;
		}
	
	#contentcenter {
		width:575px;
		padding:0px 10px 0px 10px;
		float:left;
		font-size:12px;
		}
	
	
	#contentheader {
		background-image: url(header1.gif);
		height: 150px;
		}
	.skip {
	    position: relative;
	    top: 5px;
	    left:15px;
	    font-size: 9px;
	    color:#666;
	}
	#contentfooter {
		background-image: url(footer1.png);
		height: 56px;
		}
	#contentfooter h1
	{
	    padding: 32px 0 0 10px; 
	    font-size:12px;
	    color: #999;
	}
		
	h1 {
		font-size:16px;
		}
	h2 {
		font-size:14px;
		}
	#contentheader h1 {
		font-size:20px;
		padding:5px 5px 25px 15px;
		margin:0px;
		}
	#contentheader h2 {
		font-size:12px;
		padding:0px 5px 0px 15px;
		margin:0px;
		color: #666;
		}
	
	#contentright p { font-size:10px}

	.ten {font-size:10px}
	.fourteen {font-size:14px}