body {
	margin: 				0px;
	min-width: 				900px;       /* 2x LC width + RC width */
	background-color: 		#5c87c9;
	text-align: 			center;
	padding-top: 			0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 		15px;
	background-image: 		url(images/background.gif);
	background-repeat: 		repeat-x;
	}
#wrapper {
	text-align: 			center;
	width: 					855px;
	margin-right: 			auto;
	margin-left: 			auto;
	margin-top: 			0;
	background-color: 		#FFFFFF;
	border:					1px solid black;
}
/* mac hide */
*html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 					900px;
	width: 				900px;
}
/* end hide */ 
#headerpanel {
	height:					174px;
	background-image: 		url(images/top_header.gif);
	background-repeat: 		no-repeat;
	border-bottom:			0;
}
*html #headerpanel {
margin-right: -2px;
}
#bodywrapper {
	text-align:				left;
	background-color:		#ffffff;
	min-height:				600px;
}
* html #bodywrapper {
	height:					600px;
}
#FlashPanel {
	height:					289px;
	background-image: 		url(images/flash_panel.jpg);
	background-repeat: 		no-repeat;
	border-bottom:			1px solid black;
}

/* FlashPanel FIX for IE6 */
* html #FlashPanel {
margin-top: -10px;
}

#RightPanel {
	background-color:		#eb8f30;
}
#contents {
	padding:				10px 25px;
	font-family: 			"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size : 			11pt;
	font-weight : 			normal;
	color:					#000000;
}
#menustrip {
	float: 					left;
	/*margin-left: 115px;*//*margin-left:			215px;*/
	height: 				30px;
	padding: 0px 0px 0px 215px;/*padding: 				0px 0px 0px 200px;*/
	margin-top:				140px;
}
*html #menustrip {
	height: 				40px;
	
}

*html .navfix {
margin-bottom: -10px;
}
#menustrip ul {
	padding: 				0;
	list-style-type: 		none;
	margin-top:				0;
	margin-left:			0px;
	padding-top: 			5px;
}
#menustrip ul li {
	display: 				inline;
	text-align: 			left;	
}
#menustrip ul li a {
	display: 				inline;
	font-family: 			arial, verdana;
	font-weight: 			bold;
	font-size: 				13pt;
	padding: 				0px 0px 0px 0px;
	text-decoration: 		none;
	color: 					#000000;
	margin-top: 			0;
	margin-right: 20px;
}
#menustrip ul li a:hover {
	color:					#efa12f;
}

/* Holly Hack for IE */
/** html #menustrip ul li {
	float: left;
	height: 1%;
}
*/
* html #menustrip ul li a {
	height: 1%;
}

/* End */
.TopHeader {
	border-bottom:			1px solid black;
}
H1 {
	font-family: 			"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size : 			14pt;
	font-weight : 			bold;
	color:					#588298;
}
H1.PageHeader {
	font-size : 			12pt;
	
}
#footer {
	clear: both;
	height:					40px;
	background-color: 		#000000;
}
*html #footer {
margin-right: -2px;
}
#MenuPanel ul {
	padding: 				0;
	list-style-type: 		none;
	margin-top:				0;
	margin-left:			5px;
	padding-top: 			12px;
}
#MenuPanel ul li {
	text-align: 			left;
	font-size: 				10pt;
	
}
#MenuPanel ul li a {
	font-family: 			arial, verdana;
	font-weight: 			normal;
	padding: 				3px 20px;
	text-decoration: 		none;
	color: 					#fe9428;
	margin-top: 			0;
	width: 					auto;	
}
#MenuPanel ul li.Main, #MenuPanel ul li.Main a {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size : 			13pt;
	font-weight : 			bold;
	text-transform:			uppercase;
	padding: 				3px 20px;
	text-decoration: 		none;
	color: 					#FFFFFF;
	margin-top: 			0;
	width: 					auto;	
}
#MenuPanel ul li.Main a {
	padding-left:			0;
}
#MenuPanel ul li.Main a:hover {
	color:					#fe9428;
}
#MenuPanel ul li a:hover {
	color:					#FFFFFF;
}
#MenuPanel .Separator {
	height: 				2px;
	margin:					0 30px 10px 20px;
	border-bottom:			1px solid #FFFFFF;
}
#contentbox {
	width:					450px;
	padding-left:			15px;
	padding-right:			15px;
	float:					left;
	background:				#edf4f4;
	min-height: 			550px;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	line-height: 			19px;
}

