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: #ffffff;
	background-image: url(../graphics/backline.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

html {
scrollbar-base-color: #000000;
background-color: #000000;
scrollbar-arrow-color: #ffffff;
}

 #container {
	width: 1005px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../graphics/top_bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
} 
 #topband {
	background-color: #000000;
	width: 1005px;
	height: 91px;
	background-image: url(../graphics/top_bar3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	
} 


 #topbandc {
	height: 124px;
	background-color: #e8e8e8;
	background-image: url(../graphics/childbar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-bottom: 0;
	width: 1005px;
	
} 

 #container {
	width: 1005px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../graphics/top_bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: thin solid #000000;
} 
 #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 */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	color: #ffffff;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 720px;
}


 #sidebar1c {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	color: #ffffff;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	height: 675px;
	position: relative;
	z-index: 9999;
	

}

#leftcol {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	color: #ffffff;
	padding: 0;
	margin: 0;
	position: relative;
	top: 85px;
}


#leftcolc {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	color: #ffffff;
	padding: 0;
	margin: 0;
	position: relative;
	top: 85px;
}

 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	color: #ffffff;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 720px;
}

 #sidebar2c {
	float: right; /* since this element is floated, a width must be given */
	width: 50px; /* padding keeps the content of the div away from the edges */
	background-color: #ffffff;
	color: #ffffff;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 700px;
}

 #mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 240px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-top: 0px;
	background-image: url(../graphics/backgrdh.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

 #mainContentc {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-top: 0px;
	width: 735px;
	float: left;
} 

 #footer {
	padding: 0 10px 0 20px;
	background-color: #e8e7e7;
} 
 #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;
}
h1.maintop {
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}


.headers {
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: left;
	text-transform: uppercase;
	font-size: 16px;
	color: #c20c18;
	position: relative;
	font-weight: bold;
}


.headers2 {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	text-transform: uppercase;
	font-size: 16px;	
	color: #c20c18;
	font-weight: bold;
}


.headers3 {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;	
	color: #c20c18;
	font-weight: bold;
} 

#twohdrs {
	margin: 0px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 16px;
	color: #c20c18;
	position: relative;
}


.fltrthrd { /* 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: 0;
	position: relative;
	bottom: 20px;
	left: 15px;
	float: right;
}

.fltlfthrd { /* 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: 0;
	position: relative;
	bottom: 20px;
	left: 15px;
}
h3 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;	
}

.hsub {
	margin: 0;
	padding-top: 0;
	padding-bottom: 16px;
	text-align: left;
	font-size: 14px;	
	font-weight: bold;
}
.center {
	text-align: center;
	padding-bottom: 15px;

}

#linkbar {
	padding-left: 0px;
	position: relative;
	margin-top: 110px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;

}

#Tevents {
	padding-left: 0px;
	position: relative;
	margin: 0;
	text-align: left;
	


}


.Etable  {
	width: 735px;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	
	
}


.wtable  {
	width: 650px;
	padding: 0;
	margin: 0;
	border: thin solid #e8e7e7;
	position: relative;
	background-color: #e8e7e7;
}

.bcolor {
	background-color: #e8e7e7;
	line-height: 24px;
}
#linkbarc {
	padding-left: 0px;
	position: relative;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;

}

a:link {text-decoration: none; color: #c20c18;}
a:visited {text-decoration: none; color: #c20c18;}
a:active {text-decoration: none; color: #c20c18;}
a:hover {text-decoration: underline; color: #c20c18; text-align: center; }


.class2 a:link {text-decoration: none; color: #ffffff;}
.class2 a:visited {text-decoration: none; color: #ffffff;}
.class2 a:active {text-decoration: none; color: #ffffff;}
.class2 a:hover {text-decoration: underline; color: #ffffff;}

img.logo {
	border: 0;
	float: left;
	width: 166px;
}


img.exh1 {
	width: 175px;
	position: relative;
	top: 95px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.exh2 {
	width: 175px;
	position: relative;
	top: 100px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.exh3 {
	width: 175px;
	position: relative;
	top: 100px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.exh4 {
	width: 175px;
	position: relative;
	top: 105px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border: 0;
	
}

#toplinksmenu  {
	width: 235px;
	margin: 0;
	position: relative;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: thin solid #FFFFFF;
}

#navbar {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding: 0;
	margin: 0;
	position: relative;
	top: 65px;
	left: 0px;
	background-color: #132142;
}


ol {
line-height: 22px;
margin-top: 0;
}

#box {
	width: 1005px;
	text-align: right;
	position: relative;
	height: 124px;
	
}

#nav {
	width: 100px;
	text-align: right;
	position: relative;
	height: 20px;
	float: left;
	left: 700px;
	top: 104px;
	font-size: 14px;
	
}

ol {
line-height: 32px;
}

.red  {
color: #c20c18;
font-weight: bold;
}

p {
	padding: 0;
	margin: 0;
}

.style1 {
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
	left: 240px;
	padding: 0px;
	margin: 0px;
	border: 0;
	height: 75px;
	
	}
	
	hr {  
	text-align: center;
	line-height: 1px;
	
	}

