@charset "UTF-8";
body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #4b4b4b;
	margin: 5px; /* 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;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFC136;
	text-decoration: none;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
	padding-left: 15px;
	margin: 0;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	list-style-type: decimal;
	list-style-position: outside;
	text-align: left;
	padding-left: 20px;
	margin: 0;
}
li {
	padding-bottom: 3px;
}
.twoColFixLt #container {
	width: 773px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(_img/container_bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 306px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #45639F;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #A6B6D7;
	/*background-color: green;*/
}
#logoSidebar {
	height: 93px;
	margin-left: 6px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logoSidebar a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#decoimageSidebar {
	margin: 0px;
	padding: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-top-color: #FFC136;
	border-bottom-color: #FFC136;
	border-bottom-width: 2px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 336px; /* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 434px;
} 
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
iFrame {
	top: 0px;
	left: 0px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
	height: 800px;
	width: 306px;
	/*padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;*/
	background-color: #A6B6D7;
}
div.contentheader {
	height: 93px;
	background-color: #45639F;
	width: 434px;
	position: relative;
}
.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;
}
#decoImageContent  {
	margin: 0px;
	padding: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-top-color: #FFC136;
	border-bottom-color: #FFC136;
	border-bottom-width: 2px;
}
.theContent {
	background-color: #45639F;
}
div.contentheader  div.navigation_links {
	position: absolute;
	bottom: 8px;
	text-align: center;
	width: 434px;
}
.text_dark{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #45639F;
}
.copyright {
	background-color: #45639F;
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 5px;
}
.whiteline {
	font-size: 1px;
	line-height: 1px;
	background-color: #FFFFFF;
	height: 2px;
	width: 411px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	overflow: hidden;
}
#theContent {
	background-color: #45639F;
	margin: 0px;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
}

