﻿
/* CSS Document */
body {
	font-size:0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.PlaceholderOuter {
	margin: auto;
	width: 1014px;
	background-repeat: repeat-y;
}
div.Placeholder {
	width: 1004px;
	min-height: 700px;
	margin-left: 12px;
}
div.MenuHolder {
	width: 978px;
	margin-left: 9px;
	margin-top: -6px;
	background-color: #2F3267;
	background-image: url('../Images/ButtonBackground.png');
	background-repeat:repeat-x;
	
	height: 50px;
	min-height: 50px;
	padding-left:2px
}
div.MenuHolder div.MenuItem {
	float: left;
	text-align: center;
	display: block;
	width: 106px;
	margin-right: 1px;
	margin-left:1px;
	background-image: url('../Images/ButtonBackground.png');
	min-height: 50px;
	height: 50px;
}
div.MenuHolder div.MenuItemActive {
	float: left;
	text-align: center;
	display: block;
	width: 106px;
	margin-right: 2px;
	background-image: url('../Images/ButtonBackgroundActive.png');
	min-height: 50px;
	height: 50px;
}
div.MenuHolder div.MenuItem div.MenuItemText, div.MenuHolder div.MenuItemActive div.MenuItemText {
	width: 90%;
	margin-top: 5px;
}
div.MenuHolder div.MenuItemActive div.MenuItemText a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: smaller;
}
div.MenuHolder div.MenuItem div.MenuItemText a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: smaller;
}
div.Titles {
	margin-top: 10px;
}
div.MenuHolderTitle {
	width: 980px;
	min-height: 120px;
	background-color: #002147;
	background-position: right top;
	background-repeat: no-repeat;
	margin-left: 9px;
}
div.MenuHolderTitle div.TitleText {
	font-size: x-large;
	color: white;
	margin-left: 20px;
}
div.MenuHolderTitle div.bodytext {
	color: white;
	margin-left: 20px;
}
div.MenuItemLeft {
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
}
div.MenuItemLeft a {
	text-decoration: none;
	color: white;
	margin-bottom: 10px;
}
div.MenuItemLeft div.MenuItemText {
	margin-left: 10px;
	font-size: small;
	padding-bottom: 10px;
	
}
div.MenuItemLeft div.MenuItemTextActive {
	margin-left: 10px;
	font-size: small;
}
div.MenuItemLeft div.MenuItemTextActive a.Header {
	position: relative;
	color: #CACADB;
}
div.MenuItemLeft div.MenuItemDescription {
	margin-left: 10px;
	margin-top: 2px;
	font-size: smaller;
	color: #DCDFD6;
}
div.ContentRight div.MenuItemDescription {
	margin-top: 2px;
	font-size: smaller;
	color: #DCDFD6;
}
div.Content {
	width: 980px;
	margin-left: 9px;
	padding-top: 10px;
	background-color: white;
	min-height: 800px;
	position:relative;
	}
