@import url("site-screen-subnav.css");
@import url("site-screen-auxlinks.css");
@import url("site-screen-events.css");
@import url("site-screen-news.css");

/* Note: site-screen-tables.css is imported into typography.css so styles show up in editor */

body{
	background-color: #bbb;
	font-size:90%; 
	font-family:"Georgia", Times, serif;
}

a {color: #153fa7;}
a:visited {color: #142f57;}

.container 
{
	background-color: white;
	border-bottom: solid 4px black; 
}

#header
{
	background-image: url('/images/header_background.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	height: 106px;
	width: 950px;
}

#navbar {height: 30px;}

#centernav {height: 30px;}

#search {text-align: right; padding: 35px 10px 0 0;}

#pageHeader {
	height: 264px;
	border-bottom: solid 3px #142f57;
}

#breadcrumbs {
	background-color: #142f57;
	color: white;
	font-family: Arial, Helvetia, sans-serif;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	padding: 5px;
	padding-left: 14px;
}

#breadcrumbs a {
	color: white;
	text-decoration: none;
}

.pageHeading {
    	padding-top: 20px;
	margin-left: 220px;
	margin-right: 10px; 
}

#content {padding: 0 20px;}

#footer {border-top: solid 1px black; text-align: center; padding: 6px 0 6px 0; margin-top: 8px;}






















































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
