@charset "UTF-8";
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body  {
	background: #FAF8CE no-repeat scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 780px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background: #FFF;
	border-top: none #000000;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
} 
#header  {
	background: #FFF no-repeat right top;
	padding: 0;  /* 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. */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	height: 125px;
	position: relative;
	margin: 0px;
} 
#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: 0px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.2em;
	text-align: left;
	position: absolute;
	right: 3px;
	width: 491px;
	top: 12px;
	height: 28px;
}
#header h1 img {
	float: left;
	clear: both;
	padding-left: 10px;
	top: auto;
	bottom: auto;
}
#sidebar1  {
	float: right; /* 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: #92DBB8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px;
	color: #003;
	margin-top: 15px;
	margin-bottom: 15px;
}
#sidebar1 p {
	font-size: 0.8em;
	line-height: 1.6;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#mainContent  {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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: 0px;
} 
#container #mainContent #form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2%;
	padding-left: 15px;
}
#footer   p{
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #003;
	background: #FFF url(../_images/Footer.jpg) no-repeat;
	height: 80px;
	padding: 10px 0 0px;
	text-align: right;
}
#footer p a {
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	color: #333;
	text-transform: uppercase;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	text-align: left;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.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;
	background: #FFF;
}
#header #mainNav {
	position: absolute;
	left: 379px;
	bottom: 0px;
	width: 399px;
}
#header #mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#header #mainNav li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	letter-spacing: .1em;
}
#header #mainNav li a:link, #header #mainNav li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: 0 20px 0 20px;
	margin-right: 20px;
	display: block;
	line-height: 25px;
	background: url(../_images/nav_rollover.png) no-repeat left bottom;
	font-weight: bold;
	text-transform: uppercase;
}

#header #mainNav li a:hover {
	color: #f8b449;
	background: url(../_images/nav_rollover.jpg) no-repeat left top;
	border: none;
}
#header #mainNav ul li a.current {
	margin-top: -5px;
	height: 30px;
	background: url(../_images/current.png) no-repeat;
	color: #AAB3B2;
	line-height: 25px;
}
#header #mainNav ul li a.current:hover {
	color: #AAB3B2;
	cursor: default;
}
#container #imageLarge {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 560px;
	position: absolute;
	z-index: auto;
	top: 150px;
	visibility: hidden;
	background: #CCC;
	right: auto;
	left: auto;
}
#header img {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
}
.imagePad {
	padding: 0px;
	margin: 15px 0px 0px;
}
.imagePointer {
	cursor: pointer;
}
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.4;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	margin-top: 15px;
	font-weight: bold;
	line-height: 100%;
	margin-left: 15px;
	margin-right: 100px;
	background: #FFF;
}
#mainContent h2   {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 5px;
	margin-right: 100px;
	margin-left: 15px;
}
#mainContent ol li {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.4;
	margin-left: 40px;
}
#mainContent ul {
	padding-left: 15px;
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	margin-top: 5px;
	margin-left: 15px;
}
#container #sidebar1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.5;
	font-weight: normal;
	margin: 15px 0px 0.8em;
	padding: 0px;
	text-align: left;
}
#container #sidebar1 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	white-space: pre;
}
.AnchorNav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #09F;
}
.Transfer {
	background: url(../_images/GreenButton.jpg) no-repeat;
	margin: 5px 0px;
	padding: 5px 15px;
	color: #006;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	height: 25px;
	width: 100px;
}
.boldRunin {
	font-weight: bold;
}

