﻿table { font-size:100%;}

body {
	font-size:76%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#111F2B;
}

.button {
	text-align: center;
	text-decoration: none;
	font-size: 12.0pt;
	font-weight: 400;
}

a:link {color: #0000FF;	text-decoration: none;}
a:visited {color: #4E7CA0; text-decoration: none;}
a:hover {color: #838B91; text-decoration: underline;}
a:active {color: #838B91; text-decoration: underline;}

p:pagebreak {page-break-before: always;}

.bgmenu {background-color:#4E7CA0;}
.bgpage {background-color: #FFFFFF;}
.bgtop {background-image:url(images/bgtop.jpg);}
.bgbottom {background-image:url(images/bgbottom.jpg);}
.expand_l {background-image:url(images/expand_l.jpg);}
.line {background-color:#466278;}

#container {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: relative;
}

#masthead {
	text-align: right;
	width: 100%;
	background-color: #c5d5e5;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#navigation {
	background-color: #4E7CA0;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4E7CA0;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #000000;
	padding-bottom: 5px;
	color: #FFFFFF;
	width: auto;
	clear: both;
	overflow: auto;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
	font-family: Arial, sans-serif;
}
h2 {
	font-size: 1.75em;
	color: #469;
	font-family: Arial, sans-serif;
}
h3 {
	font-size: 1.5em;
	color: #469;
	font-family: Arial, sans-serif;
}
h4 {
	font-size: 1.25em;
	color: #469;
	font-family: Arial, sans-serif;
}
h5 {
	font-size: 0.75em;
	color: #469;
	font-family: Arial, sans-serif;
}
h6 {
	font-size: 0.5em;
	color: #469;
	font-family: Arial, sans-serif;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
