/* =Fonts
---------------------------------------------------------------- */
body {
	font: normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #223B59;
}
p {
	padding: 0;
	margin: 0 0 18px 0;
}
h1 {
	padding: 0;
	margin: 0;
}
h2 {
	font: normal 18px/18px Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}
h2.headerWithSpace {
	margin: 0 0 18px 0;
}
h3 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}
h3.headerWithSpace {
	margin: 0 0 18px 0;
}
h4 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}
h4.headerWithSpace {
	margin: 0 0 18px 0;
}

/* =Links
---------------------------------------------------------------- */
h3 a:link, h3 a:visited, h3 a:hover  {
	color: #000;
	text-decoration: underline;
}
a:link, a:visited, a:hover  {
	color: #000;
	text-decoration: underline;
}

/* =Misc.
---------------------------------------------------------------- */
.skipLinks {
	display: none;
}
#date {
	border-bottom: 1px solid #C4CAD2;
	margin: 0 3px;
	padding: 0 11px;
	color: #062041;
}
form {
	margin: 0;
	padding: 0;
}
.hideObject {
	display: none;
}
#footerLogosPrint {
	display: block;
	padding-top: 30px;
	text-align: center;
}

/* =Page
---------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #FFF;
}
#page {
	width: 100%;
	background: #FFF;
}
.hp #page2 {
	width: 100%;
	background-image: none;
}
#page2 {
	width: 100%;
	background-image: none;
}
.hp #header {
	width: 100%;
	background-image: none;
}
#header {
	width: 100%;
	background-image: none;
}
#content {}
.hp #footer {
	display: none;
}
#footer {
	display: none;
}

/* =Header Area
---------------------------------------------------------------- */
#logo {}
#header .secNav {
	display: none;
}
#banner {
	display: none;
}
#banner img {
	display: none;
}
#mainNav {
	display: none;
}
#mainNav img {
	display: none;
}

/* =Content Area
---------------------------------------------------------------- */
#content-sub {
	display: none;
}
#content-main {
	float: left;
	width: 100%;
	margin: 0 0 0 15px;
	padding: 0;
}
.hp #content-sub {
	display: none;
}
.hp #content-main {
	float: left;
	width: 100%;
	margin: 0 15px;
}
.hp #content-extra {
	display: none;
}

/* =Content Sub
---------------------------------------------------------------- */
#content-sub .sideCol {
	display: none;
}
#content-sub a:link, #content-sub a:visited, #content-sub a:hover {
	display: none;
}
#content-sub .sideCol h2, #quick-links h2 {
	display: none;
}
.hp #login ul {
	display: none;
}
#login ul {
	display: none;
}
.hp #login li {
	display: none;
}
#login li {
	display: none;
}
.hp #login input {
	display: none;
}
.hp #survey ul {
	display: none;
}
.hp #survey li {
	display: none;
}
.hp #survey #inputButton {
	display: none;
}
#quick-links {
	display: none;
}
#quick-links ul {
	display: none;
}
#quick-links li {
	display: none;
}

/* =Content Main
---------------------------------------------------------------- */
.hp #homepage-photo {
	margin: -1px 3px 0 3px;
}
.hp .story {
	margin: 15px;
}
#content-main-body {
	padding: 0;
}
#content-main h1 {
	padding: 0;
	margin: 0 0 20px 0;
}
#content-main-topLink {
	display: none;
}

/* =Content Extra
---------------------------------------------------------------- */
#content-extra .sideCol {
	display: none;
}
#content-extra a:link, #content-extra a:visited, #content-extra a:hover {
	display: none;
}
#content-extra .sideCol h2, .hp #quick-links h2 {
	display: none;
}
.hp #quick-links {
	display: none;
}
.hp #quick-links ul {
	display: none;
}
.hp #quick-links li {
	display: none;
}
.hp #featuredArtist #featuredArtistPhoto {
	display: none;
}
.hp #scholarships #scholarshipsPhoto {
	display: none;
}

/* =Footer Area
---------------------------------------------------------------- */
#footer {
	display: none;
}
#footer .footerLogos {
	display: none;
}
#footer .secNav {
	display: none;
}

/* =Matrix Styles
---------------------------------------------------------------- */
.mtxBorder {
	border: 1px solid #919DAB;
	margin-bottom: 18px;
}
.mtxHeader {
	padding: 4px;
	color: #FFF;
	font-weight: bold;
	background: #334C6A;
}
.mtxHeaderBorderLeft {
	padding: 4px;
	color: #FFF;
	font-weight: bold;
	background: #334C6A;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left:  solid 1px #919DAB;
}
.mtxHeader a, .mtxHeaderBorderLeft a {
	color: #FFFFFF;
}
.mtxRow {
	padding: 4px;
	border-top: 1px solid #919DAB;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: #FFF;
}
.mtxRowBorderLeft {
	padding: 4px;
	border-top: 1px solid #919DAB;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #919DAB;
	background: #FFF;
}
.mtxRowAlt {
	padding: 4px;
	border-top: 1px solid #919DAB;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: #F0F2F4;
}
.mtxRowAltBorderLeft {
	padding: 4px;
	border-top: 1px solid #919DAB;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #919DAB;
	background: #F0F2F4;
}
.mtxBorderMore {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #919DAB;
	padding-left: 5px;
	width: 40px;
	text-align: left;
}
.showMoreInfo {
	padding: 4px;
	border-top: 1px solid #919DAB;
}

/* =Bullet List Matrix
---------------------------------------------------------------- */
.bulletListMtx {
	border-top: 1px solid #919DAB;
	border-left: 1px solid #919DAB;
	border-right: 1px solid #919DAB;
	margin-bottom: 18px;
}
.bulletListMtxTd {
	padding: 3px;
	background: url(images/bullets/bulletMain.gif) no-repeat 4px center;
	border-bottom: 1px solid #919DAB;
}
.bulletPlusListMtxTd {
	padding: 3px;
	border-bottom: 1px solid #919DAB;
}
.bulletPlusListMtxTd a, .bulletPlusListMtxTd a:visited, .bulletPlusListMtxTd a:hover {
	background: url(images/bullets/bulletPlus.gif) no-repeat left 4px;
	padding-left: 15px;
	display: block;
}
.bulletListMtxTdNone {
	padding: 3px;
	border-bottom: 1px solid #919DAB;
}

/* =Print Styles
---------------------------------------------------------------- */
.printOnly {
	display: block;
}
.noPrint {
	display: none;
}
.menu {
	display: none;
}