/* CSS Document */

html, body {
	font-family: Helvetica, Arial;
	background-color: #E4F0F7;
    margin: 0px;
    padding: 0px;
    height: 100%;
    border: none;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: solid 1px #666666;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: solid 1px #666666;
}

.left_bar {
	background-image: url(../images/bar_left_bg.jpg);
	background-repeat: repeat-y;
}

.right_bar {
	background-image: url(../images/bar_right_bg.jpg);
	background-repeat: repeat-y;
}

.subtext{
	font-family: Helvetica, Arial;
	color: #4D4D4D;
	text-align: left;
	padding-left: 12px;
	padding-right: 20px;
}

.top_frame {
	position: relative;
	top: 0px;
	text-align: center;
}

.main_text {
	position: left;
	left: 286px;
	width: 791px;
	height: 100%;
}

#Envision {
	font-family: Helvetica, Arial;
	color: #4D4D4D;
	text-align: left;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 5px;
}

#IsMNSGRight {
	font-family: Helvetica, Arial;
	color: #4D4D4D;
	text-align: left;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 5px;
}

#RecentNews {
	width: 258px;
	height: 124px;
	background-image:url(../images/RecentNews.jpg);
	background-repeat: no-repeat;
}

#News {
	position: relative;
	top: 10px;
	left: 20px;
	width: 220px;
	height: 70px;
	
	font-family: Helvetica, Arial;
	font-size: 9pt;
	color: #4D4D4D;

	overflow: scroll;
	/* border: solid thin black; */
}

#ContactUs_text {
	position: relative;
	top: 0px;
	left: 15px;
	width: 450px;
	background-color:#E9E9E9;
	font: Helvetica, Arial;
	font-size: 12pt;
}

.contact_text_head {
	color: #666666;
	font: Arial;
	font-size: 12pt;
}

.contact_text {
	color: #666666;
	font: Arial;
	font-size: 9pt;
}

.contact_blue_text {
	display: inline;
	color: #000099;
	font: Helvetica, Arial;
	font-size: 10pt;
}

