BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000/*black*/;
	background-color : #D4EAF7/*very light blue*/;
	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: 850px;
	border: 1px solid #123573/*dark blue*/;
	background-color: #FFF/*white*/;
	}
.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 : .8em; 
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: #636363/*dark gray*/;
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

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

.menu{
	font-size: 1em;
	font-weight: bold;
	color: #000;/*black*/
	background-color:#7EBFE7;/*medium blue from banner*/
}
.menuContent{
	color: #1C6897;
	font-size:.9em;
	background-color:#fff;
}
.menuContent a{
	color: #1C6897;/*deep aqua blue*/
	text-decoration: none;
}
.menuContent a:link{
	color:#1C6897;
	text-decoration: underline;
	}
.menuContent a:visited{
	text-decoration: none;
	color:#1C6897;
}
.menuContent a:hover{
	color: #1C6897;/*deep aqua blue*/
	text-decoration: underline;
	
}
.noline a:link{color: #685B5B;
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 : #fff;/*dark green*/
}

.bg_medium {
  background-color : #2894D7;/*medium blue*/
}

.bg_light {
  background-color : #7EBFE7;/*very pale blue*/
}

.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.7em;
	text-decoration: none;
	text-align: center;
	background-color: #7EBFE7;/*same blue as menu bar*/
	color: #000;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #126774;
	padding-top: 2px;
}
#footer p {
	padding: 10px 0;	
	margin: 2px;	
}
#footer a {
	color: #000 ;/*black*/
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:link {
	color: #000;
	text-decoration: underline;
}
#address{
	font-size: 0.7em;
	color: #1C6897 ;/*very dark blue*/
	text-align: left;
	vertical-align: bottom;
	background-color: #FFFFFF;
}
#address a {
	text-decoration: underline;
	color: #1C6897;
}
#address a:link{
	text-decoration: underline;
	color: #1C6897;
}
#address a:hover {
	text-decoration: underline;
	color: #000;
}
#address a:visited{
	text-decoration: underline;
	color: #1C6897;
}
5
