@charset "UTF-8";
.brownBold {
	font-family: Verdana, Geneva, sans-serif;
	color: #777766;
	clear: left;
	font-size: 16px;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333;
	padding: 5px;
	position: relative;
} 
.container #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333;
	padding: 5px;
} 
.boldblue {
	font-weight: bold;
	color: #25AAEC;
}
.pinkbold {
	font-weight: bold;
	color: #B41E8C;
}
#footer {
	font-size: 12px;
	text-align: center;
	height: 40px;
	padding: 5px;
	background-color: #e19630;
}
.container #header {
	background: #FFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.container #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.container #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	color: #333;
	margin-right: 100px;
	border: thin solid #aa585f;
	font-size: 10pt;
}
#introsentence {
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 20px;
	padding-right: 10px;
	position: relative;
}
.container #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.tableborder {
	color: #999;
}
.whitetext {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 8pt;
	text-align: left;
}
.red {
	color: #aa585f;
	font-weight: bold;
}
.boldteal {
	font-weight: bold;
	color: #00657a;
	font-size: 11pt;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	color: #00657a;
	font-weight: bold;
}
#confinfo {
	color: #333;
	float: left;
	width: 400px;
	text-align: left;
}
#topnav {
	font-size: 10pt;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #00657a;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
	color: #00657a;
}
.mainnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
.topanchor {
	color: #209FBD;
	font-weight: bold;
	text-align: right;
	font-size: 10px;
}
.construction {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
.horzline {
	color: #397989;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
body,td,th {
	color: #333;
	font-size: 10pt;
	text-align: left;
}
a {
	font-size: 10pt;
	color: #00657a;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00657a;
}
a:hover {
	text-decoration: none;
	color: #aa585f;
}
a:active {
	text-decoration: none;
	color: #00657a;
}
#fallinfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
	width: 675px;
}
#search {
	width: 250px;
	float: right;
	margin-top: 10px;
}
.container #container #introsentence blockquote {
}
.SLA10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #158536;
}
.underline {
	text-decoration: underline;
}
.imageWrap {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
