/* CSS Document */

body {
	background: #FFFFFF;
	text-align: center;
	margin: 10px;
	padding: 0px;
	color: #000000;
}

a {
	color: #333333;
	text-decoration: none;
	border-bottom: 0px dotted;
}

a:hover {
	color: #333333;
	text-decoration: none;
	/*border-bottom: 0px solid;*/
}

a img {
	border: none;	
}

/*
.normal { 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
}
*/
#container {
	position: relative;
	margin: 0 auto;
	width: 837px;
	text-align: left;
	padding: 0px;
}

/* Start header */
#header {
	background: #FFFFFF;
	text-align: center;
	position: relative;
	width: 100%;
	height: 105px;
	padding: 0px;
	margin: 0px;
}

.headerLogo {
	position: relative;
	height: 68px;
	width: 836px;
	margin-bottom: 2px;
}

.headerImg {
	position: relative;
}

#headerImgLeft {
	position: absolute;
	left: 0px;
}

#headerImgRight {
	position: absolute;
	right: 0px;
}

#headerImgLogo {
	position: absolute;
	left: 20px;
}

.headerQuote {
	position: absolute;
	width: 300px;
	color: #ccccff;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	border: 0;
	padding: 0;
	top: 10px;
	left: 500px;
}

#HQText {
	text-align: left;
}

#HQName {
	text-align: right;
	top: 42px;
}
/* End of header */

/* Start navBar */
#navBar {
	width: 100%;
	position: relative;
	height: 26px;
}

#navBar img {
	vertical-align: middle;
}

#navBar a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	/*vertical-align: middle;*/
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

#navBarLeft {
	position: absolute;
	top: 0px;
	left: 0px;
}

#navBarRight {
	position: absolute;
	top: 0px;
	right: 0px;
}

#navBarRightMainNav {
	position: absolute;
	height: 26px;
	top: 0px;
	right: 160px;
}

#navBarRightMainNavLink {
	position: absolute;
	height: 26px;
	width: 160px;
	top: 0px;
	right: 0px;
}
/* End of navBar */

#wrapper1 {
	position: relative;
	text-align: left;
	width: 100%;
	background: #FFFFFF repeat-y top right;
}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFFFFF repeat-y top left;
}

#maincol {
	position: relative;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#leftcol { 
	position: relative;
	top: -10px;
	left: 0px;
	float: left;
	width: 147px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 147px; /* actual value */
	margin: 0 0 0 0;
	padding: 0px;
	background: #FFFFFF;
	z-index: 100;
}

#TODContainer {
    height: 150px;
}

#rightcol {
	position: relative;
	top: -10px;
	right: 0px;
	float: right;
	width: 220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 220px; /* actual value */
	margin: 0 0 -10px 0;
	padding: 0px;
	background: #FFFFFF;
	z-index: 99;
}

#centercol {
	position: relative;
	left: 0px;
	top: -10px;
	margin-left: 155px;
	margin-right: 228px;
	margin-bottom: 0px;
}

#centercolNoRightBar {
	position: relative;
	left: 0px;
	top: -10px;
	margin-left: 155px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #fff;
}

#footer {
	position: relative;
	top: -8px;
	left: 0px;
	background: #FFFFFF;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 1% 0;
	text-align: center;
}

#footer * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	text-align: center;	*/
}

#footer a {
	margin: 0px 2px 0px 2px;
	text-decoration: none;
}

#footerTop {
	position: relative;
	height: 23px;
	padding-top: 10px;
	font-weight: bold;
}

#footerTop a {	
	font-weight: normal;
}

#footerBottom {
	position: relative;
	padding-top: 8px;
	width: 100%;
	height: 23px;
	top: 0px;
	left: 0px;
}

#webCopy {
	background: #E0E0E0;
	position: relative;

	left: 0px;
	margin-top: 10px;

	padding: 10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footerBottom a {
	color: #000000;
}

#footerTop img, #footerBottom img {
	margin-bottom: -3px;
}

#CopyRight {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* utilities */
div.clear {
	clear: both;
	height: 1px;
	font-size: .01em;
	overflow: hidden;
}
