@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	min-width:780px;
	max-width:1000px;
	height:100%;
	border:#0068af 2px solid;
	margin:5px auto;
	height: 100%;
	background-color:#FFFFFF;
	text-align:left;
}

* html #container {width:900px;}

#container #banner {
	width:100%;
	height:114px;
	border-bottom:#0068af 2px solid;
	position:relative;
}
#container #banner #banner-left {
	background:url(../images/banner.jpg) no-repeat top left #064179;
	width:100%;
	height:120px;
}


#container #banner #banner-right {
	position:absolute;
	width:380px;
	height:120px;
	right:0px;
}

#container #banner #banner-left #banner-text {
	position:absolute;
	margin-left:375px;
	margin-top:80px;
	color:#e5eff9;
	font-weight:bold;
	width:250px;
}
	
#container #topnav {
	position:relative;
	height:30px;
	border-bottom:#0068af 2px solid;
	text-align:center;
	background-color:#f7d500;
}

#container #topnav ul{
	display:block;
	list-style:none;
	text-align:center;
	margin:0 0 0 100px;;
	padding:0;
}

#container #topnav ul li {
	display:block;
	float:left;
	height:30px;
}

#container #topnav ul li a {
	display:block;
	height:25px;
	float:left;
	color:#0068af;
	background-color:#f7d500;
	text-decoration:none;
	padding:5px 15px 0 15px;
	border-right:#0068af solid 2px;
	font-weight:bold;
}

#container #topnav ul li a:hover{
	display:block;
	height:25px;
	float:left;
	color:#e5eff9;
	background-color:#0155af;
	text-decoration:none;
	padding:5px 15px 0 15px;
	border-right:#0068af solid 2px;
	font-weight:bold;
}

#container #mainbody {
	width:100%;
	min-height:600px;
}

* html #container #mainbody {height:600px;}

#container #mainbody #leftnav {
	position:absolute;
	width:150px;
	border-right:#0068af 2px solid;
}

#container #mainbody #content {
	position:relative;
	padding: 20px;
	text-align:justify;
}

#container #mainbody #content h2 {
	font-size:20px;
}

#container #mainbody #content #outerdiv {
	width:325px;
	height:120px;
	overflow:hidden;
	position:relative;
}

#container #mainbody #content #inneriframe {
	position:absolute;
	top:-550px;
	left:-425px;
	width:1280px;
	height:1200px;
}

#container #footer {
	height:27px;
	border-top:#0068af 2px solid;
	padding:7px 0 0 5px;
	position:relative;
}

#container #footer #footer-right {
	position:absolute;
	height:26px;
	width:155px;
	right:5px;
	background:url(../images/browser-logos.jpg) no-repeat;
	margin-top:-3px;
}
	

#jr-stats {
	font-size:10pt;
	text-align:center;
}

#jr-astrix {
	font-size:8pt;
	margin-top:0;
}

#jr-extra {
	font-size:9pt;
	margin:10px 20px 0 20px;
	border:#e70063 1px dashed;
	padding:20px;
	display:none;
}