	body
		{
			margin: 0;
			padding: 0;
			font-family: georgia, times, "times new roman", serif;
			color: #000;
			background-color: #ddd;
			font-family:Verdana,Arial, Helvetica, sans-serif;
			font-size:10px;

		}
a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

		
		#container
		{
			margin: 1em 5%;
			background-color: #FFF;
			background-image:  url(images/variation1.gif);
			background-repeat: repeat-y;
			border: 1px solid #333;
		}
		
		#banner
		{
			background-color: #fff;
			border-bottom: 1px solid #fff;
		}
		
		#banner h1
		{
			margin: 0;
			padding: .5em;
		}
		
		#nav
		{
			float: left;
			width: 260px;
			margin-left: 10px;
			padding-top: 1em;
		}
		
		#nav p { margin-top: 0; }
		
		#content
		{
			padding-top: 1em;
			margin: 0 2em 0 300px;
		}
		
		#content h2 { margin-top: 0; }
		
		#footer
		{
			clear: both;
			background-color: #666;
			padding: 1em;
			text-align: right;
			border-top: 1px solid #333;
		}
table {
	width: 500px;
	border-collapse:collapse;
	border:1px solid #2E2E2E;
}
caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(images/caption.jpg) right top;
	height: 45px;
	color: #243D02;
	border-top: 1px solid #243D02;
}
thead th {
	background: #243D02 url(images/th.jpg) no-repeat right;
	height: 30px;
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #8D8D8D;
}
tbody tr {
background: url(images/td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: #7DBB27;
}

tbody th,td {
	font-size: 10px;
	line-height: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	padding: 5px 7px;
	border-top: 1px solid #243D02;
	border-right: 1px solid #8D8D8D;
	text-align: left;
}
tfoot th {
	background: #243D02 url(images/foot.jpg) repeat-x bottom;
	border-top: 1px solid #243D02;
	color: #FFFFFF;
	height: 20px;
}
tfoot td {
	background: #243D02 url(images/foot.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
