﻿body {
	margin: 0px;
	background-color: #0B4785;
	font-family: Verdana;
	padding: 0;
	font-size: medium;
}
#container {
	background-color: #EBF3FB;
	background-attachment:scroll;
}
#masthead {
	background-color: #EBF3FB;
	padding: 0;
	height:55px;
}
html>body #navigation {
	overflow: hidden;
	max-height: 40px;
}
#navigation {
	background-color: #0B4785;
	text-align:left;
	color: white;
	width: 100%;
	height: 35px;
	position: inherit;
}
#navigation {
	overflow: hidden;
}
#content_container {
	background-color: #EBF3FB;
	padding: 0px;
}
#column_l {
	margin: 0 15px 0 0;
	background-color: #EBF3FB;
	text-align: center;
}
#column_r {
	background-color: #EBF3FB;
	width: auto;
	float: right;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #EBF3FB;
	padding-top: 15px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	osition:relative;
}
#footerline {
	background-color: #0B4785;
	height: 30px;
	margin: 0;
	padding: 0;
	float:left;
	left:0px;
	width: 101%;
	position: inherit;
}
#footer2 {
	float: left;
	width: 30%;
	color: #79878D;
}
/* Styles for Masthead */
#masthead h1 {
	color: #0B4785;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	color: #0B4785;
	margin-bottom: 0px;
}
#masthead a {
	color: #4E5659;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 90%;
	padding: 0 0 0 10px;
}
#navigation li {
	float: left;
	position: relative;
	padding: 0 3px 0 3px;
}
#navigation a {
	margin: 0 1px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	text-align: center;
}
#navigation a:hover {
	background-color: #6A6AFF;
	text-decoration: none;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #0B4785;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #0B4785;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #0B4785;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #666666;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: blue;
}
a:hover {
	text-decoration: none;
}
p {
	color: black;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.8em;
	text-align: center;
	width: 90%;
}
#footer ul {
	list-style-type: none;
	width: 94%;
	padding: 0 0 0 10px;
}
#footer li {
	float: left;
	position: relative;
	padding: 0 3px 0 3px;
	width: 35px;
}
#copyright {
	float: right;
	text-align: right;
	width: 30%;
}
#copyright p {
	font-size: 0.85em;
	color: #79878D;
}
#footer a {
	color: blue;
}
#footer a:hover {
	text-decoration: none;
}
.myth_header{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;	
}
.myth{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:16px;	
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

