	body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #817A69;
	margin:0px;
	background-color: #F8F8F8;
	background-position: top left;
	}
		
	/*##################### 
	id containers
	######################*/
	#metaNav
	{
	text-align:right;
	color: #FFFFFF;
	background-color: #A09A8A;
	font-size: smaller;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 760px;
	float: right;
	}
	#metaNav a
	{
	text-decoration:none;
	padding:0px 15px 0px 15px;
	color: #FF8800;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	
	}
	#metaNav a:hover
	{
		text-decoration:underline;
		color: #660099
	}
	#metaNav2
	{
	text-align:right;
	color: #FFFFFF;
	background-color: #A09A8A;
	font-size: smaller;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 260px;
	float: right;
	}
	#metaNav2 a
	{
	text-decoration:none;
	padding:0px 15px 0px 15px;
	color: #FF00FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	
	}
	#metaNav2 a:hover
	{
		text-decoration:underline;
		color: #660099
	}
	#menuNav
	{
	text-align:left;
	color: #FFFFFF;
	background-color: #A09A8A;
	font-size: smaller;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 200px;
	}
	#menuNav a
	{
	text-decoration:none;
	padding:0px 20px 0px 15px;
	display:block;
	color: #FFFFFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	
	}
	#menuNav a:hover
	{
		text-decoration:underline;
		color: #660099
	}
	#menuNavText
	{
	text-align:center;
	color: #FFFFFF;
	background-color: #A03A8A;
	font-size: small;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 200px;
	}
	#dateText
	{
	text-align:right;
	color: #98A2D6;
	background-color: none;
	font-family: MS Sans Serif,Geneva,Trebuchet MS,Arial,Helvetica;
	font-size: medium;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px;
	width: 340px;
	float: right;
	}

