body {
	background-color: #a7b8fe;
	margin-top: 25px;
	text-align: center;
	background-image: url(_images/bg_web.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
}

a:active {
	color: #006;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #00C;
}
a:visited {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}





html, body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position: relative;
}

#logo {
	width: 180px;
	height: 148px;
	position: absolute;
}
#wrapper #logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	width: 745px;
	float: right;
	margin-bottom: 13px;
	padding-bottom: 2px;
	padding-left: 1px;
	position: absolute;
	left: 200px;
}
#wrapper #header img  {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 9px;
	margin-left: 7px;
	position: relative;
}
.tagline {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
}
#contentWrapper {
	background-color: #FFF;
	top: 158px;
	position: relative;
	background-image: url(_images/bg_sidebar.gif);
	background-repeat: repeat-y;
	clear: left;
}

#mainNav {
	background-color: #09068B;
	width: 176px;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}
#mainNav a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainNav a   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	font-style: italic;
	font-weight: bold;
	color: #FC0;
	letter-spacing: normal;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainNav a:hover {
	color: #FFC;
	text-decoration: none;
}
#mainNav a:active {
	color: #F90;
	text-decoration: none;
}
#rightSidebar {
	float: right;
	width: 175px;
	padding-left: 3px;
}
#wrapper #contentWrapper #rightSidebar {
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
	color: #09068B;
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
}




#mainContent {
	background-color: #FFF;
	width: 547px;
	float: right;
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 15px;
}
#wrapper #contentWrapper #mainContent p img {
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #999;
	margin-bottom: 10px;
	margin-left: 10px;
}



#mainContent a {
	color: #00F;
}
.inline_img {
	border: thin solid #333;
	float: left;
	margin-right: 15px;
}
.black_text {
	color: #000;
	text-align: left;
}
.centeredText {
	text-align: center;
}

.underlined_text {
	text-decoration: underline;
}
.program_titles {
	color: #27761A;
	text-decoration: underline;
	font-weight: bold;
}
.greenBoxWhiteText {
	color: #FFF;
	background-color: #27761A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}




#mainContent a:hover {
	color: #0CF;
	text-decoration: underline;
}
#mainContent a:active {
	color: #006;
}
#mainContent_alt {
	background-color: #FFF;
	width: 725px;
	float: right;
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #333;
	padding-top: 15px;
}
#mainContent p iframe {
	border: 2px solid #000;
}


#footer {
	background-color: #09068B;
	text-align: center;
	position: relative;
	font-size: 1em;
	color: #FFF;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 21px;
	margin-left: 22px;
	margin-bottom: 0px;
}

