/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	background-color: #93AB9D;
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
}
a,  a:link {
  color: #0066CC;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #264352;
}
p {
	font-size: .8em;
	margin-left: 10px;
	margin-right: 10px;
}

/* Commonly used to style page titles. */
h1 {
  color: #668975;
  font-size: 120%;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	color: #668975;
	font-size: 1em;
	padding: 0px;
}
h3 {
	font-size: .9em;
	background-color: #F5F1B1;
	display: inline;
	padding: 3px;
}
h4 {
	text-align: center;
	padding: 3px;
	margin-right: 100px;
	margin-left: 100px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	display: block;
}
h5 {
	padding-left: 10px;
}
h6 {
	font-size: .8em;
	text-align: center;
}
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 1000px;
}
#header {
	background-image: url(../Images/page_elements/header.jpg);
	height: 155px;
}
#navBar {
	background-image: url(../Images/page_elements/navBar.jpg);
	height: 35px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 1em;
}
#navBar a {
	color: #000;
	padding: 2px;
}
#navBar a:hover {
	background-color: #264352;
	padding: 2px;
	color: #FFF;
}
#navBar h6 {
	position: relative;
	top: 3px;
}
#pageTop {
	background-image: url(../Images/page_elements/pageTop.jpg);
	height: 25px;
	text-align: center;
	font-style: italic;
	color: #FFF;
}
#pageTop2 {
	background-image: url(../Images/page_elements/pageTop2.jpg);
	font-style: italic;
	text-align: center;
	color: #FFF;
}
#contentWrapper1 {
	background-image: url(../Images/page_elements/pageBackground.gif);
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#contentWrapper2 {
	background-image: url(../Images/page_elements/pageBackground2.gif);
}
#leftColumn {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 245px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#leftColumn p {
	font-size: 90%;
}

#leftColumn h2 {
	color: #CC9999;
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #264352;
	text-align: center;
	margin-bottom: 10px;
}
#leftColumn h6 {
	font-size: 0.75em;
	line-height: 1.1em;
	margin-bottom: 10px;
}
#leftColumn img {
	border: 1px solid #000000;
	margin-bottom: 5px;
}
#rightColumn {
	margin-left: 270px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightColumn img {
	border: 1px solid #000;
}
#rightColumn h6 {
}
#singleColumn {
}
#singleColumn li {
	line-height: 2em;
	font-size: 0.8em;
	margin-right: 10px;
}

#singleColumn img {
	text-align: center;
	border: 1px solid #000000;
	margin-left: 30px;
}
#footer {
	text-align: center;
	font-size: 0.9em;
	padding: 0px;
	background-image: url(../Images/page_elements/footer.gif);
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #264352;
}
#footer h6 {
	position: relative;
	top: 3px;
}
#quoteBox {
	float: right;
	width: 200px;
	background-color: #FEFBBC;
	border: 2px solid #C69B9B;
	padding: 10px;
	margin-left: 10px;
	font-size: 0.8em;
	font-style: italic;
}
#noticeBox {
	background-color: #FDFAC5;
	text-align: center;
	border: 2px outset #F00;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#noticeBox p {
	text-align: left;
}

#noticeBox h6 {
	font-size: 110%;
	color: #F00;
	margin-bottom: 0px;
}
#floaterBox {
	background-color: #ECE9D8;
	position: absolute;
	margin-left: 250px;
	background-image: url(../Images/Graphics/X.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1.3em;
	color: #C00;
	padding: 10px;
	text-align: center;
	border: 2px solid #C00;
}
#floaterBox img {
	padding-top: 10px;
}
.boldMaroon {
	font-weight: bold;
	color: #CC0000;
}
.caption {
	margin-bottom: 10px;
}


/* 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: left;
  display: block;
}
