@charset "utf-8";
body {
	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;
	background-image: url(../images/bg-6.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: medium;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
.oneColFixCtrHdr #header {
	height: 215px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/bg-maincontent_r2_c2.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../images/bg-maincontent_r2_c2.jpg);
	background-repeat: repeat-x;
}
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
}

a {
	color:#0000CC;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	
	text-decoration: underline;
}

#global-navigation {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	z-index: auto;
}
#global-navigation-container {
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
#global-navigation-container li {
	display: inline;
	padding-left: 25px;
	color: #FFFFFF;
}
#global-navigation-container a {
	color: #FFFFFF;
	text-decoration: none;
}
#global-navigation-container a:hover {
	text-decoration: underline;
}
#global-navigation-container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.h3-special {
	color: #54327F;
