﻿body {
	color: black;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 0;
}
#page-background {
	width: 100%;
	height: 100%;
	position: fixed;
	border-top: 0;
	border-left: 0;
	margin: 0;
}
#container {
	width: 85%;
	padding: 0;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	width: 99%;
	margin: 5px;
	padding: 0;
	overflow: auto;
}
#navigation {
	overflow: hidden;
	margin: 5px;
	width: auto;
	padding: 0;
	border: 0;
	clear: both;
}
#column_l {
	width: 65%;
	margin: 0;
	float:left;
	padding: 10px;
	color: #000000;
}
#column_l a {
	color: #802090;
	text-decoration: underline;
}
#column_l a:hover {
	color: #606060;
	text-decoration: none;
}

#column_r {
	width: 25%;
	margin: 0;
	float: right;
	padding: 10px;
}
#footer {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0000FF;
	clear: both;
	overflow: auto;
}
.float_right {
	float:right;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 15px;
	color: #fff;
	margin: 10px 5px 0;
}
#column_r p {
	font-size: 13px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {list-style-type: none; width: 100%;	margin: 0; padding: 0;}
#navigation li {float: left;}
#navigation a {color: #fff;	text-decoration: none; display: block; padding: 5px; border-bottom: 1px solid #c9c9c9;}
#navigation a:hover {color: #000; text-decoration: none; border: 1px solid #a9a9a9;	background-color: #c9c9c9;}

.clearit {clear: both; height: 0; line-height: 0.0;	font-size: 0;}
#p7menubar, #p7menubar ul {	list-style: none; margin: 0; padding: 0;}
#p7menubar a {display: block; text-decoration: none; padding: 5px; border: 1px solid #c9c9c9; color: #ffffff;}
#p7menubar a.trigger {padding: 5px;}
#p7menubar li {float: left; width: 9em;}
#p7menubar li ul, #p7menubar ul li  {width: 13em;}
#p7menubar ul li a  {color: #a9a9a9;; padding: 5px;}
#p7menubar li ul {position: absolute; display: none; border-bottom: 1px solid #c9c9c9;}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {color: #000000;	background-color: #c9c9c9;}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {display: block;}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {color: #ffffff;	background-color: #357ddd;}
#p7menubar ul a:hover {	background-color: #c9c9c9!important; color: #000000!important;}
#p7menubar li {width: auto;}


/* Styles for Footer */
#footer p {
	font-size: 12px;
	line-height: 14px;
	color: #0000FF;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #0000FF;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