H2 {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size : 			12pt;
	font-weight : 			bold;
	color:					#588298;
}
H3 {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size : 			11pt;
	font-weight : 			bold;
	color:					#588298;
}
H4 {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size : 			9pt;
	font-weight : 			bold;
	color:					#588298;
	margin-bottom: 0;
	padding-bottom:0;
}
.formsection {
	padding:				5px 0;
}

a:link, a:visited, a:active {
	color: 					#2660b7;
	font-weight:			bold;
	text-decoration: 		none;
}
a:hover {
	color: 					#2660b7;
	text-decoration: 		underline;
}

#FormBlock {
	margin:					0 10px;
}
.formtext {
	font-weight:			bold;
}
.Spectable {
	border:					2px solid #ebf1f9;
}
.SpectableRowOn, .SpectableRowOnBottom {
	background-color: 		#ebf1f9;
	padding:				4px;
}
.SpectableMainHeading td{
	border-bottom:			2px solid #ebf1f9;
	border-right:			2px solid #ebf1f9;
}
.SpectableMainHeading td.last{
	border-right:			0;
}
.SpectableRowOn td{
	border-right:			2px solid #ffffff;
	padding:				3px;
}
.SpectableRowOnBottom td{ 
	border-right:			2px solid #ffffff;
	border-bottom:			2px solid #ffffff;
}
.SpectableRowOn td.last{
	border-right:			0;
}
.SpectableRowOff {
	background-color: 		#ffffff;
	padding:				3px;
}
.SpectableRowOff td{
	background-color: 		#ffffff;
	border-right:			2px solid #ebf1f9;
	padding:				4px;
}
.SpectableRowOff td.last{
	border-right:			0;
}
.SpectableHeader {
	background-color: 		#5c87c9;
	padding:				4px;
	font-size:				10pt;
	font-weight:			bold;
	color:					#ffffff;
} 
.Spectable .Header{
	font-weight:			bold;
}
#GalleryBox {
	text-align:				center;
	margin-bottom:			20px;
}
.gallery{
          margin:0; padding:0;
          overflow:hidden; /* Clears the floats */
          width:700px; /* IE and older Opera fix for clearing, they need a dimension */
          list-style:none;
        }
          .gallery li{
            float:left;
            display:inline; /* For IE so it doesn't double the 1% left margin */
            width:130px;
            margin:0 0 10px 1%; padding:10px 0;
            height:100px; /* Height of img (75) + 2 times 3px padding + 2 times 1px border = 83px */
            position:relative; /* This is the key */
            background:url(45degree.png);
          }
            .gallery a,
            .gallery img{
              display:block;
              width:100%;
            }

            a img{ border:none; } /* A small fix */

            .gallery a:link,
            .gallery a:visited,
            .gallery a:focus,
            .gallery a:hover,
            .gallery a:active{
              padding:3px;
              background:#eeefef;
              width:120px; height:120px;
              border:1px solid #eeefef; /* We blend the border with the bg, as if it isn't there */
              position:absolute; top:50%; left:50%; /* position it so that image's top left corner is in the center of the list item */
              margin:-41px 0 0 -41px; /* Pull the image into position with negative margins (margins value is half of the width of the image) */
            }
            .gallery a:hover{
              border-color:#dfdfdf;
            }

            /* These are all optional, for decoration purposes only */
            .gallery{
              padding-bottom:10px;
              margin-top:10px;
            }
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}
#LocationMap {
	margin-top:			30px;
	margin-bottom:			30px;
	text-align:			center;
	border: 			1 px solid red;
}

/******* IMAGE FIX BELOW ELIMINATES INVISIBLE PADDING ON THE UPPER PORTION OF MAIN-PAGE IMAGES *******/

*html .mainimg (
margin-top: -10px;
}