@charset "UTF-8";
@import url('header.css');

#cleaner 
{
	clear:both;
	border:none;
	margin:0; 
	padding:0;
}
	
#container
{
	display: block;
	margin: 20px auto 0px;
	width: 980px;
}

#content
{
	background-image: url(../images/purple-stripe.gif);
	background-repeat: repeat-y;
	width: 980px;
	display: block;
	padding-bottom: 20px;
}
.hideme {
	visibility:hidden;
}

/*Structure of the no-menu container
------------------------------------------------------------------------------------------------------------------------------------------------*/
#no-menu-container
{
	margin-top: 10px;
	margin-left: 25px;
	width: 930px;
}

#no-menu-header
{
	background-image: url(../images/no-menu-top-red-bar.gif);
	height: 24px;
	width: 930px;
}

#no-menu-content
{
	background-color: #FFF;
	border: 1px solid #000;
	min-height: 350px;
	width: 923px;
	padding-top: 15px;
	padding-left: 5px;
}

#no-menu-footer
{
	background-image: url(../images/no-menu-bottom-red-bar.gif);
	height: 24px;
	width: 930px;
}

/*Text in the "Latest News" content/body
------------------------------------------------------------------------------------------------------------------------------------------------*/
#no-menu-title
{
	color:#8a0035;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .5px;
	padding-top: .20px;
	padding-left: 10px;	
}

#no-menu-title a
{
	color:#8a0035;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .5px;
	text-decoration:none;
}

#no-menu-blurb
{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

#no-menu-blurb a
{
	color:#8a0035;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

#no-menu-blurb a:hover
{
	color: #36226b;
}

#no-menu-blurb img
{
	display:inline;
	margin: 7px;
	border: 1px;
	border-style: solid;
	border-color: #000;
}

#no-menu-pic
{
	float: left;
	display:inline;
	margin-right: 7px;
	padding-left: 10px;
}

/*Text in the headers and footers of the "Schedule" and "Latest News" columns
------------------------------------------------------------------------------------------------------------------------------------------------*/
#no-menu-header-text
{
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	padding-top: 5px;
	padding-left: 9px;
}

#no-menu-footer-text
{
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 6px;
	padding-left: 10px;
}

#no-menu-footer-text a
{
	color:#FFF;
	text-decoration: none;
}

#no-menu-footer-text a:hover
{
	color:#e4c585;
	text-decoration: none;
}

/*Structure of the footer box
------------------------------------------------------------------------------------------------------------------------------*/
#footer
{
	background-image: url(../images/footer-stripe.gif);
	width: 980px;
	height: 80px;
}

/*Text of the footer box
------------------------------------------------------------------------------------------------------------------------------------------------*/
#footerbod
{
	color:#40287d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 20px 0px 0px 15px;
	margin-right: 90px;
	width: 700px;
	float: left;
}

#footerbod a
{
	color:#40287d;
}

#footer-logo-links
{
	padding-top: 5px;
}
