BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000/*#4C4242 dark brown*/;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	background-repeat: repeat;
	background-image: url(images/bkg_gradient.jpg);
}
.page{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	vertical-align: top;
	width: 900px;/*dark blue*/
	background-color: #FFFFFF;
	}
.updatetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .2em;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
	background-position: top;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : 1em;
	color : #000;
	background-color : transparent;
}
p {
	font-size : 0.7em;
	font-family : Arial, Helvetica, sans-serif;
	color: #2C4B08;
}
.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 0.7em;
}

.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
color: #000/*deep brown #524444*/;
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
color:#2C4B08;
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.menu{
	font-size: 1em;
	font-weight: bold;
	color: #2C4B08/*black*/;/*#FFDB70 yellow gold*/
	;
}

.menuContent{color: #2C4B08/*dark green*/;
font-size:.9em;
}
.menuContent a{text-decoration: none;
}
.menuContent a:link{text-decoration: underline;
color: #2C4B08;
}
.menuContent a:visited{
	text-decoration: none;
	color: #46780D/*#55402B*/;
}
.menuContent a:hover{
	text-decoration: underline;
	color: #000;
}

.column{
	font-size: 1em;
	font-weight: bold;
	color: #2C4B08/*black*/;
	background-color:#B2C6A1/*pale green*/;
}

.columnRt{color: #462C1B;
font-size:.9em;
}
.columnRt a{text-decoration: none;
}
.columnRT a:link{text-decoration: underline;
color: #462C1B;
}
.columnRt a:visited{
	text-decoration: none;
	color: #462C1B;
}
.columnRt a:hover{
	text-decoration: underline;
	color: #000;
}
.noline a:link{
	color: #2C4B08;
	text-decoration : underline;
}

.noline a:visited{
  text-decoration : none;
}

.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #000 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
	background-color : #B6DE87/*bkg green*/;
}

.bg_medium {
  background-color : #A9BD85/*#F6E4B6 medium gold*/;
}

.bg_light {
  background-color : #C1C9AB/*#c7c4a4 #D1CCAB*/;
}

.alt_bg_dark {
  background-color : #FFFFFF;/*white*/
}

.alt_bg_medium {
  background-color : #CCCCCC/*medium gray*/;
}

.alt_bg_light {
  background-color : #F8F7D8/*yellow gray*/;
}

.copyright {
    font-size: .7em;
    text-align: center;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-decoration: none;
	text-align: center;
	color: #2C4B08;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0e8b4;
	padding-top: 2px;
	font-weight: bold;
	line-height: 19px;
}
#footer p {
	padding: 10px 0;	
	margin: 2px;	
}
#footer a {
	color: #2C4B08;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#address{
	font-size: 0.7em;
	color:#2C4B08;/**/
	text-align: left;
	vertical-align: bottom;
	background-color:#FFFFFF/*pale green*/;
	text-decoration: none;
}
#address a {
	text-decoration: underline;
	color: #2C4B08;/*#4D1A00 dark rust brown*/
}
#address a:link{
	text-decoration: underline;
	color: #2C4B08;
}
#address a:hover {
	color: #000;
	text-decoration: underline;
}
#address a:visited{
	text-decoration: none;
	color: #000;
}

