@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #023401;
}
.twoColFixLtHdr #container {
	width: 940px;
	min-height: 875px;
	text-align: left;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #containerfront {
	width: 940px;
	text-align: left;
} 
.twoColFixLtHdr #header {
	top:0px;
	width:940px;
	height:132px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(index_r1_c2.jpg);
	background-repeat: repeat-x;
} 
.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:240px;
	background-color: #fff;
	background-image: url(index_r2_c4.jpg);
	background-repeat: repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 700px;
}
.twoColFixLtHdr #mainContent {
	background-image: url(index_r2_c4.jpg);
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	height: 700px;
	overflow: auto;
	} 
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}

.twoColFixLtHdr #footer {
	width:940px;
	height:118px;
} 
.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;
}
body {
	background-image: url(bground_gradient.png);
	background-repeat: repeat-x;
	margin-left: 5px;
}
#nav {
	float: right;
	width: 200px;
	padding-right: 5px;
	text-align: right;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #04086C;
	margin-top: 25px;
}
#nav p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#nav p a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#nav p a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
#nav ul{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #04086C;
}
#nav  li  {
	list-style-type: none;
	font-family: Helvetica, "Franklin Gothic", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #04086C;
	text-align: right;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #04086C;
}
#nav  li  a{
	text-decoration: none;
	color: #04086C;
	display: block;
}
#nav  li a:hover  {
	list-style-type: none;
	text-decoration: none;
	color: #009933;
}
h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #04086C;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #04086C;
	padding-right: 5px;
	padding-left: 5px;
}
p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
.charter_tab {
	float: left;
	width: 400px;
	background-color: #FFFFFF;
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent ul li p {
	list-style-type: disc;
	margin-bottom: -3px;
}
.twoColFixLtHdr #container #mainContent h5 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000033;
	padding: 2px;
}
h4 {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000033;
	padding: 2px;
}
.twoColFixLtHdr #container #mainContent img {
	margin-right: -10px;
}
.twoColFixLtHdr #container #mainContent li {
	font-size: 12px;
}
.announcementscopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent p a img {
	margin-right: 20px;
}
#brochurebutton {
	font-family: "Franklin Gothic; Helvetica; Arial";
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #036;
	float: right;
	width: 150px;
	margin-top: 200px;
	margin-right: 15px;
	padding: 5px;
	text-align: center;
	border: 2px ridge #FFF;
}
#brochurebutton:hover {
	font-family: "Franklin Gothic; Helvetica; Arial";
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #063;
	float: right;
	width: 150px;
	margin-top: 200px;
	margin-right: 15px;
	padding: 5px;
	text-align: center;
	border: 2px ridge #FFF;
}
#brochurebutton a{
	font-family: "Franklin Gothic; Helvetica; Arial";
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.TabbedPanelsContent.TabbedPanelsContentVisible #brochurebutton a:hover{
	text-decoration: underline;	
}.soldout {
	font-size: 36px;
	font-weight: bolder;
	color: #900;
	text-decoration: none;
	text-align: center;
	filter: RevealTrans(Duration=10, Transition=25);
}
