@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFC;
	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 */
}

.oneColFixCtrHdr #container {
	width: 786px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 7px auto 0px auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 0px 0 0px;  /* 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. */
	width: 786px;
	height: 180px;
}
.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 #headerblocks {
	background: #FFFFFF;
	padding: 0px;
	float: left;
	height: 180px;
	width: auto;
	margin-top: 0px;
	position: relative;
}
#header #ribbon {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #logo {
	background: #FFFFFF;
	padding: 0px;
	height: 180px;
	width: 370px;
	position: absolute;
	top: 0px;
	margin: 0px 0px 0px 18px;
}
#header #topmenu1block {
	background: #FFFFFF;
	padding: 0px;
	height: 180px;
	width: 180px;
	margin-left: 400px;
	position: absolute;
	left: 0px;
}
#header  #topmenu2block {
	background: #FFFFFF;
	padding: 0px;
	height: 180px;
	width: 180px;
	margin-left: 591px;
	position: absolute;
}
#header #topmenu {
	width:180px;
	height: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#666666;
	padding-top: 31px;
	font-variant: small-caps;
}
#header   #topmenu  a, #topmenu  a:visited {
	display:block;
	width:100%;
	line-height:17px;
	text-decoration:none;
	color:#666666;
	background:url(images/off.gif);
	background-repeat:no-repeat;
}
#header  #topmenu  a span {
padding-left:18px;
}
#header  #topmenu a:hover {
display:block; 
width:100%; 
cursor:pointer; 
text-decoration:none; 
color:#CC6633; 
background:url(images/on.gif); 
background-repeat:no-repeat;
}

/* CSS Document */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
	font-size: 10px;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #39F;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
} 
#colBlock  {
	background: #FFFFFF;
	float: left;
	margin-top: 5px;
	padding: 0px;
	position: relative;
	width: 760px;
	height: 28px;
}

	
#colTitle {
	background: #FFFFFF;
	padding: 0px;
	width: 240px;
	position: absolute;
	top: -5px;
	margin: 0px 0px 0px 0px;
	left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC6633;
	height: 28px;
}
#colNavBar {
	height: 20px;
	width: 470px;
	margin-left: 280px;
	position: absolute;
	left: 22px;
	font-size: 12px;
	top: 5px;
	color: #666666;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFC;
	width: 786px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}

.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: 0px 0;
}

.oneColFixCtrHdr   #footer  a:link {
	color: #666666;
}
.oneColFixCtrHdr  #footer a:visited {
	color: #666666;
}
.oneColFixCtrHdr  #footer a:hover {
	color: #CC6633;
}
.oneColFixCtrHdr  #footer a:active {
	color: #CC6633;
}
