/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	background-color: #FFFFFF;
	line-height: 175%;
}
.msGroup #wrapper {
	width: 724px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
.msGroup #banner {
	background-color: #FFFFFF;
	background-image: url(images/banner-new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 189px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.msGroup h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 130%;
	color: #003399;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.msGroup h2 {
	font-size: 120%;
}
.msGroup #content {
	padding: 0 20px;
	background-color: #EDF7FA;
	border: 1px solid #CCCCCC;
}
#content .headingText {
	font-size: 110%;
	font-weight: bold;
	color: #003399;
}
#content a:link {
	color: #1F1995;
}
#content a:visited {
	color: #1F1995;
}
#content a:hover {
	color: #990033;
}
.msGroup #footer {
	padding: 0 10px;
	color: #333333;
	background-color: #FFFFFF;
}
.msGroup #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 */
	line-height: 175%;
}
.msGroup #menu {
	background-color: #FFFFFF;
	height: 50px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.msGroup #partners {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
}
.welcomeTitle {
	font-size: 16pt;
	font-weight: bold;
	color: #f2841f;
	text-align: center;
	vertical-align: top;
}
.msGroup #wrapper #content .welcomeTagline .welcomeTitle a {
	text-decoration: none;
	color: #F2841F;
}
.msGroup #wrapper #content .welcomeTagline a {
	text-decoration: none;
	color: #666666;
}

.welcomeTagline {
	font-size: 9pt;
	color: #666666;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
}
