@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #98bcdc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.ms-main #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #000099;
	border-right: 2px solid #000099;
	border-bottom: 0px solid #000099;
	border-left: 2px solid #000099;
}
.ms-main #header1 {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 71px;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
}
.ms-main #header2 {
	height: 86px;
	background-image: url(../images/header_image.jpg);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-bottom: 1px;
}
.ms-main #header3 {
	width: 955px;
	background: #FFCC00;
	height: 28px;
}
.ms-main #mItem1 {
	position: relative;
	height: 75px;
	width: 75px;
	left: 50px;
	top: 70px;
	float: left;
	clear: both;
/*	border: 1px solid #666666; */
	text-align: center;
	font-size: 0.7em;
}
.ms-main #mItem1 a {
	text-decoration: none;
}

.ms-main #mItem2 {
	position: relative;
	height: 75px;
	width: 75px;
	left: 50px;
	top: 100px;
	float: left;
	clear: both;
/*	border: 1px solid #666666; */
	text-align: center;
	font-size: 0.7em;
}

.ms-main #mItem2 a {
	text-decoration: none;
}

.ms-main #mItem3 {
	position: relative;
	height: 75px;
	width: 75px;
	left: 50px;
	top: 143px;
	float: left;
	clear: both;
/*	border: 1px solid #666666; */
	text-align: center;
	font-size: 0.7em;
}

.ms-main #mItem3 a {
	text-decoration: none;
}

.ms-main #mItem4 {
	position: relative;
	height: 75px;
	width: 75px;
	left: 50px;
	top: 186px;
	float: left;
	clear: both;
/*	border: 1px solid #666666; */
	text-align: center;
	font-size: 0.7em;
}

.ms-main #mItem4 a {
	text-decoration: none;
}

#rItem1 {
	background-color:#FFFFFF;
	position: relative;
	right: 20px;
	top: 70px;
	float: right;
	/*	border: 1px solid #666666; */
	text-align: center;
	font-size: 0.7em;
}

#rItem2 {
	background-color:#FFFFFF;
	position: relative;
	right: 20px;
	top: 90px;
	float: right;
	/*	border: 1px solid #666666; */
	text-align: center;
	font-size: 0.7em;
}
#rItem3 {
	background-color:#FFFFFF;
	position: relative;
	right: 10px;
	top: 110px;
	float: right;
	/*	border: 1px solid #666666; */
	text-align: center;
	font-size: 0.7em;
}
#rItem4 {
	background-color:#FFFFFF;
	position: relative;
	right: 20px;
	top: 130px;
	float: right;
	/*	border: 1px solid #666666; */
	text-align: center;
	font-size: 0.7em;
}
.ms-main #mainContent {
	float: left;
	text-align: justify;
	width: 700px;
	padding: 45px 0 25px 0;
	line-height: 23px;
	background-color: #FFFFFF;
}

.ms-main #mainContent table{
	text-align: left;
}

.ms-main #mainContent hr{
	height: 1px;
	color: #000099;
	border: thin dotted;
}

.ms-main #mainContent h1,h2,h3{
	color: #000099;
}

.ms-main #mainContent a#lf_img {
	float: left;
	clear: left;
	padding: 0;
	margin: 0px 30px 10px 0px;
	vertical-align:text-top;
}

.ms-main #mainContent a#rf_img {
	float: right;
	clear: right;
	padding: 0;
	margin: 0px 0px 10px 30px;
	vertical-align:text-top;
}

/* start 3 sub columns */
#column_container {
	background-color: #FFFFFF;	
}
#column_left {
	float: left;
	width: 150px;
	background-color: #FFFFFF;	
}
#column_right {
	float: right;
	width: 90px;
	background-color: #FFFFFF;
}
#column_right a {
	text-decoration: none;
}

.clearfloat {
	clear: both;
}
/* end 3 sub columns */

.required {
	color: #FF0000;
}
.ms-main #footer {
	background:#000099;
	color: #FFFFFF;
	text-align: center;
	font-size: .7em;
}
.ms-main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#author {
	margin:-23px 10px 0 0;
	float:right;
}
.ms-main #footer a:link, .ms-main #footer a:hover, .ms-main #footer a:active, .ms-main #footer a:visited {
	color:#FFF;
	text-decoration:none;
}
.ms-main #container #mainContent .noticeItem {
	border: thin solid #CCCCCC;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.link_icon {
	float: left;
	width: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.link_desc {
	float: right;
	width: 500px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.ms-main #container #mainContent .noticeItem .noticeImage {
	clear: right;
	float: right;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.subNote {
	font-size:.7em;
}