@charset "UTF-8";
/* CSS Document */

/*
* CONTENT STYLE
* author: Janaki Rathod
* last modified 3/13/2010
* use this sheet for styling the content

*/

h1 {
	font-family:"Adobe Garamond Pro", "Goudy Old Style", serif;
	font-size: 3em;
	color: #578913;
	text-align: center;
}

h2 {
	font-family:"Adobe Garamond Pro", "Goudy Old Style", serif;
	font-size: 1.5em;
	color: #578913;
}

h3 {
	font-family:"Adobe Garamond Pro", "Goudy Old Style", serif;
	font-size: 1em;
	color: #57891
}

#title h1	{
	font-family:"Adobe Garamond Pro", "Goudy Old Style", serif;
	font-size: 3em;
	color: #578913;
}

#header ul li {
	text-decoration: none;
	list-style: none;
	display: block;
	font-size: 12px;
	color: #ffffff;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 25px;
	float: left;
}
#header ul li a:link,#left_sidebar ul li a:link {
	color:#336600;
}
#header ul li a:visited,#left_sidebar ul li a:visited {
	color:#336633;
}
#header ul li a:hover,a:active, #left_sidebar ul li a:hover a:active {
	color:#FF0000;
}

#header ul li a:focus {
	color:#FFFFFF;
}
#main_copy {
	font-family:"Adobe Garamond Pro", "Goudy Old Style", serif;
	font-size: 1 em;
	padding-top: 1;
	padding-right: 3em;
	padding-bottom: 1;
	padding-left: 3em;
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFCC;
	text-decoration: none;
	position: relative;
	width: 40em;
}
#main_copy ul li {
	list-style-type: none;	
}
#main_copy a:link,a:visited
{
	color:#336600;
}
#main_copy a:hover,a:active,a:focus
{
	color:#339999;
}

#main_copy td {
	padding: 10px;
}
#left_sidebar ul {
	padding: 20px;
}
#left_sidebar ul li {
	text-decoration: none;
	list-style: none;
	font-size: 12px;
	color: #336600;
}
#left_sidebar ul li a:focus {
	color:#FFFFFF;
}
