﻿@import url(layout.css);
body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-attachment: scroll;
	background-color: #FFFFFF;
}
#container {
	position: absolute;
	width: 100%;
}
#masthead {
	background-image: url('../images/Inov8BlueTop.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 143px;
}
#navigation {
	position: relative;
	overflow: hidden;
}
#mastinfo {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#mastimage {
	position: relative;
	float: left;
	padding-top: 40px;
	padding-left: 20px;
}
#page_content {
	position: relative;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 10px;
}
#column_l {
	position: relative;
	float: left;
	width: 144px;
	color: #394784;
}
#column_r {
	border-left-style: groove;
	border-left-width: thin;
	width: 570px;
	float: right;
	background-color: #ffff;
	position: relative;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer {
	/*width: auto;*/
	clear: both;
	/*overflow: auto;*/
	border-top-style: groove;
	border-top-width: thin;
	text-align: right;
	/*overflow: hidden;*/
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	position: relative;

}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation a {
	color: #FFFFFF;
	margin: 0 1px;
	padding: 10px;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* Styles for Content */
h1 {
	color: #394784;
	font-size: 2.0em;
}
h2 {
	/*padding: 10px 0px 0px 0px;*/
	color: #394784;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	/*padding: 10px 0px 0px 0px;*/
	color: #394784;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	/*padding: 5px;*/
	color: #394784;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h5 {
	color: #394784;
	font-size: small;
	font-weight: bold;
	/*margin-top: 10px;*/
}
h6 {
	color: #394784;
	font-size: 0.5em;
}
big {
	color: #394784;
	font-size: medium;
}
#column_r p {
	text-align: left;
	margin: 0;
	/*padding: 5px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	/*padding-left: 10px;*/
	font-size: small;
}
#column_r ul li {
	font-size: small;
	display: list-item;
	list-style-position: outside;
	margin-left: 20px;
}
/*
#column_l a:link {
	color: #394784;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
*/
#column_l a:visited {
	/*color: #000080;*/
	color: #394784;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

#column_l a {
	color: #394784;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
#column_l a:hover {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	/*font-style: italic;*/
}
/* 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: underline;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: none;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.SelectedPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	/*font-size: small;*/
	font-weight: bold;
	/*font-style: italic;*/
	text-decoration: underline;
	color: #0000FF;
}
