/* Controls the main link colors in the page body*/a {	color : #66CC99;; font-weight: bold}a:visited {	color : #999999;}/*Sets the main page elements, background is white, text is charcoal*/body{	background-color : #FFFFFF;	color : #666666;}h1 {	background-color : #FFFFFF;	color : #66CC99;	font-family : Arial, Helvetica, sans-serif;	font-size : 15px;}h2 {	background-color : #FFFFFF;	color : #6699FF;	font-family : Arial, Helvetica, sans-serif;	font-size : 13px;}/*Sets the font and size of the text in tables*/td {	font-family : Verdana, Arial, Helvetica, sans-serif;	font-size : 12px;}/* Controls the background color and font color of the sidebar*/td.sidebar {	background-color : #66CC99;	color : #FFFFFF;}/* Sets the background to blue color */.bluebg {	background-color : #99CCFF;	font-family : Verdana, Arial, Helvetica, sans-serif;	font-size : 14px;	color : #FFFFFF;}/*Used for captions for pictures in the sidebar*/.caption{	color : #FFFFFF;	font-family : verdana, Arial, Helvetica, sans-serif;	font-size : 10px;}/*Styles to format the form elements*/.dropdown{	background-color : #CCFFCC;	color : #66CC99}/* Sets the background to green color */.greenbg {	background-color : #66CC99;	font-family : Verdana, Arial, Helvetica, sans-serif;	font-size : 14px;	color : #FFFFFF;}/* Sets the font for the news on the index page*/.news{	color : #FFFFFF;	font-size : 11px;}/*Controls the color of the links in the side bar*/.sidebar a {	color : #FFFFFF;	text-decoration : none;}.sidebar a:visited {	color : #FFFFFF;}.sidebar a:hover {	color : #FFFF99;}.sidelinks {font-size : 11px;color : White;}/* Controls the main section dividers for the site map page*/.sitemap {	background-color : #D7D7BF;	color : #66CC99;	font-weight : bold;}/*Tagline appearing on every page*/.tagline{	background-color : #FFFF33;	color : #FFFFFF;	font-family : Verdana, Arial, Helvetica, sans-serif;	font-size : 11px;}.tagline A{	color : #FFFFFF;	text-decoration : none;}/* Text on the home page*/.fronttext{	background-color : #FFFFFF;	color : #333333;	font-family : Verdana, Arial, Helvetica, sans-serif;	font-size : 10px;	text-align : justify;}/* Sets the background to green color */.greentext {	background-color : #FFFFFF;	font-family : Verdana, Arial, Helvetica, sans-serif;	font-size : 14px;	color : #66CC99;	text-align : center;; font-weight: bold}/* Sets the background to blue color */.bluetext {	background-color : #FFFFFF;	font-family : Verdana, Arial, Helvetica, sans-serif;	font-size : 14px;	color : #3399FF;	text-align : center;; font-weight: bold}