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%;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	color: #000;
	text-align: center;  /*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*/
	margin-left:auto;
	margin-right:auto;
	margin-top: 4px;
	min-height:100%;
	_height:100%;  /* for ie6, not ie7*/
	border: 1px solid #999;
	background-color: #fff;
/*	background:url(../images/t1.jpg) repeat-y #fff;
	background-position: 0px 130px;
*/
}
#outer-search { /*search results page*/
	position:relative;
	width: 962px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 4px;
	min-height:100%;
	_height:100%; 
	border: 1px solid #999;
	background-color:#fff;
}

#top {
	width: 100%;
	background-color: #06c;
	width:960px;
	border: 1px solid #ccc;
}
#topimg {
	vertical-align:middle;
	width:960px;
	height:90px;
	border-width: 0;
	padding: 0;
}
#middle {
	width: 100%;
	overflow:hidden;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 5em;
}
#footer {
	position:absolute;
	bottom:8px;  /*keep off bottom */
	width: 100%;
	height: 4em;
	text-align:center;
	font-size:85%;
}
p {
	line-height: 1.4em;
}
h1 {
	font-size: 180%;
	margin-bottom: 10px;
}
h2 {
	font-size: 150%;
	margin-bottom: 10px;
}
.h2-n a {
	text-decoration: none;
	color: #06c;
}
.h2-n a:hover {
	text-decoration: underline;
	color: #f00;
}
h3 {
	font-size: 125%;
	margin-bottom: 5px;
}
h4 {
	font-size: 100%
}
h5 {
	font-size: 89%
}
h6 {
	font-size: 75%
}
.size1 {
	font-size: 200%
}
.size2 {
	font-size: 150%
}
.size3 {
	font-size: 125%
}
.size4 {
	font-size: 100%
}
.size5 {
	font-size: 89%
}
.size6 {
	font-size: 75%
}
.white {
	color: #fff;
}
.red {
	color: #f00;
}
.lblue {
	color: #06c;
}
.mblue {
	color: #03c;
}
.dblue {
	color: #039;
}
.teal {
	color: #369;
}
.lgray {
	color: #ccc;
}
.mgray {
	color: #666;
}
.dgray {
	color: #333;
}
.bg-vlgray {
	background-color:#efefef;
}
.bg-lblue {
	background-color: #06c;
}
.bg-vlblue {
	background-color: #ECF5FF;
}
.bg-lav {
  background-color:#ccf;
}
.bg-pale-red{
	background-color:#fcc;
}
.bg-pale-blue {
	background-color:#9cf;
}
.bor-lblue {
	border: 1px solid #06c;
}
.bor-white {
	border: 1px solid #fff;
}
img {
	border-color: #999;
	border-width: 1px;
	padding: 1px;
}
.img-w {
	border-color: #fff;
	border-width: 1px;
	padding: 1px;
}
.img-0 {
	border-width: 0px;
}
a:hover img {
	border-color: #f00;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
.fltright {
	float: right;
}
.fltleft {
	float: left;
}
.clearleft {
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearright {
	clear: right;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearboth {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#nav-left ul {
	list-style-type: none;
}
#nav-left a {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
	line-height: 1.6em;
	padding-left: 20px;
}
#nav-left a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0033;
}
#nav-top, #nav-top ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2em;
	z-index:9999;
}
#nav-top a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background-color: #06c;
	text-align:center;
	width: 158px;
}
#nav-top li {
	float: left;
	line-height: 1.6em;
}
#nav-top a:hover {
	text-decoration: underline;
	font-weight:bold;
	font-size: 105%;
}
.margin10 {
	margin: 10px 0 10px 10px;
}
.leftmargin20 {
	margin-left: 20px;
}
.leftmargin50 {
	margin-left: 50px;
}
.rightmargin50 {
	margin-right: 50px;
}
.rightmargin20 {
	margin-right: 20px;
}
.topmargin10 {
	margin-top: 10px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.valign {
	vertical-align: middle;
}
.line1em {
	line-height: 1em;
}
#mainhead {
 margin-top: 10px;
 margin-bottom: 10px;
}
.search {
	margin: 6px 6px 0px 6px;
 float: right;
}
#main {
	width:520px;
	float: left;
	padding: 5px 10px 15px 15px;
}
#mainl {
	width:410px;
  float: left;
	padding: 5px 10px 15px 60px;
}
#mainl h1 {
	text-align: center;
	color: #f00;
	margin-top: 20px;
	margin-bottom: 10px;
}	
#mainr {
	width:410px;
	float: right;
	padding: 5px 50px 25px 10px;
}
#mainr h1 {
	text-align: center;
	color: #f00;
	margin-top: 20px;
	margin-bottom: 10px;
}
.main-table {
	border: 1px solid #06c;
	background-color: #ECF5FF;
}
.main-table td {
	padding: 10px;
	vertical-align: top;
}	
.main-table ul {
	margin-left: 20px;
	list-style-image:url(../images/nav/b1.gif);
/*	list-style-type:circle;*/
/*	color:#06c;*/
}	
.main-table2 {
margin-left:auto;
margin-right: auto;
}
.main-table2 td {
text-align: center;
}
#mainw {
	width:715px;
	float: left;
	padding: 5px 15px 15px 15px;
}
#main760 {
	width:760px;
	float: left;
	padding: 5px 10px 15px 10px;
}
#sidebar1 {
	float: left;
	width: 170px;
	padding: 16px 0 10px 10px;
}
#sidebar2 {
	float: right;
	width: 220px;
	padding-right: 5px;
	padding-top: 6px;
	text-align: center;
}
#eventsc1 {
	width:340px;
	float: left;
	padding: 10px;
	border: 1px solid #dedede;
}
#eventsc2 {
	width:340px;
	float: right;
	padding: 10px;
	border: 1px solid #dedede;
}
#feedbck { /* form */
	width: 600px;
	padding: 10px 0 30px 20px;
}
#feedbck form fieldset {
	padding: 20px;
	border: 1px solid #ccc;
}
#feedbck form fieldset label {
	width: 10em;
	float: left;
}
.a300x250 {
eight:250px;
padding:10px;
}
.a300x250-r {
width:300px; height:250px;
float:right;
padding:10px;
}
.a336x280-r {
width:336px; height:280px;
float:right;
padding:10px;
}
.a300x250-l{
width:300px; height:250px;
float:left;
padding:10px;
}
.a160x600 {
width:160px; height:600px;
padding:15px;
}
.a160x600-r {
width:160px; height:600px;
float:right;
padding:15px;
}
.a120x600 {
width:120px; height:600px;
padding:10px;
}
.a120x600-r {
width:120px; height:600px;
float:right;
padding:10px;
}
.a250x250-r {
width:250px; height:250px;
float:right;
padding:10px;
}
.a150x150-r {
width:150px; height:120px;
float:right;
padding:10px;
}
.a468x60-c {
height:60px;
padding:10px;
}
.a200x200-c {
width:200px; height:200px;
padding:10px;
}
.picts-204 {
width:204px;
padding:10px 0 10px 10px;
float:right;
text-align:center;
}
.nobul {
	list-style-type: none;
}
.text-ad {
	margin-right: 50px;
	margin-left: 50px;
	font-size: 125%;
	background-color:#fcc;
	text-align:center;
	border: 1px solid #999;
}
.text-ad img {
	border-width: 0px;
}
.block-ad img {
	border-width: 0px;
}