/****************************************************
	CSS For Coordinated Youth and Human Services Site
	Created March 26, 2008 by Jason Vaughn					
	Last Date Modified: 3-26-08
*****************************************************/


body	/*ALL	Set background color and default font for whole site	*/
{
	background-color:#EEDDCA;								
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

img	/*MAIN	Take away blue link box around images	*/
{
	border:none;
}

#Text	/*SUBPAGES	Set text area for subpages	*/
{
	position:absolute;
	top:215px;
	left:5px;
	width:720px;	
}

#Banner		/*ALL	Set area to put in banner	*/
{
	position:absolute;
	top:5px;
	left:5px;
}

#Button1	/*MAIN	Specify area for button	*/					
{
	position:absolute;
	top:250px;
	left:50px;
}

#Button2	/*MAIN	Specify area for button	*/				
{
	position:absolute;
	top:295px;
	left:50px;
}

#Button3	/*MAIN	Specify area for button	*/
{
	position:absolute;
	top:340px;
	left:50px;
}

#Button4	/*MAIN	Specify area for button	*/
{
	position:absolute;
	top:385px;
	left:50px;
}

#Button5	/*MAIN	Specify area for button	*/
{
	position:absolute;
	top:430px;
	left:50px;
}

#DescriptionBox		/*MAIN	Specify area for box with dynamic descriptions of programs	*/
{
	position:absolute;
	top:250px;
	left:315px;
}

#Copyright	/*SUBPAGES	Specify where to place copyright	*/
{
	width:720px;
	font-size:9px;
	text-align:center;
}

#CopyrightMain	/*MAIN	Specify where to place copyright	*/
{	
	position:absolute;
	top:600px;	
}

#MainLinks		/*MAIN	Specify area for small link table	*/
{
	position:absolute;
	top:550px;
	font-size:12px;
}

.BoldDesc	/*SUBPAGELINKS	Set the text equal to bold italicized 	*/
{	
	font-style:italic;
	font-weight:bold;	
}

#BackHome	/*SUBPAGES	Set the size for the go back home links and the anchor links	*/
{
	font-size:12px;
	text-align:center;
}

#SubPageTitle	/*SUBPAGELINKS	Set the text equal to bold italicized 	*/
{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

#SubPageLinks	/*SUBPAGELINKS	Set the text equal to bold italicized 	*/
{
	text-align:center;
	font-weight:bold;
}

