	body {
		background-color: #FFFFFF;
		font-family: Verdana, Arial;
		font-size: 10px;
		color: #000000;
		position: relative;
		padding-left: 5px;
	}
	
	#menuTable {  
		text-align: left;  
		background: #ffffff repeat-y left top;
		margin: 0px 0px 0px 0px; 
	}


	#menu a {
		height: 25px;
		display: block;
		color: #000000; 
		font-size: 14px;
		font-weight: bold;	
		text-decoration: none; 
		border-left: solid #cccccc thick;
		border-bottom: solid #cccccc thin; 
		padding-top: 6px;
		padding-left: 15px;
		margin-top: 10px;
		background: transparent;
	}

	#menu a:hover {  
		color: #990000;
		border-left: solid #990000 thick;
		border-bottom: solid #990000 thin;
	}
			
	#siteLayout{
		width: 950px;
	}
	
	#siteHeader {
		width: 950px;
		height: 180px;
		padding: 0px 0px 0px 0px;
	}
	
	#siteNavigation {
		float: left;
		width: 185px;
		padding-left: 15px;
		padding-top: 10px;
	}
		
	#siteContent {
		float: right;
		width: 700px;
		padding-right: 25px;
		padding-top: 10px;
	}
	
	#contentTop {
		width: 700px;
		height: 15px;
		margin: 0px 0px 0px 0px;
		background: url(images/contentFill.jpg) repeat-y;
	}
	
	#contentMain {
		width: 700px;
		height: inherit;
		margin: 0px;
		background: url(images/contentFill.jpg) repeat-y;
	}
	
	#contentFooter {
		margin: 0px 0px 0px 0px;
		width: 700px;
		height: 15px;
	}
	
	#contentFootNote {
		padding-top: 10px;
		text-align: center;
	}

	#siteFooter {
		clear: both;
		width: 950px;
		height: 30px;
	}
	
	#projectMenu {
		font-size: 14px;
		font-weight: bold;	
		text-decoration: none;
		margin: 0px 0px 0px 0px;
		background: url(images/project_buttonBG.gif) no-repeat;
	}

	#projectMenu a {
		width: 150px;
		height: 60px;
		display: block;
		color: #000000;
		text-align: center; 
		padding-top: 40px;
		background: transparent;
	}
	
	#projectMenu a.youth {
		width: 150px;
		height: 65px;
		display: block;
		color: #000000;
		text-align: center; 
		padding-top: 35px;
		background: transparent;
	}
	
	#projectMenu a:hover {  
		color: #990000;
	}	
		
	.centerWrap{
		width: 950px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}



TEXT STYLES{}
	
	a 			{text-decoration: none; font-weight: bold; color: #666666; }
	a:hover 	{text-decoration: none; font-weight: bold; color: #999999; }
	
	h1 { font-size: 14px; font-family: Verdana, Arial; }
	h2 { font-size: 12px; font-family: Verdana, Arial; }
	
	p {
		font-family: Verdana, Arial;
		color: #000000;
		font-size: 12px;
		text-decoration: none;
	}
	ul li a {font-size:12px; color:#666; font-weight:normal;}
	ul li a:hover {font-size:12px; color:#900; border-bottom: 1px solid #900; font-weight:normal;}



	.contactForm {
		margin: 20px 40px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

	.contactForm p{
		margin: 5px 0 5px 0px;
	}

	label{
		color:#000000;
		float: left;
		width: 110px;
		margin-right: 5px;
	}
		
	input{
		width: 325px;
		background: #F7F7F7;
		border: 1px solid #cccccc;
	}
	
	textarea{
		width: 325px;
		height: 130px;
		background:#F7F7F7;
		border: 1px solid #cccccc;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	textarea:focus, input[type="text"]:focus {
		background: #EBEBEB;
	}
	
	.sendButton {
		width: auto;
		padding: 5px 10px;
		margin-left: 115px;
		font: bold 12px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		background: #cccccc;
		border: none;
	}
	
	* html .sendButton {
		margin-left: 118px;
	}
	
	.sendButton:hover {
		background: #EBEBEB;
	}

