@charset "utf-8";
/* CSS Document */

/* General Layout Declarations */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	background-color: #FFFFFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	height: 100%;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
/* Common Styles */
h1 {
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
h2 {
	color: #555555;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
h3 {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	font-style: italic;
	text-align: center;
}
a, a:link {
	color: #183C7B;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #173B7A;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #B38233;
	text-decoration: underline;
}
a:focus {
	color: #B38335;
}
a:active {
	color: #B38233;
}
/* Page Layout Containers */
/* Header Layout Containers */
#headerOuterWrapper {
	background-image: url("../1ColumnFixedCentered_images/headerBackground.png");
	height: 500px;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 100%;
}
#headerWrapper {
	height: 496px;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 930px;
}
#headerWrapper #header {
	height: 126px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 930px;
	margin: 0px;
}
#headerWrapper #headerContentWrapper {
	height: 369px;
	overflow: hidden;
	width: 930px;
	margin: 0px;
	padding: 0px;
	border: none;
}
#headerWrapper #headerContentWrapper #courseColumn {
	float: left;
	height: 369px;
	padding: 0px 0px 0px 0px;
	width: 193px;
	margin: 0px 0px 0px 0px;
	border: none;
	text-align: left;
	overflow: hidden;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#headerWrapper #headerContentWrapper #navContent {
	height: 50px;
	margin: 0 0 0 209px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 719px;
}
#headerWrapper #headerContentWrapper #animContent {
	height: 314px;
	margin: 3px 0px 0px 209px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 719px;
}
/* Homepage Content Layout Containers */
#outerContentWrapper {
	background-color: #fff;
	margin: 2px auto 2px auto;
	text-align: left;
	width: 930px;
}
#outerContentWrapper #mainContentWrapper {
	overflow: hidden;
	background-color: #FFF;
	background-image: url(../images/contentBackground.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#outerContentWrapper #mainContentWrapper #rightColumn1 {
	background-color: #BADAF4;
	float: right;
	width: 195px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 10px;
}
#outerContentWrapper #mainContentWrapper #leftColumn1 {
	background-color: #BADAF4;
	float: left;
	width: 196px;
	width: 195px;
	height: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-image: url(../images/leftColGradBkgd.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 10px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerContentWrapper #mainContentWrapper #content {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#quickNews #address {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bolder;
	color: #163A79;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#quickNews #address p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#quickNews #address #addressHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#quickNews #address ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-left: -45px;
	font-weight: normal;
	list-style-type: none;
	margin-right: -5px;
}
#leftColumn1 #quickNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	background-color: #BADAF4;
	background-image: url(../images/leftColGradBkgd.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#rightColumn1 #rightColumnCourseListing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/coursesBackground.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #badaf4;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#rightColumnCourseListing ul {
	list-style-type: circle;
	list-style-position: outside;
	text-align: left;
	margin-left: 0px;
	margin-right: 5px;
	padding: 10px;
}
#outerFooterWrapper {
	background-color: #fff;
	text-align: center;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1E427F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outerFooterWrapper #footer {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}
/* Sub Pages Content Area Layout */
/* Homepage Content Layout Containers */
#outerSubContentWrapper {
	background-color: #fff;
	text-align: left;
	width: 930px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
#outerSubContentWrapper #mainSubContentWrapper {
	overflow: hidden;
	background-color: #FFF;
	background-image: url(../images/contentSubBackground.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#outerSubContentWrapper #mainSubContentWrapper #rightColumn1 {
	background-color: #BADAF4;
	float: right;
	width: 195px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerSubContentWrapper #mainSubContentWrapper #subContent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	width: 695px;
}
/* Miscellaneous Class and Tag Redefinitions */
.coursePromoText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #163A79;
	text-align: center;
	padding: 5px;
}
.courseListingHeader {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	font-style: normal;
	text-align: center;
}
.quickNewsHeader {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	font-style: normal;
	text-align: center;
}
.quickNewsForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.center {
	text-align: center;
	font-weight: bold;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.white {
	color: #FFF;
}
/* Quick Contact Link Colors */
#quickNews a, a:link {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#quickNews a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#quickNews a:hover {
	color: #B38233;
	text-decoration: underline;
}
#quickNews a:focus {
	color: #B38335;
}
#quickNews a:active {
	color: #B38233;
}
/* Footer Hover Link Colors */
#footer a, a:link {
	color: #183C7B;
	font-weight: normal;
	text-decoration: none;
}
#footer a:visited {
	color: #173B7A;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #B38233;
	text-decoration: underline;
}
#footer a:focus {
	color: #B38335;
}
#footer a:active {
	color: #B38233;
}
/* Complete Course Column Link Colors */
#rightColumnCourseListing a, a:link {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#rightColumnCourseListing a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#rightColumnCourseListing a:hover {
	color: #B38233;
	text-decoration: underline;
}
#rightColumnCourseListing a:focus {
	color: #B38335;
}
#rightColumnCourseListing a:active {
	color: #B38233;
}
/* Address Column Link Colors */
#address a, a:link {
	color: #163A79;
	font-weight: normal;
	text-decoration: none;
}
#address a:visited {
	color: #163A79;
	font-weight: normal;
	text-decoration: none;
}
#address a:hover {
	color: #B38233;
	text-decoration: underline;
}
#address a:focus {
	color: #B38335;
}
#address a:active {
	color: #B38233;
}
/* Content Column Link Colors */
#content a, a:link {
	color: #163A79;
	font-weight: normal;
	text-decoration: none;
}
#content a:visited {
	color: #163A79;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover {
	color: #B38233;
	text-decoration: underline;
}
#content a:focus {
	color: #B38335;
}
#content a:active {
	color: #B38233;
}
.nextClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.border {
	border: 1px solid #000;
}
#quickNews {
	text-align: center;
	padding: 0px;
	margin-right: 15px;
	margin-left: 15px;
}
.h1Center {
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
