body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FFF;
	background-color: #090909;
	background-image: url(../images/backimages.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColLiqLtHdr {
}

#container #header  {
	background-color: #0F0F0F;
}
#container  {
	width: 875px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: 15px;
	height: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #FFF;
}
.twoColLiqLtHdr #header {
	background: #DDDDDD;  /* 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. */
	height: 90px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColLiqLtHdr #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 */
}
#container #header #logohubc  {
	background-image: url(../images/bannerhubc.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 90px;
	float: left;
	width: 75%;
}
#header #logocrest {
	height: 88px;
	width: 123px;
	position: relative;
	background-image: url(../images/logoDARK.jpg);
	float: right;
	right: 5px;
	background-repeat: no-repeat;
}


#container #navigation a  {
	font-family: "Myriad Pro", Shruti, "Franklin Gothic Book", Euphemia, Calibri, Arial;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 148px;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 40px;
}
#container #navigation .active  {
	font-size: 22px;
	font-weight: bolder;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 60px 40px;
	height: 55px;
}
#container #navigation a:hover {
	font-weight: bolder;
	font-size: 22px;
	font-family: "Myriad Pro", Shruti, "Franklin Gothic Book", Euphemia, Calibri, Arial;
	color: #FFF;
}
#container #navigation  {
	position: relative;
	width: 893px;
	background-image: url(../images/bannerproject.gif);
	background-repeat: no-repeat;
	height: 57px;
	right: 18px;
	
	}


#container #flash_photo  {
	background-color: #999;
	height: 310px;
	width: 875px;
	background-image: url(../images/thin_stripe.jpg);
	background-repeat: repeat;
}
#container #flash_photo #home_img  {
	background-repeat: no-repeat;
	height: 275px;
	width: 625px;
	position: relative;
	left: 15px;
	top: 3px;
	float: left;
	border: 5px none #0F0F0F;
}
#flash_photo #latestsidebar   {
	height: 275px;
	width: 200px;
	float: right;
	position: relative;
	top: 3px;
	right: 15px;
	background-image: url(../images/latestbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 24%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	height: auto;
}
.twoColLiqLtHdr #container #content {
}


.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	position: relative;
}
#container #leftnavigation {
	height: auto;
	width: 275px;
	left: 15px;
	float: left;
	position: relative;
	padding: 0px;
}
#navtop {
	height: 40px;
	width: auto;
	background-image: url(../images/img02.jpg);
	background-repeat: no-repeat;
}
#leftnavigation #navlinks {

}
#navlinks .active {
	background-image: url(../images/minioarblue.jpg);
	background-repeat: no-repeat;
	background-color: #2B2B75;
}


#leftnavigation a {
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-image: url(../images/minioarwhite.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;
	border-bottom-color: #FFF;
	padding-left: 40px;
	height: 24px;
	background-color: #3C3B39;
	font-size: 16px;
}
#leftnavigation a:hover {
	background-repeat: no-repeat;
	background-image: url(../images/minioarblue.jpg);
	background-color: #2B2B75;
}
/* Miscellaneous classes for reuse */
.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;
}
.twoColLiqLtHdr #container #sidebar a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	display: block;
	width: 300px;
	height: 35px;
	float: left;
}
.twoColLiqLtHdr #container #content {
	height: auto;
	width: 875px;
	float: left;
	background-color: #FFF;
	background-image: url(../images/thin_stripe.jpg);
	background-repeat: repeat;
}

#mainbody {
	width: 545px;
	float: right;
	position: relative;
	right: 15px;
	height: auto;
}

#content #mainbody #maintop {
	height: 30px;
	background-image: url(../images/WordBox_01.gif);
	background-repeat: no-repeat;
	font-family: "Myriad Pro", Shruti, "Franklin Gothic Book", Euphemia, Calibri, Arial;
	font-size: 24px;
	color: #FFF;
	padding-left: 15px;
}
#content #mainbody #maintext {
	background-image: url(../images/WordBox_02.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: auto;
	font-family: Calibri, "Trebuchet MS", "Lucida Sans", "Lucida Handwriting", Tahoma, "Times New Roman";
	font-size: 16px;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #000;
	text-align: left;
}
#content #mainbody #mainbottom {
	background-image: url(../images/WordBox_03.gif);
	background-repeat: no-repeat;
	width: 545px;
	height: 22px;
}

#latestnews {
	float: right;
	width: 545px;
	position: relative;
	height: auto;
	right: 15px;
	top: 30px;
}

