@charset "utf-8";
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #534741;
	line-height: 1.25em;
	text-decoration: none;
}
a {
	outline: none;
	color: #26909A;
	text-decoration: none;
}

a:hover {
	color: #E70B88;
}
a:active {
	color: #26909A;
}

.tableText a {
	color: #666;
}
.tableText a:hover {
	color: #E70B88;
}
.tableText a:active {
	color: #666;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

h3 {
	color: #26909A;
	text-decoration: underline;
}

#wrap {
	background-color: #FFF;
}
#topBG {
	background-image: url(../images/bodyTopBG.jpg);
	background-repeat: repeat-x;
}
#headingBG {
	height: 260px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/headingBG.jpg);
	background-repeat: no-repeat;
}
#contentBG {
	height: 460px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/contentBG.jpg);
	background-repeat: no-repeat;
}
#contentBox {
	width: 380px;
	position: relative;
	left: 695px;
}
#progWrap {
}

#programBG {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/programBG.jpg);
	background-repeat: repeat-y;
}
#programBox {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.progContentBox {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.tableText {
	font-size: .9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 20px;
	padding-bottom: 3px;
	padding-left: 10px;
}


#footerBG {
	height: 280px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
}
#footerDivider {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
}
#footerBox {
	height: 90px;
	position: relative;
	left: 435px;
	width: 360px;
}
.tableText2 {
	font-size: .9em;
	font-weight: bold;
	color: #26909A;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.tableText2 a {
	color: #26909A;
}
.tableText2 a:hover {
	color: #E70B88;
}
.tableText2 a:active {
	color: #26909A;
}
.imgLink1 {
	text-decoration: none;
	padding-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgLink2 {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 8px;
}


#bottomBG {
	background-image: url(../images/bodyBottomBG.jpg);
	background-repeat: repeat-x;
}
#copyright {
	font-size: .8em;
	height: 50px;
	width: 480px;
	padding-top: 5px;
	position: relative;
	left: 350px;
	top: 60px;
	text-align: center;
}

.emphasize1 {
	font-weight: bold;
	color: #26909A;
}
.emphasize2 {
	font-weight: bold;
	color: #C60000;
}
