/* 
	Project 359 StyleSheet
	Author: David Saul (project359@gmail.com)
	Date: 7th April 2007
*/

body	{
	background-color: #ecdaae;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 100%;
}

p	{
	color:	#333333;
	font-family: trebuchet, trebuchet-ms, trebuchet ms, verdana, arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
}

h1	{
	color:	#669999;
	font-family: trebuchet, trebuchet-ms, trebuchet ms, verdana, arial;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
}

li	{
	color:	#333333;
	font-family: trebuchet, trebuchet-ms, trebuchet ms, verdana, arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
}

/* Link Styles */
a	{
	color: #c6a256;
	font-family: trebuchet, trebuchet-ms, trebuchet ms, verdana, arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a:Active	{
	color: #c6a256;
	font-family: trebuchet, trebuchet-ms, trebuchet ms, verdana, arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a:Visited	{
	color: #c6a256;
	font-family: trebuchet, trebuchet-ms, trebuchet ms, verdana, arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
	
a:Hover	{
	color: #669999;
	font-family: trebuchet, trebuchet-ms, trebuchet ms, verdana, arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}


/* Div Styles */

.content	{
	background-color: #ffffff;
	width: 758px;
	border: solid;
	border-width: 1px;
	border-color: #c6a256;
	border-top: 0px;
	border-bottom: 0px;
}
