body {
	background-image: url(/images/background.gif);
	background-repeat: repeat
	margin: 2px;
}
#wrapperTop {
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}
#wrapperTopLong {
	background-image: url(/images/header_long.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}
#wrapper {
	background-image: url(/images/back_shadow.gif);
	background-repeat: repeat-y;
	width: 800px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}
#wrapperHome {
	background-image: url(/images/back_shadow_home.gif);
	background-repeat: repeat-y;
	width: 800px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}
#wrapperBottom {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position:top;
}
.textMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
	margin: 0px;
}
.textSummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
	margin: 0px;
}
.textMainWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 22px;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
	margin: 0px;
}
.subTitleGraphic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
	margin: 0px;
}
.textMainItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
	margin: 0px;
}
a:link.pdf {
	color: #000000;
	text-decoration: underline;
	background: url(/images/PDF_icon.jpg) no-repeat center left;
	padding-left: 15px;
}
a:visited.pdf {
	color: #000000;
	text-decoration: underline;
	background: url(/images/PDF_icon.jpg) no-repeat center left;
	padding-left: 15px;
}
a:hover.pdf {
	color: #666666;
    text-decoration: underline;
	background: url(/images/PDF_icon.jpg) no-repeat center left;
	padding-left: 15px;
}
a:active.pdf {
	color: #000000;
	text-decoration: underline;
	background: url(/images/PDF_icon.jpg) no-repeat center left;
	padding-left: 15px;
}
/* ///////////// GREEN LINKS ///////////////// */
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
/* ///////////// BLUE LINKS ///////////////// */
a:link.blue {
	color: #18478B;
	text-decoration: none;
}
a:visited.blue {
	color: #18478B;
	text-decoration: none;
}
a:hover.blue {
	color: #669437;
	text-decoration: none;
}
a:active.blue {
	color: #18478B;
	text-decoration: none;
}
td.line {
	background-image: url(/images/blue_pix.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.body_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #4e6172;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4e6172;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-bottom: 5px;
}
.enrollment_divider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
