﻿body {
	margin-top: 0px;
	font-family: Tahoma;
	font-size: small;
}
#container {
	width: 880px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
#navigation {
	margin-top: 28px;
	width: 550px;
	margin-left: 10px;
	height: 20px;
	border-bottom: 1px solid #9FB1BC;
	position: absolute;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#navigation ul li a {
	float: left;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #4DBADD;
}
#navigation a:hover {
	background: url('images/Rounded.gif') no-repeat center bottom;
}
#navigation .active {
	color: #003399;
	background: url('images/Rounded.gif') no-repeat center bottom;
}

#dropmenudiv {
	position: absolute;
	border: 1px #666666;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	margin-left: 10px;
}
#dropmenudiv a {
	display: block;
	border-bottom: 1px solid black;
	padding: 2px;
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
	border-bottom-style: dotted;
}
#dropmenudiv a:hover {
	/*hover background color*/
background-color: #F7F7F7;
}
#logo {
	width: 300px;
	height: 76px;
	position: absolute;
	margin-left: 570px;
}

#iframe {
	position:absolute;
	margin-top:100px;
}

