﻿	body {
		background-color: #FFF;
		font-family: verdana, non-serif;
		font-size: 12pt;
		color: #000;
	}
	
	.text {
		margin-bottom: 8px;
		margin-left: 20px;
		font-size: 12px;
		color: white;
	}
	
	.pic {
		margin-left: 50px;
	}
	
	a {
		text-decoration:underline;
		color: navy;
	}
	
	a.link {
		text-decoration:underline;
		color: navy;
	}
	
	a:visited {
		text-decoration:underline;
		color:navy
	}
	
	a:hover {
		text-decoration: underline;
		color: navy;
	}
	
	
	
	
	
	.header{
		width: 900px;
		margin: 5px auto;
		background-color: white;
		background-image:url('YCSDotOrgHeader.jpg');
		height: 75px;
		border: silver 1px solid;
		text-align: right;
	}
	
	.footer {
		width: 900px;
		margin: 5px auto;
		border: 1px solid silver;
		background-color: #336699;
		text-align: center;
		color: #999999;
		height:25px;
		line-height:25px;
		font-family: Verdana;
		font-size: 11px;
     }
		
	.header a,  .header a.link,  .header a:visited{
		text-decoration: none;
		color: #000000;
		font-size: 12px;
	}
	
	.header a:hover {
		text-decoration: underline;
		color: #800000;
	}

	
	.body-wrapper
	{
		border: solid 1px silver; 
		overflow: hidden; 
		width: 900px; 
		margin: 5px auto;
		padding: 0px; 
		text-align: justify;
		font-size: 12px;
	}
	
	.nav
	{
		width: 900px;
		margin: 3px auto;
		height: 30px;
		line-height: 30px;
		background: #336699;
		text-align : center;
		font-size: 12px;
	}
	
	
	.nav a,  .nav a.link,  .nav a:visited{
		text-decoration: none;
		color:#FFF;
		font-size: 12px;
	}
	
	.nav a:hover {
		text-decoration: underline;
		color: #33CCFF;
	}


.body-title {
	background:silver;
	font-size: 12px;
	font-family: Verdana;
	font-weight:bold;
	text-align: center
}

