@charset "UTF-8";
 
 #body {
	 margin: 0;
	 padding: 0;
 }
 
 #h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
 }
 
 #mainContent {
	border-bottom-style:double;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	width: 980px;
	float: none;
	margin: 5px;
	text-align: center;
	font-weight: bolder;
 }
#leftContainer {
	width: 200px;
	background-color: #999;
	float: left;
	margin-top: 20px;
}
  
 #navlist	{
	margin: 0;
	padding: 5px 0 20px 10px;
	border-bottom: 1px solid #000;
}

#navcontainer {
	width: 1000px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 13.9px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #124390;
	cursor:default
}

#navlist a:hover {
	color: #ADADAD
}
 #main_container {
	position: absolute;
	width: 1000px;
	left: 15%;
	top: 0px;
	right: 15%;
	bottom: 0px;
}
 #main_header {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#TitleInformation {
	background-color: #CCC;
	width: 790px;
	border: medium solid #00F;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: both;
	font-weight: bold;
}
#hdcontainer {
	width: 1000px;
}
.header {
	font-size: 24px;
	text-align: center;
}
