@charset "UTF-8";
body  {
	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 */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	background-color: #000000;
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #headerTR {
	background-image: url(images/fireworks/backgroundTR.png);
	background-repeat: repeat-x;
	height: 265px;
	padding-top: 10PX;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: center;
} 
.twoColFixLtHdr #nav {
	left: 240px;
	top: -5px;
	position: relative;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixRtHdr #navbar2 {
	width: 700px;
	height: 95px;
	top: 300px;
	position: absolute;
	padding-left: 20px;
	text-align: center;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.twoColFixLtHdr #mainContent {
	
	margin-top:20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContentgallery {
	
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 25px;	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #btcontent {
	margin-left: 0px;	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	left: -10px;
	top: 20px;
} 


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* 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. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
a {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	background-color:#CCCCCC;
	color:#000000;
}
a img:link {
background-color:transparent;
border:medium none;
}
a img:visited {
background-color:transparent;
border:medium none;
}
a img:hover {
background-color:transparent !important;
border:medium none;
}
a:link img {
background-color:transparent;
border:medium none;
}
a:visited img {
background-color:transparent;
border:medium none;
}
a:hover img {
background-color:transparent !important;
border:medium none;
}
.menu {
	background-color:#F7F7F7;
	min-height:50px;
	padding:0;
	text-align:left;
	border-top-width: 5px;
	border-right-width: thin;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #121A4A;
	border-right-color: #121A4A;
	border-bottom-color: #121A4A;
	border-left-color: #121A4A;
}
.menubotton {
	background-color:#F7F7F7;
	padding:0;
	text-align:left;
	border-top-width: 5px;
	border-right-width: thin;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #121a4a;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	text-align: center;
}
.sidecnt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.sidecntcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #600;
}
#ba1 {
	left: 0px;
	top: 0px;
}
#ba2 {
	left: 0px;
	top: 0px;
	display: none;
}
#ba3 {
	left: 0px;
	top: 0px;
	display: none;
}
#ba4 {
	left: 0px;
	top: 0px;
	display: none;
}#ba5 {
	left: 0px;
	top: 0px;
	display: none;
}
#ba6 {
	left: 0px;
	top: 0px;
	display: none;
}
#ba7 {
	left: 0px;
	top: 0px;
	display: none;
}#ba8 {
	left: 0px;
	top: 0px;
	display: none;
}#ba9 {
	left: 0px;
	top: 0px;
	display: none;
}#baA {
	left: 0px;
	top: 0px;
	display: none;
}
#contentColumn {
	left: 0px;
	top: 0px;
	}
#insideleft {
	float: left;
	width: 300px;
	
}
#insideright {
	float: left;
	width: 400px;
	
}
.putright {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #F00;
}
.trbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006;
}
.bottomborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #600;
}
#part1 {
  display: block;
    }
#part2 {
  display: none;
}	
#part3 {
  display: none;
}#part4 {
  display: none;
}#part5 {
  display: none;
}#part6 {
  display: none;
}
#part7 {
  display: none;
}			
.emptbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
}
#bf ul {
 
 list-style: none;
 
 margin: 0;
 
 padding: 0;
 
}
 #bf li {
 
 border-bottom: 1px solid #ED9F9F;
  display: inline;
 
}
 #bf li  {
 
 font-size: 90%;
 
 display: block;
 
 padding: 0.4em 0 0.4em 0.5em;
 
 border-left: 12px solid #711515;
 
 border-right: 1px solid #711515;
 
 background-color: #B51032;
 
 color: #FFFFFF;
 
 text-decoration: none;
 
}
  #bf li:hover {
 
 background-color: #711515;
 
 color: #FFFFFF;
 
}

