body {
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 17px;
	
}

h1, h2, h3, h4, p, ul, ol {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
blockquote {
	margin-left:20px;
}
h1 {
	font-size:19px;
	line-height:24px;
	font-style:normal;
	font-weight:bold;
	color: #0352A1;
	margin-top: 0;
	margin-bottom: 4px;
	background-image: url(images/H1Background.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	padding-top:5px;
}
#h1underline {
	background-image: url(images/h1underline.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	height:4px;
	padding-top:2px;
}
h2 {
	font-size:16px;
	line-height:20px;
	font-style:normal;
	font-weight:bold;
	color: #000000;
	margin-bottom: 4px;
}
h3 {
	font-size:14px;
	line-height:18px;
	font-style:normal;
	color: #000000;
	margin-bottom: 4px;
}
h4 {
	font-size:12px;
	line-height:16px;
	font-style:normal;
	color: #000000;
	margin-bottom: 4px;
}
hr {
	color:#C4731F;
	border:1px solid #C4731F;
	}
ul {
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}

ol {
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: decimal;
}

li {
	margin-left: 15px;
	margin-top: 5px;
	font-size: 12px;
	list-style-position: outside;
}

p {
	margin-bottom: 10px;
}

.bodytext {
	color: #000000;
	font-size: 12px;
	line-height:17px;
}

.textitalicbold {
	font-style:italic;
	font-weight:bold;
}
.bodybold {
	font-weight:bold;
}
.required {
	color: #EA0000;
}
.maroonHeading {
	background-color:#8D0D21;
	padding:6px;
	color:#FFFFFF;
	font-weight:bold;
	width:124px;
	left: -9px;
	top: -1px;
	overflow: visible;
	position: relative;
	margin-bottom:6px;
	border-bottom:6px solid white;
	font-size:14px;
}
.purpleHeading {
	background-color:#42207E;
	padding:6px;
	color:#FFFFFF;
	font-weight:bold;
	width:248px;
	left: -15px;
	top: -1px;
	overflow: visible;
	position: relative;
	margin-bottom:6px;
	border-bottom:6px solid white;
	font-size:14px;
}
.homeMaroonHeading {
	background-color:#8D0D21;
	padding:6px;
	color:#FFFFFF;
	font-weight:bold;
	width:248px;
	left: -15px;
	top: -1px;
	overflow: visible;
	position: relative;
	margin-bottom:6px;
	border-bottom:6px solid white;
	font-size:14px;
}
.homePurpleHeading {
	background-color:#42207E;
	padding:6px;
	color:#FFFFFF;
	font-weight:bold;
	width:122px;
	left: -9px;
	top: -1px;
	overflow: visible;
	position: relative;
	margin-bottom:6px;
	border-bottom:6px solid white;
	font-size:14px;
}

a:link {
	text-decoration: underline;
	font-weight: normal;
	color:#0352A1;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
	color:#42207E;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.clear {
	clear:both;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {
	width: 980px;
	margin:0 auto 20px auto;
	text-align: left;
	padding:6px 0 0 30px;
	background-color:#FFFFFF;
}
#header {
	height:112px;
	background-image:url(images/Header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:947px;
}
#Content1 {
	padding:0;
	margin:0;
	width:947px;
}
#Content1_all {
	padding:0;
	margin:0;
	width:510px;
	float:left;
}
#Content1_left {
	margin-right:33px;
	width:510px;
	float:left;
}
#Content1_right {
	padding:0;
	margin:0;
	width:667px;
	float:left;
}
#Content2 {
	padding: 0 8px 4px 8px;
	margin-right:20px;
	width:118px;
	overflow:visible;
	float:left;
	background-image:url(images/LeftGradient.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	border:1px solid #AAAAAA;
}
#Content3 {
	padding: 0 14px 4px 14px;
	margin-right:33px;
	width:230px;
	overflow:visible;
	float:right;
	background-image:url(images/RightGradient.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	border:1px solid #AAAAAA;
	
}
#HomeContent2 {
	padding: 0 14px 4px 14px;
	margin-right:20px;
	width:230px;
	overflow:visible;
	float:left;
	background-image:url(images/RightGradient.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	border:1px solid #AAAAAA;
}
#HomeContent3 {
	padding: 0 8px 4px 8px;
	margin-right:33px;
	width:116px;
	overflow:visible;
	float:right;
	background-image:url(images/LeftGradient.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	border:1px solid #AAAAAA;
}

Content2_none {
	visibility: hidden;	
}
Content3_none {
	width:230px;
}

#navBar {
	height:70px;
	padding:0;
	margin:0;
}
#navBar a {
	width: auto;
}
#navBar a:visited {
	width: auto;
}
#navBar a:hover {
	width: auto;
}
#utilityMenu {
	font-size:12px;
	font-weight:bold;
	height:20px;
	padding-right:33px;
}
#utilityMenu a {
	color:#3C1E77;
	font-weight:bold;
	width: auto;
	text-decoration:none;
}
#utilityMenu a:visited {
	color:#3C1E77;
	font-weight:bold;
	width: auto;
	text-decoration:none;
}
#utilityMenu a:hover {
	color:#8F0D21;
	font-weight:bold;
	width: auto;
	text-decoration:underline;
	background-color:transparent;
}
#tagline {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	padding:20px 20px 0  0;
	width:360px;
	float:right;
}
/************* #footer styles ***************/

#footer {
	clear: both;
	width:947px;
	overflow:visible;
	font-size: 11px;
	line-height:17px;
	color: #000000;
	padding: 10px;
	text-align:center;
	background-color:#FFFFFF;
}
#footer a {
	color: #000000;
	width: auto;
	text-decoration:none;
}
#footer a:visited {
	color: #000000;
	width: auto;
	text-decoration:none;
}
#footer a:hover {
	color: #000000;
	width: auto;
	text-decoration:underline;
}

/***********************************************/
/* Form styles                                 */
/***********************************************/
form {
	background-color:#B5CBDF; 
	padding:10px; 
	border:1px solid black;
}
label {
	font-weight: bold;
}

