﻿html  {
	margin:100px;
	padding: 0;
	border: 0;
}
body {
	margin:0;
	padding: 0;
	border: 0;
	height: 100%;
	font-family: Arial, Sans-Serif;
	font-size: medium;
	background-color: #273D58;
}
#container {
	margin: 0 auto;
	padding: 20px;
	border: 0;
	width: auto;
	min-height: 100%;
	position: relative;
	background-color: #D5E6FC; 
	background-attachment: scroll;
}
#masthead {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background-color: #D5E6FC;
}
#page_content {
	height: 100%;
	position: relative;
	left: 0; 
	top: 0;
}
#sidebar {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	float: left;
	width: 140px;
	height: 100%;
	background-color: #D5E6FC;
	margin-left: 20px;
	}
#content {
	margin: 20px;
	padding: 0;
	border: 0;
	margin-left: 180px;
	margin-right: 100px;
	padding: 10px;
	background-color: #FFFFFF;
}
#content img {
	float:left;
	padding-right:5px;
}
#content a {
	color: #011a69;
	text-decoration: underline;
	font-weight:bold;
	font-style:italic;
	}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1 {
	font-family: "Arial Black";
	color: #011A69;
	text-align: center;
}
h2,h3,h4,h5,h6 {
	font-family: "Arial Black";
	color: #011A69;
}
#menu { 
	width: 140px; 
	height: 100%;
} 
#menu ul { 
   list-style: none; 
   margin: 0; 
   padding: 0; 
} 
#menu a, #menu h2 {
   font: bold 14px/18px arial, helvetica, sans-serif;
   display: block;
   margin: 0;
   padding: 2px 3px; 
	background-color: #D5E6FC;
}
#menu h2 { 
	color: #ffffff; 
	background: #3C5A98; 
	text-transform: uppercase;
} 
#menu a { 
	color: #011A69; 
	text-decoration: none; 
} 
#menu a:hover { 
	color: #325294; 
	background: #83A1E1; 
} 
#menu li { 
	position: relative; 
}
#menu ul ul ul {
	position: absolute; 
	top: 0; 
	left: 100%; 
	width: 100%; 
}
div#menu ul ul ul, div#menu ul ul li:hover ul ul {
	display: none;
} 
div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display : block;
	background: #D5E6FC; 
}
#footer {
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	width: 95%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 5%;
	background-color: #D5E6FC;
}
#footer p {
	font-size: x-small;
	text-align: center
}
#footer a {
	color: #011A69;
	text-decoration: underline;
}
.float_right {
	float:right;
}
#footer a:hover {
	color: #011A69;
	text-decoration: none;
}
a {
	color: #011A69;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}