@charset "UTF-8";
html,body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #22a8c1;
	background-image:url(../images_/bkg.jpg);
	background-repeat:no-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 */
	color: #000000;
	height:100%;
}

.p1 {
	font-family:Times, serif;
	font-style:normal;
	font-weight:lighter;
	font-size:0.9em;
	line-height:1.6em;
}

.p2 {
	font-size:11px;
	font-style:normal;
	font-weight:lighter;
	letter-spacing:0.1em;
}

.boldfont { font-style:normal; font-weight:900}

.divdclr {
	color:#FF9900;
}

.spotClrwht {
	color:#fff;
}

.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #22a8c1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: auto; min-height: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images_/content_bkg.jpg);
	background-repeat:no-repeat;
	background-position: center 300px;
	
}

.oneColFixCtrHdr #container2 {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	height: auto; min-height: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */

	
}

.oneColFixCtrHdr #sidebar1 {
	float: left; 
	width: 190px; /* since this element is floated, a width must be given */
	height:350px;
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 0px; /* top and bottom padding create visual space within this div */
	color:#666666;
	font-size:0.9em;
	line-height:1.2em;
	background-image:url(../images_/greyfade.jpg);
	background-repeat:repeat-x;
	
}

.menutab {
	background:none;
	width:auto;
	padding:15px 15px;
	margin:0;
	border-bottom: #FFFFFF 2px solid;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	color:#333333;

}

.oneColFixCtrHdr #header {
	background:#000; 
	padding: 0;
	margin: 0;
	height:250px;
	
}

.table {
	width:700px;
	border-collapse:collapse;
	border:none;
	margin:0;
	padding:0;
}

.td {width:330px; margin-top:0; padding:10px;background-color:#F9F9F9;}
.td2 {width:auto; margin-top:0; padding:10px;background-color:#F9F9F9;}

.header {
	height:250px;
	width:960px;
	margin:0;
	padding:0;
}

.c1 {
	height:50px;
}

.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 40px 0 220px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	padding-bottom: 3em;
	
}

.oneColFixCtrHdr #menu {
	width:160px;
	margin:0;
	padding:10px;
	float:left;
}


.oneColFixCtrHdr #footer {
	padding: 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 auto;
	background-color: #0099CC;
	clear: both;
 	position: relative;
	z-index: 10;
 	height: auto;
 	margin-top: -3em;
 	width:940px;
}
.oneColFixCtrHdr #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 */
}

h1 {
	font-family:Times, serif;
	font-size:275%;
	font-style:normal;
	font-weight:lighter;
	color:#FFFFFF;
}

h2 {
	font-family: Times, serif;
	font-size:275%;
	font-style:normal;
	font-weight:lighter;
	color: #33CCCC;
	margin-top:50px;
}


h3 {
	font-family:Times, serif;
	font-size:100%;
	font-style:normal;
	font-weight:lighter;
	color: #000;
	text-transform:uppercase;

}

ul li {
	font-family:Times, serif;
	font-style:normal;
	font-weight:lighter;
	font-size:0.9em;
	line-height:1.6em;
	list-style:square;
	padding-left:0
}


li {
	margin-left:0;
	padding-left:0;
	text-align:left;

}

a.nav:link { text-decoration:none; color:#333333;}	

a.nav:visited { text-decoration:none; color:#333333;}

a.nav:active { text-decoration:none; color:#333333;}

a.nav:hover { text-decoration:none; color:#33CCCC;}



	







