@charset "utf-8";
body {
	background-image: url(../images/BckgrndGreyLtSwish.gif);
}

#MainContainer {
	position: relative;
	margin: 0px auto;
	width: 780px;
}
#header  {
	width: 100%;
	position: relative;
}
#header  .imgleft  {
	float: left;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#header  .imgmiddle  {
	position: relative;
	float: left;
	margin-left: 77px;
	margin-top: 18px;
}
#header  .imgright  {
	float: right;
	margin-right: 5px;
	margin-top: 17px;
}
#header  .headercombobox  {
	float: left;
	width: 100%;
}
#header  .headercombobox  .deptcmb  {
	float: right;
	margin-right: 5px;
	display: inline;
}
#leftmenu  {
	float: left;
	position: relative;
}
#textsection  {
		float: right;
	position: relative;
	margin-left: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 660px;
	overflow: visible;
}
#footer {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	margin-top: 4em;
	border-top: 1px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6em;
	font-style: italic;
	font-weight: bold;
}

