/*GLOBAL STYLES*/a{		color: #003300;	text-decoration:underline;}a:link{	text-decoration:underline;}a:visited{	color:#003300;	text-decoration:underline;}a:hover{	text-decoration:none;}a.black{		color: #000000;	text-decoration:underline;}a.black:link{	text-decoration:underline;}a.black:visited{	color:#000000;	text-decoration:underline;}a.black:hover{	color: #333333;	text-decoration:none;}body {	background: url("images/grass.gif") 0% 0% no-repeat #999966;	background-color: #999966;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;	text-align: center;/* have to overwrite this further down the hierarchy*/	margin-top: 0px;	margin-bottom: 0px;}h1{	font-size: 36px;	font-weight:normal;	text-align:center;	color: #669933;	letter-spacing: 5px;	width:800px;}h2{	font-size: 18px;	font-weight:lighter;	text-align:center;	color: #666666;	letter-spacing: 5px;}h3{	font-size: 14px;	font-weight:bold;	color: #669933;}h4{	font-size: 18px;	font-weight:bold;	color: #000000;}ul#navlist{	margin-left: 0;	padding-left: 0;	padding-top: 1px;	padding-bottom: 12px;	white-space: nowrap;}/*CLASS STYLES*/.greenHeader{	font-size: 14px;	font-weight:bold;	color: #669933;	text-align:left;}.greenHeaderSmall{	font-size: 12px;	font-weight:bold;	color: #669933;}.header{	font-size: 12px;	font-weight:lighter;	text-align:center;	color: #666666;	letter-spacing: 5px;}.headerItalic{	font-family: "Times New Roman", Times, serif;	font-size: 36px;	font-style:italic;	font-weight:lighter;	color: #000000;}.redHeader{	font-size: 14px;	font-weight:bold;	color: #993300;}/*ID STYLES*/#banner{	margin-top:50px;}#box{	text-align:left;	padding:10px;	border: 1px solid #000000;}#clearBreak{	clear:both;	height:50px;}#clearBreakSpace{	clear:both;	height:100px;}#clearCols{	clear:both;	height:5px;}#colLeft{	float:left;	font-size: 12px;	text-align:left;	margin-top: 20px;	width:150px;	height:500px}#colRight{	float:right;	font-size: 12px;	text-align:left;	margin-top: 20px;	width:150px;	height:300px}#colLeftNoImage{	float: left;	width: 150px;	height: 600px;}#colLeftNoImage img{	position: inherit;	margin-top: 400px;}#colCentre{	float:left;	font-size: 12px;	text-align:left;	margin-top: 20px;	width:500px;}#colCentre span{	text-align:center;}#colCentreBorder{	float:left;	font-size: 14px;	font-weight: bold;	text-align:left;	width:480px;	border: 1px solid #000000;	padding: 10px;}#colCentreRight{	float:left;	font-size: 12px;	text-align:right;	margin-top: 20px;	width:500px;}#column{	float:right;	font-size: 12px;	text-align:left;	margin-top: 10px;	width:250px;}#floatLeftBox{	float: left;	width: 150px;	height: 150px;	margin-right: 10px;	margin-bottom: 10px;}#floatRightBox{	float: right;}#floatRight{	float: right;	width: 150px;	height: 300px;}#floatRightSmall{	float: right;	width: 250px;	height: 250px;	text-align:right;}#logoBar{	float: left;	margin-top:40px;	z-index:100;}#navigationList {	padding: 3px 0;	margin-left: 0;	border-bottom: 1px solid #003300;}#navigationList  li {	list-style: none;	margin: 0;	display: inline;}#navigationList  li a {	padding: 3px 0.5em;	margin-left: 1px;	border: 1px solid #003300;	border-bottom: none;	background-color: #006600;	color: #FFFFFF;	text-decoration: none;}#navigationList  li a:link { 	color: #FFFFFF;}#navigationList  li a:visited { 	color: : #006600; }#navigationList  li a:hover {	color: #FFFFFF;	background-color: #339900;	border-color: #003300;}#navigationList  li a#current	{	color: #000000;	background: white;	border-bottom: 1px solid white;}#page{	background: url("images/background.gif") 0% 0% no-repeat #FFFFFF; 	width: 800px;	margin-left: auto;	margin-right: auto;	opacity:.80;	filter: alpha(opacity=80);	-moz-opacity: 0.8;	overflow:auto;}#pageOverLay{	position: absolute;	top:0px;	left:0px;	height: 700px;	width: 1200px;	background: url("images/grass.gif") 0% 100% no-repeat #FFFFFF;	z-index:50;	opacity:.50;	filter: alpha(opacity=50);	-moz-opacity: 0.5;	overflow:auto;	background-color: transparent;}#pageGradient{	/*background-image: url("images/gradient.jpg");	background-repeat: repeat-x:	background-color: transparent;*/	height: 50px;	width: 800px;	background-color: #FFFFFF;	margin-left: auto;	margin-right: auto;	opacity:.80;	filter: alpha(opacity=80);	-moz-opacity: 0.8;}#pageGradientLong{	height: 100px;	width: 800px;	background-color: #FFFFFF;	margin-left: auto;	margin-right: auto;	opacity:.80;	filter: alpha(opacity=80);	-moz-opacity: 0.8;}
