﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #909CB6;
}
#container {
	border-style: solid;
	border-width: 2px 4px 4px 2px;
	border-color: #484848 #484848 #484848 #484848;
	background-color: #FFFFFF;
}
#masthead {
	text-align: right;
	background-color: #336699;
	background-image: url("../images/masthead_image.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-style: solid;
	border-color: #6699FF;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #6699FF;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 390px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 400px;
	padding: 0 15px;
	background-color: #fff;
	text-align: justify;
}
#column_r {
	width: 250px;
	padding: 15px 10px;
	background-color: #FFFFFF;
}
html>body #column_r {
	width: 300px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
#links {
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #999999 #333333 #666666 #999999;
	padding: 2px;
	width: 100%;
}
/* Masthead */
#links td {
	vertical-align: middle;
	text-align: left;
	padding: 2px;
	border-collapse: collapse;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
#links p {
	text-align: center;
}
#links img {
	border-width: 0px;
}
#masthead h1 {
	color: #FFFFFF;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #CCFFFF;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-style: none dotted none none;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	display: block;
	padding: 2px 3px 2px 3px;
	background-color: #6699FF;
	border-right-width: 2px;
	border-right-color: #000066;
}
#navigation a:hover {
	border-style: none none dotted none none;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	color: #FFFFFF;
	background-color: #000066;
	border-right-width: 2px;
	border-right-color: #000066;
}
/* Right Column */
#column_r img {
	border: 2px solid #000066;
}
/* Site typography */
#onecolumn {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
#onecolumn img {
	vertical-align: middle;
}
#onecolumn h2 {
	text-align: center;
}
#onecolumn h3 {
	text-align: center;
}
#onecolumn h4 {
	text-align: center;
}
h1 {
	font-size: xx-large;
	color: #000066;
}
h2 {
	font-size: x-large;
	color: #000066;
}
h3 {
	font-size: large;
	color: #000066;
}
h4 {
	font-size: medium;
	color: #000066;
}
h5 {
	font-size: x-small;
	color: #000066;
}
h6 {
	font-size: xx-small;
	color: #000066;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #0066CC;
	font-weight: bold;
}
a:hover {
	color: #CA0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
