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;
}
.mred {
	color: #C33;
}
.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;
	font-size: 115%;
	font-weight: bold;
}
#nav-top a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #06c;
	text-align:center;
	width: 158px;
}
#nav-top li {
	float: left;
	line-height: 2em;
}
#nav-top a:hover {
	text-decoration: underline;
	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;
}
#main780 {
	width: 780px;
	float: left;
}
#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 {
width: 300px; height: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;
}
.a174x661-r {
width:171px; height:661px;
float:right;
padding:15px;
}
.a120x600 {
width:120px; height:600px;
padding:10px;
border: 1px #f00 solid;
}
.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;
}
.sitemap a {
	text-decoration: none;
}
.sitemap a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.sitemap ul ul {
	margin-left: 0px;
	padding: .5em 0 1.5em 0px;
}
.sitemap li {
	margin-left: 10px;
	list-style: none;
	padding-left: 20px;
	background: transparent url('../images/level1.png') 0 .15em no-repeat;
	text-transform: capitalize;
}
.sitemap li li {
	background: transparent url('../images/level2.png') 0 .15em no-repeat;
}
.sitemap li li li {
	background: transparent url('../images/level3.png') 0 .15em no-repeat;
	font-size: .85em;
}
.sitemap #home {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 .5em 24px;
	margin: 0;
	background: transparent url('../images/home.png') 0 .15em no-repeat;
}
#cbxss1 {
	font-weight:bold;
	color: #00f;
}
#cbxss1:hover {
	color: #d00;
}
#cbxss2 {
	font-weight:bold;
	color: #00f;
}
#cbxss2:hover {
	color: #d00;
}
/* forms */
#main-div {width: 48em; height:32em; font-size:12px; line-height:15px;}
#main-div h1 {font-size: 180%; margin-bottom: 10px;}
#main-div h2 {font-size: 150%; color: #c00;	margin: 10px 0 10px 0;}
p#err1, p#err2 {visibility: hidden; color: #f00; font-weight:bold;}
#thanku {visibility: hidden; color: #c00;}
/* end forms */

.facebook {float: right; width: 160px; height: 22px; margin: 10px 10px 8px 8px;}

/* Colorbox */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:url(../images/cbimages/overlay.png) repeat 0 0;}
#colorbox{}
  #cboxTopLeft{width:21px; height:21px; background:url(../images/cbimages/controls.png) no-repeat -100px 0;}
  #cboxTopRight{width:21px; height:21px; background:url(../images/cbimages/controls.png) no-repeat -129px 0;}
  #cboxBottomLeft{width:21px; height:21px; background:url(../images/cbimages/controls.png) no-repeat -100px -29px;}
  #cboxBottomRight{width:21px; height:21px; background:url(../images/cbimages/controls.png) no-repeat -129px -29px;}
  #cboxMiddleLeft{width:21px; background:url(../images/cbimages/controls.png) left top repeat-y;}
  #cboxMiddleRight{width:21px; background:url(../images/cbimages/controls.png) right top repeat-y;}
  #cboxTopCenter{height:21px; background:url(../images/cbimages/border.png) 0 0 repeat-x;}
  #cboxBottomCenter{height:21px; background:url(../images/cbimages/border.png) 0 -29px repeat-x;}
  #cboxContent{background:#fff;}
    #cboxLoadedContent{margin-bottom:28px;}
    #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
    #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
    #cboxSlideshow{position:absolute; bottom:4px; right:50px; color:#00f;}
    #cboxSlideshow.hover {color:#c00;}
    #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/cbimages/controls.png) no-repeat -75px 0px; width:25px; height:25px; text-indent:-9999px;}
    #cboxPrevious.hover{background-position:-75px -25px;}
    #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/cbimages/controls.png) no-repeat -50px 0px; width:25px; height:25px; text-indent:-9999px;}
    #cboxNext.hover{background-position:-50px -25px;}
    #cboxLoadingOverlay{background:url(../images/cbimages/loading_background.png) no-repeat center center;}
    #cboxLoadingGraphic{background:url(../images/cbimages/loading.gif) no-repeat center center;}
    #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/cbimages/controls.png) no-repeat -25px 0px; width:25px; height:25px; text-indent:-9999px;}
    #cboxClose.hover{background-position:-25px -25px;}
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/cbimages/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/cbimages/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/cbimages/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/cbimages/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/cbimages/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/cbimages/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/cbimages/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/cbimages/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
/* Colorbox end */

