@charset "UTF-8";
/* CSS Document */
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #6699FF;
	text-decoration: none;
}
a:active {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
#head {
	height: 135px;
	width: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: inline;
	font-family: sans-serif;
	font-size: 12px;
}
#menu {
	top: 116px;
	left: 0px;
	width: 225px; 
	position: fixed;
	display: inline;
	font-family: sans-serif;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 45%;
	margin-bottom: auto;
}
#div {
	background-color: #003399;
	display: inline-block;
	font-size: 12px;
	position: fixed;
	top: 116px;
	left: 225px;
	height: 99%;
	width: 2px;
	margin-bottom: auto;
}
#title {
	left: 225px;
	right: 0px;
	text-align: center;
	position: fixed;
	height: 50px;
	top: 25px;
	display: inline;
}

#logo {
	width: 116px;
	top: 5px;
	left: 55px;
	position: fixed;
	display: inline;
}

#links {
	left: 225px;
	right: 0px;
	width: auto;
	margin-right: auto;
	position: fixed;
	top: 86px;
	font-family: sans-serif;
	font-size: 12px;
	display: inline-block;
}
.link {
	background-color: #003399;
	padding: 2px;
	color: #FFFFFF;
	width: 19%;
	display: inline-block;
	text-align: center;
}
.link:hover{
	background-color: #6699FF;
	padding: 2px;
	color: #000000;
	width: 19%;
	display: inline-block;
	text-align: center;
}
.darkbluebox {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    background-color: #003399;
    padding: 1px;
}
.spacerbox {
	height: 4px;
	font-size: 3px;
}
.menulist {
	padding-left: 6px;
}
.menulistitem {
	color: #003399;
}
.menulistitem:hover {
    color: #6699FF;
}
#static {
	margin-bottom: auto;
	left: 0px;
	width: 225px;
	height: 193px;
	top: 65%;
	overflow: hidden;
	position: fixed;
}
#lightboxcontainer {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 85%;
	z-index: 120;
	height: 450px;
	top:13%;
}
#lightbox {
	border-color: #003399;
	border-style: solid;
	border-width: 3px;
	width: 100%
	height: 100%;
	background-color: #FFFFFF;
}
#lightboxdata {
	width: 100%;
	border: none;
	height: 448px;
}
#lightboxclose {
	width: 30px;
	height: 18px;
	position: absolute;
	top:-10px;
	background-color: #FF0000;
	display: inline-blocke;
	text-align: center;
	color: #FFFFFF;
	font-family: sans-serif;
	padding: 2px;
	font-weight: bold;
	right: -8px;
}
#overlay {
	z-index: 100;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	position: fixed;
	display: inline-block;
	background-color: #000000;
	opacity: 0.6;
}
#content{
	top: 116px;
	left: 226px;
	right: 0px;
	width: auto;
	position: fixed;
	display: inline;
	font-family: sans-serif;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 79%;
	margin-bottom: auto;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}

