@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body  {
	font: 12px/1.7em Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #026b7d;
}
.strong {
	font-weight: bolder;
	color: #026b7d;
}

#container #main_content {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 40px;
	padding-left: 30px;
} 

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
}

h1 {
	margin-bottom: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	margin-top: .5em;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	margin-bottom: .3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0px;
	text-indent: 0em;
	}
h4 {
	font-size: 110%;
	font-weight: bold;
	text-indent: 1em;
	margin-bottom: 0px;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	text-indent: 2em;
}


	
#container #advertising {
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	padding-top: 30px;
}
#left_navigation  {
	background-color: #FFFFFF;
	width: 120px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#left_navigation  a  {
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
}
#left_navigation  ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left_navigation  a:link  {
	color: #026B7D;
}
#left_navigation  a:visited  {
	color: #026B7D;
}
#left_navigation  a:hover  {
	color: #000000;
	}
#container  #left_navigation  a.current  {
	font-weight: bolder;
	color: #CC0000;
}


.current {
	color: #E60338;
	font-weight: bolder;
}
.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	margin-bottom: 1em;
	text-indent: 0em;
	color: #026b7d;
}



#footer {
	font-size: 10px;
	line-height: 1.7em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-decoration: none;
}

#copyright {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

#footer a:link {
	color: #333333;
	text-decoration: none;
}

#footer a:visited {
	color: #333333;
}

#footer a:hover {
	color: #026B7D;
}

#footer a:active {
	color: #E60338;
}
#container #main_content a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#container #main_content a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#container #main_content a:hover {
	color: #026b7d;
	font-weight: bolder;
	text-decoration: underline;
}
#container #main_content a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.bold {
	font-weight: bolder;
}
.notes {
	font-size: 95%;
	color: #000000;
}

.fltrt {
	float: right;
	margin-left: 8px;
	margin-right: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#container #main_content li {
	text-indent: 3em;
}
