@charset "utf-8";
/* CSS Document */
body {
	background-color:white;
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	font-size:16px;
}
#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	font-size: 14px;
}
#navigation {
	width:800px;
	background:url(/content/images/back_blueBar.png) no-repeat;
	height:36px;
	margin:10px 0;
	padding:0;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	color: red;
}
#navigation #navmenu {
	text-align:center;
	font-size:13px;
	margin:4px auto;
	padding-top:10px;
	font-weight:bold;
}
#navigation #navmenu a {
	margin-right:16px;
}
#navigation #navmenu a.last {
	padding-right:1px;
}
#content {
	clear: both;
 	text-align:left;
	background-color: #CAE1FF;
	margin: 0 0 0 0;
	padding: 6px 30px 20px 30px;
}
h1 {
	color: #000080;
}
h1.headline {
	color: #036;
	font-size: 17px;
	margin: 15px 0 0 10px;
	text-align:center;
}
h2 {
	color: #3B6AA0;
	text-align: center;
	font-size: 16px;
}
p.q {
	font-weight:bold;
}
p.a {
	font-weight:normal;
}
#superPages {
	margin-top:18px;
}
#mainText {
	margin: 5px 16px;
}
#mainHome {
	float:right;
	width: 400px;
	text-align:left;
	height: 400px;
	background-color: #CAE1FF;
	color: #3B6AA0;
}
#mainWindow {
	background-color: white;
	margin: 20px 0 0 0;
}
#homeImage {
	float:left;
	width:400px;
}
#homeBoxes {
	float:left;
	margin:10px 0 0 0;
}
#homeBoxes .boxLightBlue {
	float:left;
	margin:0 9px 0 0;
	width:193px;
	height:200px;
	background:url(/content/images/box_1b.gif) no-repeat;
}
#homeBoxes .boxPink {
	float:left;
	margin:0 9px 0 0;
	width:193px;
	height:200px;
	background:url(/content/images/box_pink.gif) no-repeat;
}
#homeBoxes .boxTeal {
	float:left;
	margin:0 9px 0 0;
	width:193px;
	height:200px;
	background-image: url(/content/images/box_ltegren.gif);
	background-repeat: no-repeat;
}
#homeBoxes .boxPurple {
	float:left;
	margin:0 9px 0 0;
	width:193px;
	height:200px;
	background-image: url(/content/images/boxylw.gif);
	background-repeat: no-repeat;
}
#homeBoxes .boxCyan {
	float:right;
	width:193px;
	height:200px;
	background-color: #CF0;
	background-image: url(/content/images/box_4b.gif);
	background-repeat: no-repeat;
}
#homeBoxes .innerBox {
	margin:20px 20px 0 20px;
	text-align:left;
}
#homeBoxes .innerBoxDark {
	color:#3B6AA0;
	margin:20px 20px 0 20px;
	text-align:left;
}
.home {
	color: #3B6AA0;
	font-size:12px;
	margin: 15px 0 0 10px;
}
.info {
	color: #FFFFFF;
	font-size:12px;
	text-align:left;
}
p.infoDark {
	color:#3B6AA0;
	font-size:12px;
	text-align:left;
}
h2.infoDark {
	color:#3B6AA0;
}
#footerText {
	text-align:center;
	clear: both;
	font-size: small;
	padding: 5px 0 0 20px;
}
.innerBox p {
	font-weight: bold;
	color: #000;
}
#wrapper #homeBoxes .boxPurple .innerBox h2 a {
	font-size: 12px;
}

