body  {
	/* background-image:url(images/main/IMG_7749bg.jpg); 
	background-repeat:repeat;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #840000;
	/* background: #330000; */
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.colHybLtHdr #mainContent {
	margin: 0px auto 0px;
	padding: 0px;
	width: 1200px;
	background-color: #ffffff;
} 
a:link {
	color: #FFFFA4;
	text-decoration: none;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
a:active {
	color: #FFFFA4;
	text-decoration: none;
	font-size: 18px;
}
a:visited {
	color: #FFFFA4;
	text-decoration: none;
	font-size: 18px;
}
a:hover {
	color: #FFFFA4;
	text-decoration: underline;
	font-size: 18px;
}
/*
.content a:link {
	color: #930000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.content a:active {
	color: #00FF33;
	text-decoration: none; 
}
.content a:visited {
	color: #660000;
	text-decoration: none; 
}
.content a:hover {
	color: #3366FF;
	text-decoration: underline;
}
*/

.colHybLtHdr #header {
	height: 45px;
	text-align:center;
	background-color: #840000;
	color: #FFFFA4;
} 
.header a:link {
	color: #FFFFA4;
	text-decoration: none;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.header a:active {
	color: #FFFFA4;
	text-decoration: none;
}
.header a:visited {
	color: #FFFFA4;
	text-decoration: none;
}
.header a:hover {
	color: #FFFFA4;
	text-decoration: underline;
}
.colHybLtHdr #subHeader {
	text-align:center;
	border-collapse:collapse;
	border-spacing:0px;
	background-position: center top;
} 
.colHybLtHdr      #subHeader  table, td   {
	text-align:center;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0;
	font-size: 18px;
} 
.colHybLtHdr #subHeader h1{
	color: #0029A4;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.colHybLtHdr #subHeader h2{
	color: #930000;
	border-bottom: #530000 double 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}
.colHybLtHdr #container {
	padding: 0px;
	margin: 0px;
	
} 
.colHybLtHdr #index {
	padding: 0px;
	margin: 0px;
	background-color: #840000;
} 
.colHybLtHdr #menubar {
	margin: 20px 60px 20px 60px;
	text-align:center;
	border-color: #530000;
	border-style: double;
	border-width: 8px;
	background-color: #930000;
} 
.colHybLtHdr #imagePanel {
	margin: 20px 10px 20px 10px; /* top right bottom left*/
	border: 8px;
	border-color: #530000;
	background-color: #B39982;
	border-style: double;
	/* border-style: ridge; */
} 
.colHybLtHdr #infoPanel {
	margin: 0px 40px 0px 40px; /* top right bottom left*/
	background:#ffffff;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	top: auto;
	color: #996600;
	border: 8px;
	border-color: #CC6600;
	/* border-style: ridge; */
} 
.colHybLtHdr #infoPanel h1 {
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	top: auto;
	color: #660000;
}
.colHybLtHdr #imagePanel h1{
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	top: auto;
	color: #660000;
	background-color: #FFFFA4;
}

.colHybLtHdr #infoPanel b {
	background:#ffffff;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	color: #663300;
	font-style: oblique;
} 
.info a:link {
	color: #660000;
	text-decoration: none;
}
.info a:active {
	color: #FF9900;
	text-decoration: none; 
}
.info a:visited {
	color: #660000;
	text-decoration: none; 
}
.info a:hover {
	color: #660000;
	text-decoration: underline;
}
.colHybLtHdr #infoSubPanel {
	color: #996600;
	border-color: #330000;
	border-style: double;
	width: 100%;
	background-color: #FFFFA4;
} 
.colHybLtHdr #infoSubPanel h1{
	color: #840000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.colHybLtHdr #infoSubPanel h2{
	color: #840000;
	border-bottom: #530000 double 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.colHybLtHdr #infoSubPanel h3{
	color: #530000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.colHybLtHdr #infoSubPanel h4{
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	background-color: #660000;
	color: #FFFFFF;
}
.colHybLtHdr #footer {
	padding: 0 10px;
	width: 1200px;
	margin: 0px auto 0px;
}
 
body.popup
{
	width: 500px;
}

