html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #666666;
	margin: 0px;
	text-align: center;
}
h1 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Commonly used to style section titles. */
h2 {
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	line-height: 18px;
}
#Top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #101010;
	text-align: left;
	line-height: 18px;
}
#OuterWrapper {
	width: 960px;
	border: 5px solid #5F5F5F;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#Header {
	background-color: #000000;
	height: 90px;
	width: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px;
	line-height: 18px;
}
#SubHeader {
	background-color: #CCCC33;
	height: 18px;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	line-height: 18px;
	font-weight: bold;
}
#Search1 {
	background-color: #FFFFFF;
	height: 25px;
	width: auto;
	background-image: url(layout/search1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 35px;
}
#Search2 {
	background-color: #FFFFFF;
	height: 38px;
	width: auto;
	background-image: url(layout/search2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top: 15px;
}
#Navigation {
	background-color: #FFFFFF;
	height: 26px;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCC33;
	border-bottom-color: #CCCC33;
	line-height: 18px;
}
#ContentWrapper {
  background-color: #FFFFFF;
}
#RightColumn {
	background-color: #FFFFFF; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	line-height: 18px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#ContentColumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 18px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 100%;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#ClearFloat {
	clear: both;
	display: block;
}
#Logo {
	height: auto;
	width: auto;
	overflow: hidden;
	float: left;
	position: relative;
	top: 10px;
}
#Banner1 {
	height: 90px;
	width: 720px;
	overflow: hidden;
	float: right;
}
#Banner2 {
	height: 250px;
	width: auto;
	overflow: hidden;
	border: 1px solid #e6e699;
	text-align: center;
}
#Banner3 {
	height: 100px;
	width: auto;
	overflow: hidden;
	border: 1px solid #e6e699;
	text-align: center;
}
#ColumnHeader {
	height: 18px;
	width: 300px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E699;
	border-bottom-color: #E6E699;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#RightContent {
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
.Color990000 {
	color: #990000;
}
#Color990000 {
	color: #990000;
}
#ContentHeader {
	height: 18px;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E699;
	font-weight: bold;
	text-transform: uppercase;
}
#Footer {
	background-color: #000000;
	height: 85px;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCC33;
	line-height: 18px;
	text-align: center;
	margin: 0px;
}
.Border {
	border: 1px solid #e6e699;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Image {
	margin-top: auto;
	margin-bottom: auto;
} 
.InputSearch1 {
	height: 18px;
	border: 1px solid #cccc99;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e6e699;
	font-size: 13px;
	outline: none;
	width: 350px;
	vertical-align: middle;
}
.InputSearch2 {
	height: 18px;
	border: 1px solid #cccc99;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e6e699;
	font-size: 13px;
	outline: none;
	width: 170px;
	vertical-align: middle;
}
.ButtonSearch1, .ButtonSearch2 {
	vertical-align: middle;
}
.Date {
	color: #990000;
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	line-height: 18px;
}
.Title {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	line-height: 18px;
}
p {
	margin-top: 18px;
	margin-bottom: 0px;
}
#Links {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	float: left;
	width: 300px;
	line-height: 22px;
}
#Links li {
  float: left;
  width: 150px;
  margin: 0;
  padding: 0;
} 
#Links a:link, #Links a:visited, #Links a:active, #ColumnHeader a:link, #ColumnHeader a:visited, #ColumnHeader a:active, #ContentColumn a:link, #ContentColumn a:visited, #ContentColumn a:active {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#Links a:hover, #ColumnHeader a:hover, #ContentColumn a:hover {
	color: #990000;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
#WebAwardsLinks {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 310px;
}
#WebAwardsLinks li {
  float: left;
  width: 61px;
  margin: 0;
  padding: 0;
} 
#SubHeader a:link, #SubHeader a:visited, #SubHeader a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#SubHeader a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}