﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	background-color: #ffffff;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 780px;
	padding: 0;
	background-color: #ffffff;
}
#navigation {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	overflow: hidden;
}
#column_l {
	width: 450px;
	margin: 0 0 0 0px;
	padding: 10px 0px 10px 10px ;
}
#column_r {
	width: 250px;
	margin: 0;
	float: right;
	position: relative;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #333366;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
}
#navigation a:hover {
	text-decoration: underline;
}
/* Styles for Menu */
#menu ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #333366;
	font-size: small;
	text-decoration: none;
	margin: 0 1px;
	padding: 2px;
	display: block;
}
#menu a:hover {
	text-decoration: underline;
}
#breadcrumb ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#breadcrumb li {
	float: left;
}
#breadcrumb a {
	color: #333366;
	font-size: small;
	text-decoration: none;
	margin: 0 1px;
	padding: 2px;
	display: block;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
/* Styles for Content */
h1 {
	color: #333366;
	font-size: 18pt;
	font-weight: normal;
}
h2 {
	color: #333366;
	font-size: 14pt;
	font-weight: normal;
}
h3 {
	color: #333366;
	font-size: 14pt;
	font-weight: normal;
}
h4 {
	color: #333366;
	font-size: 14pt;
}
h5 {
	color: #333366;
	font-size: small;
	font-weight: bold;
	margin: 0px;
}
h6 {
	color: #333366;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
}
big {
	color: #333366;
	font-size: medium;
}

#column_l p {
	text-align: justify;
}

#column_r p {
	color: #000;
	font-size: x-small;
	text-align: justify;
	margin: 0;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
#column_r a {
	color: #333366;
	text-decoration: none;
}
#column_r a:hover {
	color: #333366;
	text-decoration: underline;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
