@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-color: #808080;
	background-image: url(../site%20images/shadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../site%20images/sidebar_column.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px;
	display: block;
	height: auto;
	font-size: 13px;
} 
.twoColFixRtHdr #header {
	background-image: url(../site%20images/header.jpg);
	background-repeat: no-repeat;
	height: 169px;
	width: 940px;
	padding: 0;
	background-position: center top;
	margin: 0px;
} 
.twoColFixRtHdr #navbar {
	width: 622px;
	position: relative;
	right: 0px;
	bottom: 0px;
	left: 318px;
	top: 133px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr       #mainContent       .mainImage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	height: 268px;
	width: 650px;
}
.twoColFixRtHdr #mainContent {
	font-size: 13px;
	color: #333333;
	width: 655px;
	padding: 0;
	height: auto;
	line-height: normal;
	display: block;
	clear: none;
	margin: 0;
} 
.twoColFixRtHdr #mainContent h1 {
	font-size: 20px;
	color: #18385D;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.twoColFixRtHdr #mainContent p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 13px;
}
.boldMainContent {
	font-weight: bold;
	color: #18385D;
}
.twoColFixRtHdr #mainContent li {
	line-height: 18px;
}
.twoColFixRtHdr #mainContent table {
	margin-left: 15px;
	margin-top: 15px;
	height: auto;
	display: block;
}
.twoColFixRtHdr #mainContent td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent caption {
	font-weight: bold;
	color: #18385D;
	display: inline;
}
.twoColFixRtHdr #mainContent ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #6679a3;
	background-image: url(../site%20images/sidebar_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-left-color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 h3 {
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 12px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 0px;
}
.twoColFixRtHdr #sidebar1 ul {
	list-style-type: none;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 12px;
	margin: 0px;
}
.boldSidebar {
	font-weight: bold;
	font-size: 14px;
}
.twoColFixRtHdr #sidebar1 p {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
}
.twoColFixRtHdr #sidebar1 li {
	line-height: 17px;
}
.twoColFixRtHdr #footer {
	background-color: #18385d;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 940px;
	display: block;
	padding: 0;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixRtHdr #footer a {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.twoColFixRtHdr #footer p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	width: 940px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
.twoColFixRtHdr #mainContent a {
	text-decoration: underline;
	color: #333333;
}
.twoColFixRtHdr #mainContent a:hover {
	color: #18385D;
	text-decoration: none;
}
.twoColFixRtHdr  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
