div { border: 0px solid blue; max-width: 1080px; }

* { overflow: visible; }

html, body
{
	width: 100%;
	height: 100%;
	font-family: calibri, helvetica-light, verdana, arial, sans serif;
	font-size: 80%;
	overflow: auto;
	
	
}
a, a img { color: maroon; text-decoration: none; border: 0px; }
a:hover { border: 0px; }

h1, h2 { font-weight: lighter; letter-spacing: 0.4em; }

.joblink
{
	display: block;
	text-align: right;
	width: 90%;
	height: 18px;
	font-size: 120%;
	margin-left: auto; margin-right: auto;
	border: 0px solid black;

}

.joblink a
{
	text-decoration: none;
	color: maroon;
}
.joblink a:hover
{
	text-decoration: underline;
	color: royalblue;
}


.headcontainer
{
	width: 90%;
	height: 130px;;
	margin-left: auto; margin-right: auto;
	background-color: #F9F9F9;
	padding: 0%;
	border: 1px solid gray;
	border-width: 1px 1px 0px 1px;
}
.logocontainer
{
	display: inline;
	float: left;
	margin: 3% 0% 0% 4%;
	width: auto;	height: auto;
	overflow: visible;
}

.topbuttoncontainer, .topbuttoncontainerlast
{
	float: right;
	width: auto;
	height: 30px;;
	margin-top: 50px;;
	margin-right: 2%;
	padding-right: 2%;
	border-right: 1px solid black;
	opacity: 0.5; filter:alpha(opacity=50);

}
.topbuttoncontainerlast
{
	border: none;
}
.topbuttoncontainer:hover, .topbuttoncontainerlast:hover
{
	opacity: 1.0;
	filter:alpha(opacity=100);
}

.navcontainer
{

	display: block;
	width: 90%; height: 30px;;
	background: #f9f9f9;
	text-align: center;
	margin: 0px auto 0px auto;
	border: 1px solid gray;
	border-width: 0px 1px 0px 1px;

}
.navbox
{
	display: block;
	float: right;
	width: 10%;; 
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	color: black;
}
a.navbox
{
	color: black;
	text-decoration: none;
}
a:hover .navbox
{
	color: darkred;
	text-decoration: underline;
}
.topcontainer
{
	display: block;
	width: 90%;	height: 160px;
	margin-left: auto;	margin-right: auto;
	background: url(red-box.png) top center;
	border: 1px solid gray;
	border-width: 0px 1px 0px 1px;

}
.toptextcontainer
{

	border: 1px solid black;
	height: 100%; width: 100%;
	line-height: 160px;
	vertical-align: middle;
	margin: 0%;
	color: #F4F4F4;
	text-align: center;
	
}

.toptextcontainerpage1
{

	border: 1px solid black;
	height: 100%; width: 100%;
	margin: 0%;
	color: #F4F4F4;
	text-align: center;
	
}


.middlecontainer
{
	width: 90%;	height: auto;
	margin-left: auto;	margin-right: auto;
	display: block;
	white-space: wrap;
	overflow: hidden;
	background-color: #F9F9F9;
	border: 1px solid gray;
	border-width: 0px 1px 1px 1px;

}

.middlecontainerfaq
{
	width: 90%;	height: auto;
	margin-left: auto;	margin-right: auto;
	display: block;
	white-space: wrap;
	overflow: hidden;
	background-color: #F9F9F9;
	border: 1px solid gray;
	border-width: 0px 1px 1px 1px;

}

.bottomcontainer
{
	width: 90%;	height: 30px;
	margin-left: auto;	margin-right: auto;
	font-size: 120%;
	color: gray;
	line-height: 20px;
	vertical-align: middle;
	padding: 1%;

	border: 0px solid black;
}
.bottomcontainer a
{
	color: gray;
	text-decoration: underline;

}