#content #latestnews #lastesttop {
	height: 30px;
	background-image: url(../images/WordBox_01.gif);
	background-repeat: no-repeat;
	font-family: "Myriad Pro", Shruti, "Franklin Gothic Book", Euphemia, Calibri, Arial;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	padding-left: 15px;
}
#content #latestnews #latesttext {
	background-image: url(../images/WordBox_02.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: auto;
	font-family: Calibri, "Trebuchet MS", "Lucida Sans", "Lucida Handwriting", Tahoma, "Times New Roman";
	font-size: 16px;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: left;
	color: #000;
}
#content #latestnews #latestbottom {
	background-image: url(../images/WordBox_03.gif);
	background-repeat: no-repeat;
	width: 545px;
	height: 22px;
	margin-bottom: 50px;
}

#latesttext .date {
	text-align: right;
}

#latestnews #latesttext p {
	text-align: left;
	color: #000;
}
#sponsor    {
	width: 275px;
	float: left;
	top: 15px;
	clear: left;
	position: relative;
	left: 15px;
}

#sponsortop {
	background-image: url(../images/WordBox_01small.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-family: "Myriad Pro", Shruti, "Franklin Gothic Book", Euphemia, Calibri, Arial;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	line-height: 28px;
	padding-left: 15px;
}
#sponsortext {
	font-family: Calibri, "Trebuchet MS", "Lucida Sans", "Lucida Handwriting", Tahoma, "Times New Roman";
	font-size: 16px;
	background-image: url(../images/WordBox_02small.gif);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
	color: #000;
}
#sponsorbottom {
	background-image: url(../images/WordBox_03small.gif);
	height: 30px;
	background-repeat: no-repeat;
}
#calendar {
	width: 275px;
	position: relative;
	top: 50px;
	left: 15px;
	float: left;
}
#calendartop {
	background-repeat: repeat;
	height: 30px;
}
#calendartext {
	background-repeat: repeat-y;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
}
#calendarbottom {
	background-repeat: no-repeat;
	height: 30px;
}
#address {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	bottom: 0px;
	top: 20px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
#address a  {
	color: #999;
	font-size: 10px;
}
#footer  {
	padding: 0 10px;
	background-color: #DDDDDD;
	background-image: url(../images/thin_stripe.jpg);
} 
#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 */
}
#maintext #hlrc p {
	text-align: center;
}
#trainingimage {
	height: 182px;
	width: 480px;
	background-image: url(../images/trainingpage.jpg);
}
#mainbody #maintext #hlrc {
	text-align: center;
}
#contacttable table tr td table tr td {
	color: #FFF;
}
#contacttable table tr td {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#tidetext table {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#kitpic p {
	text-align: center;
}
#kitpic table tr td table tr td table tr td table {
	text-align: center;
}
#sponsortext #companylogo {
	font-size: 24px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #2B2B75;
	font-weight: bolder;
}
.twoColLiqLtHdr #container #content #mainbody #maintext #CollapsiblePanel1 .CollapsiblePanelContent iframe {
	text-align: center;
}

a img {
  border: none;
}
.twoColLiqLtHdr #container #content #mainbody #maintext h8 {
	font-size: 18px;
	color: #F00;
}
h8 {
	font-size: 36px;
	color: #F00;
}
.twoColLiqLtHdr #container #content #mainbody #maintext table tr td p a img img {
border: 0px none;
}
#maintext #videos {
	height: auto;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	border: thin none #FFF;
}
#latestnews #latesttext #videos {
	height: auto;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
}
.update {
	color: #F00;
}
.twoColLiqLtHdr #container #content #latestnews #latesttext table tr td p {
}
.twoColLiqLtHdr #container #content #latestnews #latesttext table tr td {
	font-size: 16px;
}
.twoColLiqLtHdr #container #content #mainbody #maintext table tr td #form1 table tr td table tr td {
	text-align: left;
}
#blue {
	width: 275px;
	float: left;
	top: 15px;
	clear: left;
	position: relative;
	left: 15px;
}
#bluetop {
	background-image: url(../images/WordBox_01small.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-family: "Myriad Pro", Shruti, "Franklin Gothic Book", Euphemia, Calibri, Arial;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	line-height: 28px;
	padding-left: 15px;
}
#bluetext {
	font-family: Calibri, "Trebuchet MS", "Lucida Sans", "Lucida Handwriting", Tahoma, "Times New Roman";
	font-size: 16px;
	background-image: url(../images/WordBox_02small.gif);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
	color: #000;
}
#bluebottom {
	background-image: url(../images/WordBox_03small.gif);
	height: 30px;
	background-repeat: no-repeat;
}
