﻿@import url(layout.css);
body {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align:justify;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	background-color: #ffffff;
}
#masthead {
	background-color: #c7e3f5;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#footer {
	background-color: #0094c8;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
}
form {
	background-color: #c7e3f5;
	padding-left:10px;
}

/* Styles for Masthead */
#masthead h1 {
	color: #0094c8;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h2 {
	margin-top: .3em;
	color: #0094c8;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #ffffff;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation {
	background-color: #0094c8;
}

#navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	list-style:none;

}
#navigation a {
color:#ffffff;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #ffffff;
	display: block;
	text-decoration: none;
	background-color: #0094c8;
}
#navigation a:hover {
	color:#0094c8;
	text-decoration: none;
	background-color: #c7e3f5;
	border: 1px solid black;
}
/* Styles for Right Column */
#column_right h4 {
	color: #0094c8;
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
	font-size: 1em;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #0094c8;
	margin-top: 0px;
}
h3 {
	font-size: x-large;
	color: #0094c8;
	margin-top: 0px;
}
h2 {
	font-size: large;
	color: #0094c8;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #0094c8;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #0094c8;
}
a:hover {
	background-color: #c7e3f5;
}
#column_left li {
	color: #0094c8;
	list-style-image:url('../images/bullet.gif');
}
/* Styles for Footer */
#footer p {
	margin:0 5px 0 5px;
	font-size: 0.8em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.8em;
}
.fotolia {
	font-size: 0.5em;text-align: right;
}
#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #0094c8;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style8 {
	border-style: solid;
	border-width: 1px;
		margin-left: 0px;
}
.padded {
	padding:0px 4px 0px 4px;
}
