@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	float: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 20px;
}

.logo {
	text-align: left;
	position: static;
	z-index: auto;
	left: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: left;
}
#container #header p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	line-height: normal;
	margin-top: 1px;
	margin-bottom: 1px;
}
#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
	background-color: #FFF;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

/* The following turns bulleted list in sidebar to nice looking navigation bars */

#sidebar1 ul {
	list-style-type: none; /* remove bullets */
	padding-left: 0px; /* eliminate padding and margins */
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#sidebar1 ul a {
	display:block; /* display link as a block */
	border: 1px solid #000;
	padding: 2px 5px 2px 5px;
	background-color: #079;
	text-decoration: none;
	color: #FFF;
}
#sidebar1 ul a:hover {
	color: #000;
	background-color: #FFCE25;
	font-size: 11px;
}


#sidebar1 ul li {
	display:inline; /* fix IE bug */
}
* html ul a {
	height: 1px; /* fix IE 6 bug */
}




/* Format the text above the Sidebar1 Navigation Menus */
.navheader {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}


#Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
}
#footer {
	padding: 0 10px 0 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #FFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.imageRtWrapTxt {
	margin-bottom: 5px;
	margin-left: 10px;
	border: thin solid #000;
	float: right;
}
.imageLftWrapTxt {
	margin-bottom: 5px;
	margin-right: 10px;
	border: 1px solid #000;
	float: left;
}
.imageRt {
	margin-bottom:4px;
	float:right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.imageLft {
	border: 1px solid #000;
	float:left;
	margin-bottom: 4px;
}
#container #mainContent #Content h1 {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	/* background-color: #C36; */
	text-align: center;
	border-bottom: thin solid #000;
	font-weight: bold;
	text-transform: uppercase;
	color: #079;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #mainContent #Content h4 {
	font-size: 14px;
	font-style: oblique;
	font-variant: small-caps;
	border-bottom-style: none;
	padding-bottom: 0px;
}

#container #mainContent #Content p {
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container #mainContent #sidebar1 p {
	margin: 0px;
	padding: 0px;
	color: #079;
}
.FullHeadline {
	background-color:#FFF;
	border:1px none #000;
	text-indent: 0px;
	text-align:justify;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

#container #mainContent #Content .FullHeadline h1 {
	font-size: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #CCC;
	letter-spacing: .5em;
	text-align: center;
	font-weight: bolder;
	text-transform: uppercase;
	color: #005771;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #079;
	border-right-color: #079;
	border-bottom-color: #079;
	border-left-color: #079;
	font-style: italic;
}

.SubHeaders {
	width: 790px;
	float: none;
	background-color:#FFF;
	text-indent: 0px;
	text-align:justify;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 160px;
}

.SubHeadlineLeft {
	width: 375px;
	float: left;
	background-color:#fff;
	border:1px solid;
	text-indent: 0px;
	text-align:justify;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 150px;
}

.SubHeadlineRight {
	width: 375px;
	float: right;
	background-color:#fff;
	border:1px solid;
	text-indent: 0px;
	text-align:justify;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 150px;
}

h2 {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-color: #000;
	
}

h2 a {
	text-decoration: none;
	color: #FFF;
}
h2 a:hover {
	text-decoration:underline;
	color:#00F;
	background-color: #FFF;
}


h3 {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
