﻿@import url("../layout.css");
body {
	background-color: #f2f2f7;
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	text-align: left;
	color: #000000;
}
#container {
	width: 990px;
	margin: 5px 10px 5px 10px;
	text-align: left;
	z-index: 0;
	position: absolute;
	height: 830px;
	font-family: Verdana;
	font-size: 12px;
	left: 0px;
	top: 0px;
}
#masthead {
	text-align: center;
	width: 971px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	height: 160px;
}
#navigation {
	position: absolute;
	float: left;
	width: 149px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	z-index: 0;
	top: 190px;
	left: 0px;
	height: 596px;
}
#content {
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: scroll;
	background: #FFFFFF left 50%;
	float: left;
	width: 630px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	z-index: 1;
	left: 150px;
	top: 190px;
	position: absolute;
	height: 586px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: scroll;
}
#footer {
	text-align: center;
	clear: both;
	width: 971px;
	border-top: 4px solid #493B2A;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #01A0DC;
	position: absolute;
	top: 788px;
	color: #FFFFFF;
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	vertical-align: bottom;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}
#navigation a {
	color: #01A0DC;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
h6 {
	background: repeat scroll;
	color: #01A0DC;
	text-align: left;
}
h5 {
	background: repeat scroll;
	color: #01A0DC;
	text-align: left;
	margin-top: 3px;
}
h4 {
	background: repeat scroll;
	color: #01A0DC;
	text-align: left;
}
h3 {
	background: repeat scroll;
	color: #01A0DC;
	text-align: left;
}
h2 {
	background: repeat scroll;
	color: #01A0DC;
	text-align: left;
}
#content h1 {
	background: repeat scroll;
	color: #01A0DC;
	text-align: left;
}
foto default {
	padding: 5px;
	border: 0px solid #808080;
	text-align: right;
	float: right;
}
/* Footer Styles */
#footer p {
	height: 20px;
	font-family: Verdana;
	padding-top: 3px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

