@charset "UTF-8";
/* default elements */
div, body, html {margin: 0; padding: 0;}
body, div {font-family: Arial, Verdana, Tahoma; font-size:12px; color:#6a6e72;}
body {background-image:url(../images/MSBG.jpg); background-repeat: repeat-x;}
a img {border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;}

/* website layout elements */
#wrapper {
	width: 961px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #flashArea {
	visibility:visible;
	height: 479px;
	width: 959px;
	margin-top: 7px;
	border: 1px solid #a1a1a1;
}

#wrapper #mainTextArea {
	visibility:visible;
	background-image:url(../images/contentBG.jpg);
	height: 479px;
	width: 959px;
	margin-top: 7px;
	border: 1px solid #a1a1a1;
}

#wrapper #footer {
	width: 959px;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
}
#wrapper #footerbottom
{
	position:relative;
	width: 958px;
	clear: both;
	margin-top:5px;
}

#wrapper #footerbottom #footercopyright{
	position:absolute;
	left:0px;
	
}

#wrapper #footerbottom #footerfirstpage{
	
	position:absolute;
	right:0px;
}

.Firstpage a:link, a:active, a:visited{
color:#272727;
text-decoration:none;
}
.Firstpage a:hover{
color:#06C;
text-decoration: underline;
}


#wrapper #bottomLinks {
	position:relative;
	background-image: url(../images/footerBlack.jpg);
	height: 21px;
	width: 958px;
	color:#FFF;
	font-weight:bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a1a1a1;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
	clear: both;
	padding-top: 6px;
}
#wrapper #bottomLinks #leftLinks {
	position:absolute;
	left:0px;
	padding-left: 15px;
	font-weight: bold;
	color: #FFF;
}
#wrapper #bottomLinks #rightLinks {
	position:absolute;
	right:0px;
	padding-right: 15px;
	font-weight: bold;
	color: #FFF;
}
#wrapper #header {
	position:relative;
	background-image: url(../images/topBlue.jpg);
	width: 959px;
	height: 87px;
	border: 1px solid #a1a1a1;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #header #topRightLinks {
	position:absolute;
	top:0px;
	right:0px;
}
#wrapper #header #navLinks {
	position:absolute;
	bottom:0px;	
	right:0px;
}



