/* Loyola University Online Nursing School CSS Styles */
/* ----- SITE COLORS ----- 
maroon:#660000;
gold: #cc9933;
grey/content: #343434;
*/
/* -------------- */
body {
	background-color:#fff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
#pagecontent {
	width:100%;
}
ul#skip {
	display:none;
}
a:link, a:visited {
	color:#660000;
}
/* ----- HEADER CSS STYLES ---- */
#header {}
#logo {
	display:none;
}
#header h1 {
	text-transform:uppercase;	
	font-size:1.2em;
	letter-spacing:-.2px;
}
#header h1 span {
	text-transform:capitalize;
	color:#000;
	font-size:.75em;
	display:block;
}
#phonenumber {
	display:none;
}
/* ---- HORIZONTAL NAVIGATION STYLES ---- */
#navwrapper {
	display:none;
}

/* ---- LEFT COLUMN STYLES ---- */
#leftcolumn {
	display:none;
}
/*----- OVERALL RIGHT AREA STYLES ----*/
#rightarea {
	width:100%;
}
#brandingphoto {
	display:none;
}
/*---- MAIN CONTENT STYLES ----*/
#maincontent {
	width:100%;
	border-bottom:1px solid #000;
	padding-bottom:1em;
}
#maincontent h1 {
	font-size:1.3em;
	margin-bottom:1em;
}
#maincontent p {
	color:#343434;
	margin-bottom:1em;
}
#maincontent img {
	display:none;
}
/* ----- RIGHT COLUMN IN CONTENT AREA STYLES ---- */
#rightcolumn {
	display:none;
}
/*---- FOOTER STYLES ---*/
#footerwrapper {
	width:100%;
	height:auto;
	margin-top:1em;
}
#footercontent img {
	display:none;
}
#footerleft {
	float:left;
}
#footerleft p {
	font-size:.75em;
}
ul#footernav {
	display:none;
}