
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(bg3.png);
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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. */
}
.oneColFixCtrHdr #header {
	background: #274585; 
	}

.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 20px;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFC;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
}

#sidebar1 {
	float:right;
	width: 150px; /* 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: #cccccf; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-left: 1px solid #000000;
	border-bottom:1px solid #000000;
	background-image:url(dack4.jpg);
	
}



.menu{
	border:none;
	border-bottom:1px solid #000000;
	border-top: 1px solid #000000;
	margin:0px;
	padding:0px;
	font: 67.5% Comic Sans MS;
	font-size:12px;
	font-weight:bold;
	
	
	

	}
.menu ul{
	background:#cccccf;
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:ffffff;
		color:#666666;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		border-right:1px solid #000000;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #ffffff bottom center no-repeat;
			color:#999933;
			text-decoration:none;
			}
	.menu li ul{
		background:#ffffff;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:120px;
		z-index:200;
		border-bottom: 0px solid #000000;
		border-left: 1px solid #000000;
		border-right: 0px solid #000000;
		border-top: 1px solid #000000;
	
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:120px;
		border-bottom: 1px solid #000000;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:
			border:0px;
			color:#999933;
			text-decoration:underline
			}
	.menu p{
		clear:left;
		}	


.starttext {
font-size:9px
}

.tr {color:#ffffff; font-size: 10px; font-family:Tahoma}
.tr2 {color:#ffffff; font-size: 11px;}
.news {font-size: 12px;}
.opacitydack {padding-left: 30px;}
.img {height: 75px; width: 75px;}
.td {border-bottom:1px solid #000000;}
.img2 {border: 1px solid #000000; height: 150px; width: 150px; margin-left: 4em; margin-top: 2.5em}
.img3 {border: 1px solid #000000; height: 150px; width: 150px; margin-left: 4em; margin-top: 2.3em;}
.img4 {border: 1px solid #000000; margin-top: 4em; }
.img5 {border: 1px solid #000000; padding: 3px;}
.bold {font-weight:bold; }
.tr {color:#ffffff; font-size: 10px; font-family:Tahoma}
.tr2 {color:#ffffff; font-size: 11px;}
.text {font-size: 10px; color:#050366;}
.text2 {font-size: 11px; color:#050366;}
.text3 {font-size: 11px; color:#ffffff; margin:2em;}
.text4 {font-size: 11px; color:#ffffff;}
.textalign {font-size: 11px; color: #9aa8b3; padding-right:} 
.ul {color:#ffffff; font-size:11px; list-style-type:square; line-height:1.6; list-style-position:outside}
.ul2 {list-style-type:none;}
.linknocolor {color: #050366; text-decoration:none;}
.border {border: 1px solid #000000}
h4 {color:#050366; letter-spacing: 2px;}
.table1 {border-bottom:1px solid #000000;}
.adminlink {
		
		color:#000000;
		}

