BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000/*#4C4242 dark brown*/;
	background-color : #D9D9D9/*background color #EFE4C3*/;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
}
.page{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	vertical-align: top;
	width: 900px;
	border: 1px solid #808080;/*dark brown*/
	background-color: #FFFFFF;/*##F2F2F2*/
	}
.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 : 1.0em;
	color : #000000;
	background-color : transparent;
}
p {
font-size : .7em; 
font-family : Arial, Helvetica, sans-serif; 
color: #000;
}
.smalltext {
font-family : Arial, Helvetica, sans-serif; 
color: #000;
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .8em; 
}

.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:#666666;
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.menu{
	font-size: 1em;
	font-weight: bold;
	color: #000/*black*/;
	background-color: #9999CC;/*#FFDB70 mustard yellow*/;
}

.menuContent{color: #243688;
font-size:.9em;
}
.menuContent a{text-decoration: none;
}
.menuContent a:link{text-decoration: underline;
color: #48341E;
}
.menuContent a:visited{
	text-decoration: none;
	color: #48341E;
}
.menuContent a:hover{
	text-decoration: underline;
	color: #000;
}

.column{
	font-size: 1em;
	font-weight: bold;
	color: #000/*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: #6A4329;
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 : 1.0em; 
}

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

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

.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 : #909158/*#dark green*/;
}

.bg_medium {
  background-color : #9999CC/*#B8A7E2*/;
}

.bg_light {
  background-color : #E9CC6F/*#e9d693*/;
}

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

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

.alt_bg_light {
  background-color : #E9CC6F/*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;
	background-color: #9999CC/*#E9CC6F #B8A7E2 yellow/purple*/;
	color: #5838A8/*5E3CB4*/;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a37211;
	padding-top: 2px;
	font-weight: bold;
}
#footer p {
	padding: 10px 0;	
	margin: 2px;	
}
#footer a {
	color: #5E3CB4;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#address{
	font-size: 0.7em;
	color: #3D3D3D;/**/
	text-align: left;
	vertical-align: bottom;
	background-color:#ffffff/*pale green*/;
	text-decoration: none;
}
#address a {
	text-decoration: underline;
	color: #000000;/*#4D1A00 dark rust brown*/
}
#address a:link{
	text-decoration: underline;
	color: #000000;
}
#address a:hover {
	color: #000;
	text-decoration: underline;
}
#address a:visited{
	text-decoration: none;
	color: #630;
}