.popup #infoSubPanel {
	background:#ffffff;
	border: 2px;
	border-color: #330000;
	border-style: solid;
	width: 100%;
} 
.popup #infoPanel {
	margin: 0px 40px 0px 40px; /* top right bottom left*/
	background:#FFffff;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	top: auto;
	border: 8px;
	border-color: #CC6600;
	border-style: ridge;
} 
.popup #infoPanel h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: auto;
	color: #930000;
}
.popup #infoPanel h2 {
	background:#FFffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: auto;
	color: #930000;
	border-bottom: #530000 double 10px;
}
.popup #infoPanel h3 {
	background:#FFffff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #530000;
}
.popup #infoPanel b {
	background:#FFffff;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	color: #663300;
	font-style: oblique;
} 

body.videopopup
{
	width: 800px;
	height: 500px;
	color: #FFFFA4;
}
.videopopup #infoSubPanel {
	background:#ffffff;
	border: 2px;
	border-color: #330000;
	border-style: solid;
	width: 100%;
} 
.videopopup #infoPanel {
	margin: 0px 40px 0px 40px; /* top right bottom left*/
	background:#FFffff;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	top: auto;
	border: 8px;
	border-color: #CC6600;
	border-style: ridge;
} 
.videopopup #infoPanel h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: auto;
	color: #930000;
}
.videopopup #infoPanel h2 {
	background:#FFffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: auto;
	color: #930000;
	border-bottom: #530000 double 10px;
}
.videopopup #infoPanel h3 {
	background:#FFffff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #530000;
}
.videopopup #infoPanel b {
	background:#FFffff;
	font-size: 18px;
	font-family: "Arial", Helvetica, sans-serif;
	color: #530000;
	font-style: oblique;
}


body.flyerpopup
{
	width: 1000px;
	height: 500px;
	color: #FFFFA4;
}
.flyerpopup #infoSubPanel {
	background:#ffffff;
	border: 2px;
	border-color: #330000;
	border-style: solid;
	width: 100%;
} 
.flyerpopup #infoPanel {
	margin: 0px 40px 0px 40px; /* top right bottom left*/
	background:#FFffff;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	top: auto;
	border: 8px;
	border-color: #CC6600;
	border-style: ridge;
} 
.flyerpopup #infoPanel h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: auto;
	color: #930000;
}
.flyerpopup #infoPanel h2 {
	background:#FFffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: auto;
	color: #930000;
	border-bottom: #530000 double 10px;
}
.flyerpopup #infoPanel h3 {
	background:#FFffff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #530000;
}
.flyerpopup #infoPanel b {
	background:#FFffff;
	font-size: 18px;
	font-family: "Arial", Helvetica, sans-serif;
	color: #530000;
	font-style: oblique;
}



body.landscape
{
	width: 1000px;
	height: 500px;
	color: #530000;
}
.landscape #infoSubPanel {
	background:#ffffff;
	border: 2px;
	border-color: #330000;
	border-style: solid;
	width: 100%;
} 
.landscape #infoPanel {
	margin: 0px 40px 0px 40px; /* top right bottom left*/
	background:#FFffff;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	top: auto;
	border: 8px;
	border-color: #CC6600;
	border-style: ridge;
} 
.landscape #infoPanel h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: auto;
	color: #930000;
}
.landscape #infoPanel h2 {
	background:#FFffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: auto;
	color: #930000;
	border-bottom: #530000 double 10px;
}
.landscape #infoPanel h3 {
	background:#FFffff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #530000;
}
.landscape #infoPanel b {
	background:#FFffff;
	font-size: 18px;
	font-family: "Arial", Helvetica, sans-serif;
	color: #530000;
	font-style: oblique;
}


body.winclose
{
	font-size:.9em;
	font-variant:small-caps;
	text-align:center;
	border-top:2px solid #f080d0;
	border-bottom:1px solid #f080d0;
	padding:2px 0 2px 0;
	width:25%;
}
.tab/* Miscellaneous classes for reuse */
 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 50px;
}
.level3font
{
	background:#FFffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #530000;
	font-weight: bold;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 40px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin-right: 0px;
}
.colHybLtHdr #infoPanel h1 {
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	top: auto;
	color: #660000;
}
