/* Header Graphics */
/*  This section defines the header styles  */

.header-left {
	background-attachment: scroll;
	background-image: url(/olc/images/MSN/hd_left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}

.header-center {
	background-attachment: scroll;
	background-image: url(/olc/images/MSN/hd_center.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}

.header-right {
	background-attachment: scroll;
	background-image: url(/olc/images/MSN/hd_right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}


/* Footer Graphics */
/*  This section defines the footer styles  */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-variant: small-caps;
	font-style: normal;
	line-height: normal;
}
.footer-center {
	background-attachment: scroll;
	background-image: url(/olc/images/MSN/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}


/* Top Navigation Links */
/*  This section defines the top header styles  */

.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AC133A;
	text-decoration: underline;
	background-repeat: no-repeat;
	display: block; 
	padding: 0px;
}


/* Search  */
/*  This section defines the search styles  */

.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	
}.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #E8DABD;
}
form {
	margin-bottom: 6px;
}


/*  EMERGENCY LINK STYLE  */
/*  This section defines the Emergency Info styles  */

.emergency a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding: 0px;
}
.emergency a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.emergency a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AC133A;
	text-decoration: underline;
	background-repeat: no-repeat;
	display: block; 
	padding: 0px;
}

/*  THIS IS TEMPORARY TESTING CSS CODE FOR A NEW FOOTER WITH THE SAME INFO   */
#footer {
     clear: left;
     width: 100%;
     text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .70em;
	font-weight: normal;
	margin: 0;
}
/*#footer-center {
	background-attachment: scroll;
	background-image: url(/olc/images/MSN/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
*/
#footerLinks {
     text-align: center;
	margin-top: 0px;
	padding: 0;
	height: 25px;
	list-style-type: none;
	background-attachment: scroll;
	background-image: url(/olc/images/MSN/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}
#footerLinks ul {
     text-align: center;
	margin-top: 0px;
	padding-top: 3px;
	height: 25px;
	list-style-type: none;
}
#footerLinks li {
	margin: 0px 50px 0px 0px;
     text-align: center;
	list-style-type:none;
	display: inline; 
}
#footerLinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#footerLinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#footerLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #AC133A;
	text-decoration: underline;
}