div.ContentLeft {
	position: relative;
	width: 200px;
	float: left;
	background-color: #043C7F;
	top: -10px;
	padding-top: 10px;
	color:white;
	margin-bottom:50px;
	background-image:url('../Images/filler.png');
}
div.ContentMiddle 
{
    position:relative;
	width: 560px;
	min-height: 790px;
		background-color: white;
	float:left;
		padding-bottom:30px;
		
}
div.ContentRight {
	position:relative;
	min-height: 790px;
	width: 210px;
	padding-top: 5px;
	float:right;
	background-color: white;
	
	
	
}
div.ContentLeft div.MenuItem, div.ContentRight div.MenuItem {
	width: 100%;
	background-color: #BDEDC5;
	min-height: 20px;
}
div.SearchMenu {
	width: 100%;
	margin-bottom: 3px;
	color: #D2D8F1;
}
div.QuickLinksMenu {
	width: 100%;
	min-height: 40px;
	float: left;
	height: 30px;
	text-align: left;
	margin-bottom: 3px;
}
div.NewsMenu {
	width: 100%;
	min-height: 40px;
	float: left;
	height: 30px;
	text-align: left;
	margin-bottom: 3px;
	color: white;
}
div.header1 {
	color: black;
	font-size: large;
}
div.header2 {
	color: black;
	font-size: x-large;
	margin-bottom: 15px;
}
div.bodytext {
	color: black;
	margin-bottom: 10px;
	text-align: justify;
}
div.bodytext a.green {
	color: green;
	text-decoration: none;
}
div.bodytext a.blue {
	color: blue;
	text-decoration: none;
}
div.Attachments a {
	text-decoration: none;
}
div.LoginBar {
	width: 100%;
	min-height: 30px;
	margin-right: 5px;
	line-height: 20px;
	text-align: left;
}
div.LoginBar input {
	position: relative;
	width: 120px;
	border: none;
	top: -1px;
	height: 14px;
	line-height: 18px;
}
div.LoginBar label {
	float: left;
	width: 60px;
	margin-right: 5px;
}
div.SearchBar {
	width: 100%;
	min-height: 30px;
	float: left;
	margin-right: 5px;
	line-height: 30px;
}
div.NewsHeadline {
	color: #DCDFD6;
	margin-bottom: 3px;
	text-align: left;
	margin-right: 10px;
}
div.Newsbody {
	color: #A7A99E;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: smaller;
}
.MenuHolderBottom {
	margin-left: 9px;
	width: 100%;
	line-height: 24px;
	color: white;
	height: 100px;
	min-height: 100px;
	margin-top:-32px;
		
}
div.MenuHolderBottom div.BottomText {
	width: 980px;
	background-color: #64689E;
	background-image:url('../Images/footer.png');
	text-align: right;
	height: 100px;
	min-height: 100px;
	background-position:0px -11px;
}
div.MenuHolderBottom div.BottomText a {
	color: white;
	text-decoration: none;
}
div.ContactsMenu {
	color: black;
	font-size: smaller;
	margin-left: 10px;
}
div.ContactsMenu a {
	text-decoration: none;
	color: black;
}
div.ContactsMenu div.MenuItemText {
	margin-right: 10px;
	text-align: left;
}
div.MenuItemHeading {
	text-align: left;
	width: 100%;
	color: black;
	margin-bottom: 3px;
	width: 60%;
	font-size: medium;
	margin-left: 10px;
	margin-top: 5px;
}
div.ContactsMenu div.MenuItemBody li {
	list-style: none;
	padding: 0;
	margin: 0;
	color: black;
	margin-left: -30px;
	font-size: smaller;
}
div.SearchResult {
	margin-top: 5px;
}
div.SearchHeader {
	color: white;
	margin-bottom: 2px;
}
div.SearchBody {
	color: #A7A99E;
	font-size: smaller;
}
span.SearchHighlight {
	color: #BADCFF;
}
div.GlossaryMenu ul {
	position: relative;
	left: -8px;
}
div.GlossaryMenu ul li {
	list-style: none;
	color: white;
	background-image: url('../Images/ButtonBackground.png');
	margin-bottom: 5px;
	line-height: 20px;
	min-height: 20px;
	height: 20px;
	width: 40px;
	text-align: center;
	float: left;
	margin-right: 2px;
}
div.GlossaryMenu ul li a {
	text-decoration: none;
	color: white;
}
div.GlossaryHeader {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 3px;
	font-size: medium;
	margin-top: 3px;
}
div.GlossaryHeader a.Link {
	text-decoration: none;
}
div.GlossaryBody {
	margin-bottom: 3px;
	text-align: justify;
}
div.SearchHeader {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 3px;
	font-size: medium;
	margin-top: 3px;
}
div.SearchHeader a {
	text-decoration: none;
}
div.FormContent label {
	color: blue;
	margin-bottom: 3px;
	width: 480px;
}
div.FormContent input.form {
	width: 300px;
}
div.FormContent textarea {
	width: 500px;
}
div.FormContent span.ControlHelp {
	color: silver;
	margin-top: 3px;
}
div.SearchBar input.Button {
	position: relative;
	top: -4px;
	margin-right: 10px;
	height: 18px;
	width: 18px;
	margin-left: -4px;
}
div.SearchBar input.Text {
	position: relative;
	top: -7px;
	height: 13px;
	width: 130px;
	margin-left: 10px;
}
div.SearchCloud a {
	text-decoration: none;
	color: inherit;
}
input.LangButton {
	border: 0px solid white;
	background-image: url('../Images/ButtonBackground.png');
	color: white;
	width: 80px;
}
