#super{
position: absolute;
top: 0;
left: 0;
width: 100%;
margin: 0;
padding: 0;
}

#main-container {
	width			: 700px !important;
	width			: 700px;
	margin			: 0px auto;
	min-height		: 400px;
	height			: auto !important;
	height			: 400px;
	padding			: 0;
	border			: 0;

	text-align		: left;
	background		: #fff;
}

/* Header */
#box-mainheader	{
	float			: left;
	clear			: both;
	width			: auto !important;
	width			: 700px;
	margin			: 0;
	padding			: 0px;
	vertical-align	: bottom;
	border			: 0px dotted #000;
	background		: #fff

}

#site-name			{
	float			: left;
	font			: bold small-caps 24px/20px "Times New Roman", Times, serif;
	color			: #3d454a;
	margin			: 0px 2px;
}

#box-header-1, #box-header-2, #box-header-3	{
	float			: left;
	clear			: both;
	overflow		: visible;
	width			: 700px !important;
	width			: 700px;
	margin			: 0;
	padding			: 0;
	border			: 0;
}
#box-header-2	{
	height			: 64px;
	background		: url(../images/toplogo.jpg) center top no-repeat;
}
#box-header-3	{
	background		: rgb(6,47,107);
	vertical-align	:top;
}

#box-header-1	{
	height			: 150px;
	background		: url('../images/banner.jpg') center top no-repeat;
}

#nws{
	width			: 300px;
	margin-left		: 20px;
	margin-top		: 5px;
	color			:#fff;
}


/* CONTENT BODY */
#box-mainbody	{
	float			: left;
	clear			: both;
	width			: 700px;
	min-height		:400px;
	height			:auto !important;
	height			:400px;
	margin			: 0;
	padding			: 0;
	border			: 0;
	background-color:#fff;
}

#box-body, #box-left{
	float			: left;
	vertical-align	: top;
	margin			: 0;
	padding-top		: 20px;
	border			: 0;
	width			: 150px;
}
#box-body	{
	padding			: 20px 5px 0 5px;
	margin-left		: 10px;
	width			: 500px !important;
	width			: 500px;
}
#box-pathway {
	float			: left;
	margin			: 0;
	border			: 0;
	padding			: 0;
	font			: normal 10px/16px Arial, Helvetica, sans-serif;
	color			: #333;

}


/* MENU BOTTOM */
.bar,  a.bar:link, a.bar:visited  {
	font			: normal 10px/10px Arial, Helvetica, sans-serif;
	color			: #333;
}
a.bar:hover {
	color			: #f90;
	text-decoration : none;
}

/* FOOTER */
#box-footer  {
	float			: left;
	clear			: both;
	margin			: 0px;
	padding			: 0px;
	text-align		: left;
	width			: 700px;

}
#box-footer-1, #box-footer-2, #box-footer-3	{
	float			: left;
	clear			: both;
	margin			: 0;
	padding			: 0;
	border			: 0;
	overflow		: visible;
	width			: 700px !important;
	width			: 700px;
	color			: #fff;
}
#box-footer-1	{
	padding			: 0;
	background		: #fff;
}
#box-footer-2	{
	margin			: 5px 0px;
}
#box-footer-3	{
        background : rgb(23,56,129) url(../images/footer.jpg);
        height     : 30px;
        border     : 0;
padding: 0;
}

