@charset "utf-8";
a:link {  /* for unvisited links */
	color: #999999;
	text-decoration: none;
}
a:visited {  /* for visited links */
	color: #999999;
	text-decoration: none;
}
a:hover { /* when mouse is over link */
	color: #333333;
	text-decoration: none;
}
a:active { /* when mouse is over link */
	color: #333333;
	text-decoration: none;
}
body {
	font: 100% Tahoma;
	background-image:url(images/background.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;
	height: 889px;
	position: relative;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 117px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container1000 {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 117px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 117px;
	background-image:url(images/top-bar-background.png);
	color: #CCCCCC;
}
.oneColFixCtrHdr #headerlogin {
	height: 35px;
	width: 380px;
	background-image:url(images/sign_in_bar_middle.png);
	background-repeat:repeat-x;
	font-size: 9px;
	color: #CCCCCC;
	vertical-align:top;
	padding:5px 0 0 0;
}
.oneColFixCtrHdr #subheader {
	height: 33px;
	background-image:url(images/top-sub-bar-background.png);
	font-size: 9px;
	color: #333333;
}
.oneColFixCtrHdr #middle {
	height: 243px;
	font-size: 9px;
	color: #CCCCCC;
}
.oneColFixCtrHdr #mainContent3Column {
	height: 415px;
	font-size: 9px;
	color: #666666;
}
.oneColFixCtrHdr #mainContent3Column 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 */
	font: 100% Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContent3Column h2 {
	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 */
	font: 100% Tahoma;
	font-size: 11px;
	font-weight:normal;
	color: #8D8D8D;
	font-style:normal;
	padding: 0 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContent3Column h3 {
	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 */
	font: 100% Tahoma;
	font-size: 11px;
	color: #8D8D8D;
	font-style:normal;
	padding: 0 10px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer {
	color: #999999;
	font-size: 9px;
}
.oneColFixCtrHdr #mainContentPagesBoxes {
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top: 0;
	border: 1px;
	border-color:#CCCCCC;
	border-style:solid;
	width: 248px;
	height: 376px;
	background-color:#FFFFFF;
}

.oneColFixCtrHdr #mainContentPagesBoxesTop {
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top: 0;
	border-bottom: 0px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-color:#CCCCCC;
	border-style:solid;
	width: 248px;
	height: 50px;
	background-color:#FFFFFF;
}

.oneColFixCtrHdr #mainContentPagesBoxesBottom {
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-color:#CCCCCC;
	border-style:solid;
	width: 248px;
	height: 326px;
	background-color:#FFFFFF;
}

/* START - Sliding Doors of CSS by Douglas Bowman - http://www.alistapart.com/articles/slidingdoors2/  */
#tabheader {
	width:100%;
	font-size:9px;
	line-height:normal;
	text-align:center;
}
#tabheader ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tabheader li {
	float:left;
	display:left; 
	margin:0;
	padding:0;
}
#tabheader a {
	display:block;
	float:left;
	background:url("images/rollover.png") no-repeat right top;
	margin:0;
	width:110px;
	padding:11px 0 10px 0;
	text-decoration:none;
	font-weight:normal;
	color:#333333;
}
#tabheader a:hover {
	background-position:0 -33px;
	color:#FFFFFF;
}
/* END  - Sliding Doors of CSS by Douglas Bowman - http://www.alistapart.com/articles/slidingdoors2/  */
#container {
	position: relative;
}
