html, body {
	height: 100%;
	border: none;
	margin-bottom: 1px;
} /* 1px Firefox and Opera display right scroll bar when using relative #outer*/
* {
	margin:0;
	padding:0;
} /*inherited by all, override*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	color: #333;
	background-color: #fff;
	text-align: left;  /*centers container in IE 5*. Text then set to left aligned default in #outer*/
}
#outer {
	position:relative; /*use with absolute to push footer to bottom*/
	width: 962px;
	text-align: left; /*re-establish left default*/
	line-height: 1.5em;

/*	margin-left:auto;
	margin-right:auto; 
	margin-top: 4px; */
	min-height:100%;
	_height:100%;  /* for ie6, not ie7*/
/*	border: 1px solid #999;*/
}
#top {
	width: 100%;
	background-color: #c33;
	width:960px;
	border: 1px solid #ccc;
}
#topimg {
	vertical-align:middle;
	width:960px;
	height:90px;
	border-width: 0;
	padding: 0;
}
#footer {
/*	position:absolute;*/
	bottom:8px;  /*keep off bottom */
	width: 100%;
/*	height: 4em;*/
	text-align:center;
	font-size:85%;
}
.lmarg20 {
	margin-left: 20px;
}
.lpad20 {
	padding-left: 20px;
}
/*.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
}*/
.nolines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}
img {
	border-color: #fff;
	border-width: 1px;
}
a:hover img {
	border-color: #c00;
}
.nav {
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 125%;
}
.h {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006699;
	text-decoration: none;
}
.size120{
	font-size: 120%
}
a:hover {
	color: #FF0033;
	text-decoration: underline;
}
.center {
text-align: center;
}
#feedbck { /* form */
	width: 600px;
	padding: 10px 0 30px 20px;
}
#feedbck form fieldset {
	padding: 20px;
	border: 1px solid #ccc;
		font-size: x-small;
}
#feedbck form fieldset label {
	width: 10em;
	float: left;
}
.pghead {
padding-left: 260px;
color:#c00;
font-weight: bold;
font-size: 150%;
}
.fltr {
float:right;
}
.fltl {
float:left;
}
#geo {
position:relative;
height: 30px;
top: -26px;
}
.hd1 {
	font-size: 150%;
	font-weight: bold;
	color: #336699;
}
.hd2 {
	font-size: 125%;
	font-weight: bold;
	color: #cc0000;
}
.hd3 {
	font-size: 150%;
	font-weight: bold;
	color: #cc0000;
}
h1 {
	font-size: 200%;
	margin-bottom: 10px;
}
h2 {
	font-size: 150%;
	margin-bottom: 10px;
}
h3 {
	font-size: 125%;
	margin-bottom: 6px;
}
.red {
	color: #f00;
}
.red-c {
	color: #c00;
	font-weight: bold;
}
.font-line-norm {
	font-weight: normal;
	line-height: normal;
}
.vac {
	color: #f00;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.5em;
	text-align: center;
}
.fontsr {font-size: 85%; color: #f00;}
.facebook {float: right; width: 160px; height: 22px; margin: 10px 0px 6px 8px;}
.bord1 {border: 1px #c00 solid; padding: 4px;}

