BODY {
	background-color: #CCCCCC;
	margin: 0px;
}
.GreyRow {
	height: 19px;
	width: 1024px;
	background-color: #D1CCC6;
}
.LogoRow {
	background-color: #292F3D;
	background-image: url(../images/logo1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 77px;
	width: 1024px;
}
.NavigationRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CCC;
	height: 30px;
	width: 1014px;
	border-top: 1px solid #D1CCC8;
	border-bottom: 1px solid #D1CCC8;
	text-align: right;
	background-color: #292F3C;
	padding-top: 4px;
	padding-right: 10px;
}

.NavigationRow ul {
	margin: 0px;
	list-style-type: none;
}
.NavigationRow ul li{
	display: inline;
}
.NavigationRow A {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.NavigationRow A:hover {
	text-decoration: underline;
}
.DropDownRow {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #1C2F4E;
/*	height: 67px; */
	height: 50px;
	padding: 6px 6px 0px;
	width: 1012px;
}
.DropDownRowInput {
	color: #EDECEC;
	font-size: 65%;
	float: left;
	padding-left: 3px;
}
.MontageRow {
	background-color: #D1CCC8;
	height: 80px;
	width: 1024px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.TitleRow {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #292F3C;
	height: 52px;
	width: 1006px;
	padding-top: 21px;
	padding-left: 18px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.BodyRow {
	background-color: #FFFFFF;
	/* min-height is correct syntax, _height exploits the way IE6 and before treat height the same way as other browsers handle min-height */
	min-height: 440px;_height: 440px;
	width: 1024px;
}
.BodyRow:after {
	/* 	Adds a dummy space to ensure our row extends to the full height and pushes later content down
		applies to IE7+ and Mozilla, Opera etc. */
    content: "&nbsp;"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.IndexColumn {
	font-family: Arial, Helvetica, sans-serif;
	color: #354560;
	font-size: 80%;
	width: 182px; /* 115px; */
	height: auto;
	float: left;
	padding-right: 16px;
	padding-left: 16px;
}
.IndexColumn A {
	font-weight: bold;
	color: #354560;
	text-decoration: none;
}
.IndexColumn A:hover {
	text-decoration: underline;
}
.IndexColumn ul {
	margin: 0px 0px 10px 16px;
	padding: 0px;
}
.IndexColumn ul li {
	list-style-position: outside;
	list-style-image: url(../images/button_point_down.gif);
	vertical-align: middle;
	padding: 0px 0px 4px 2px;
	margin: 0px;
}
.BodyColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #404040;
	width: 609px; /* 849px;*/
	float: left;
	height: auto;
	padding: 0px 200px 10px 0px;
}
.BodyColumn H1 {
	font-size: 110%;
}
.BodyColumn H2 {
	font-size: 100%;
}
.BodyColumn a img{
	border: none;
}
.FooterRow {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #292F3C;
	height: 42px;
	width: 980px;
	padding: 19px 22px;
}
.FooterRowNav {
	color: #FFFFFF;
	font-size: 75%;
	margin-bottom: 10px;
}
.FooterRowNav ul {
	margin: 0px;
	padding: 0px;
}
.FooterRowNav ul li {
	display: inline;
	list-style-type: none;
}
.FooterRowNav A {
	color: #475C80;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 5px;
}
.FooterRowNav A:hover {
	color: #6685B9;
	text-decoration: underline;
}
.FooterRowEssentials {
	font-size: 70%;
	color: #FFFFFF;
}
.FooterRowEssentials STRONG {
	margin: 0px 0px 0px 5px;
}

div.forwardNavigation ul {
	margin: 0px 0px 10px 16px;
}
div.forwardNavigation ul li {
	list-style-position: outside;
	list-style-image: url(../images/button_point_down.gif);
	vertical-align: middle;
	padding: 0px 0px 4px 10px;
	line-height: 110%;
}
div.forwardNavigation a {
	font-weight: bold;
	color: #354560;
	text-decoration: none;
}
div.forwardNavigation a:hover {
	text-decoration: underline;
}
div.breadcrumbs {
	color: #666666;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	padding: 2px 4px;
	width: 598px;
}

div.breadcrumbs a {
	color: #6685B9;
	text-decoration: none;
	font-weight: bold;
}

div.breadcrumbs a:hover {
	color: #475C80;
	text-decoration: underline;
}
