/* body{
	margin:-10px 0 0 -10px;
}	*/

html body{
	vertical-align: top;
	min-height: 100%;
	margin: 0 0 1px 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	color: #001A00;
	text-align: left;
	background-color: #ffffff;
}

#Container {
	margin: 0 auto 275px auto;
	padding: 0;
}

a {
	color: #004000;
	text-decoration: underline;		
}
	a:hover {
		color: #808000;
		text-decoration: none;
	}
	a:visited {
		color: #008000;
		text-decoration: underline;
	}
.nav {
	font-size: 13px;
	line-height: 1.3;
}	
a.nav {
	font-size: 13px;
	line-height: 1.3;
	color: #004000;
	text-decoration: underline;
}
	a.nav:hover {
		color: #808000;
		text-decoration: none;
	}
.navFooter {
	font-size: 10px;
	line-height: 1.2;
}	
a.navFooter {
	font-size: 10px;
	line-height: 1.2;
	color: #004000;
	text-decoration: underline;
}
	a.navFooter:hover {
		color: #808000;
		text-decoration: none;
	}

.center {
	text-align: center;
}
ul {
	margin: 8px 0px 8px 0px;
	padding: 0 0 0 20px;
	list-style-type: circle;
}
	li {
		padding: 0px;
		margin: 2px 0px 0px 0px;
/*		border: 1px solid #3333ff;	*/
	}

.smallTextIndex {
	font-size: 11px;
	line-height: 1.3;
}

.embedLeft {
	margin: 5px 12px 8px 0;
	padding: 5px;
	width: 150px;
	float: left;
	font-size: 11px;
	background-color: #DFDFC9;
}
.embedRight {
	margin: 5px 0 8px 12px;
	padding: 5px;
	width: 150px;
	float: right;
	font-size: 11px;
	background-color: #DFDFC9;
}
	ul.embedLeft, ul.embedRight {
		width: 140px;
		font-size: 10px;
		color: #001A00;
		margin: 2px 0px 0px 15px;
		padding: 0;
		list-style-type: circle;
	}
		li.embedLeft, li.embedRight {
			width: 135px;
			padding: 0px;
			margin: 0px 0px 0px 0px;
/*			border: 1px solid #3333ff;	*/
		}
	
	
	
	
