


body {		font-size: 12px; 
		font-family : verdana, arial, helvetica, sans-serif;
		color: #000000;
		background-color: #717b75;
	}

/*Link Styles*/

a:link {  text-decoration: none; color: #408989}
a:visited {  color: #408989; text-decoration: none}
a:hover {  color: white; text-decoration: none}
a:active {  color: #FFFFFF; text-decoration: none; font-weight: normal}

/*Div tag designations Follow*/

/* Table padding for Links */

td {padding: 0 0 0 15px;
}

 
#wrapper {
    width: 960px;
    margin: 0 auto;

   background-color: #b9c9bf;
}
#header {
}
#nav 	{	background-image: url(media/linksbg.png);
		width: 960px;
		height: 25px;
	
}

/*Logo is the title on page*/
#logo	{margin: 0 auto;

	}
#main	{
	 
	
	padding: 10px 0 20px 20px;
}
#sidebar	{
    	width: 320px;
	float: left;
    	
}
#content	{
	width: 60%;
	float: right;
	margin: 20px;
	
}
#footer	{clear: both;
	background-image: url(media/footerbg.png);
	height: 25px;
	background-repeat: no-repeat;
	
}  


		
	
/*Text Effects*/

/*Style for the Caption*/
h2	{	font-size: 10px;
		color: #106b6c;	
	}

h1   	{	font-size: 14px;
		font-weight: bold;
		color: #0a4142;		
	
	}
	
h3	{	font-size: 8px;
		color: #408989;
	}
