@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}


fieldset,img {
	border-width: 0;
	border-color: transparent;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}



/* ------------------------------------------------------------------------------------ //
	HEADER STYLES
	These are the containers for the various content sections on the page.
// ------------------------------------------------------------------------------------ */

div#site-header {
	background-color: #990000;
}





/* ------------------------------------------------------------------------------------ //
	NAV BAR STYLES
	Cardinal Background, Gold Text and links.
// ------------------------------------------------------------------------------------ */

div#site-navbar {
	background-color: #990000; /* Cardinal */
	font-family: "Segoe UI", Sans-Serif;
	font-size: 13pt;
	font-weight: bold;
}

ul.top-navigation {
	float: right;
	color: #FFCC00;
	white-space: nowrap;
	display: block;
	height: 40px;
	vertical-align: middle;
}

ul.top-navigation>li {
	line-height: 40px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.top-navigation * {
	display: inline;
}

ul.top-navigation>li>a {
	color: #FFCC00; /* gold */
	display: inline-block;
	line-height: 40px;
	padding: 0px 10px 0px 10px;
}

ul.top-navigation>li>a.selected {
	background-color: #CCCCCC;
	color: #000000;
}

/* ------------------------------------------------------------------------------------ //
	TITLE BAR STYLES
	Light Gray Background, Black Text
// ------------------------------------------------------------------------------------ */

div#site-titlebar {
	background-color: #CCCCCC;
	border-bottom: 1px solid black;
}

div#site-titlebar h2{
	font-family: Calibri, "Segoe UI", Sans-Serif;
	font-size: 30pt;
	font-weight: bold;

	}

/* ------------------------------------------------------------------------------------ //
	SITE CONTENT  STYLES
	White background, black text.
// ------------------------------------------------------------------------------------ */

div#site-content {
	background-color: #FFFFFF;
}

div#site-content p {
	margin: 100px 100px 100px 100px;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 9pt;
	}


/* ------------------------------------------------------------------------------------ //
	SIDE BAR STYLES
	White background, black text.
// ------------------------------------------------------------------------------------ */

div#site-sidebar {
	background-color: #FFFFFF;
}

.sidebar-menu {
	float: left;
	width: 260px;
	padding: 0px 0px 20px 10px;
	margin: 0px 0px 0px 0px;
}

.sidebar-menu dt {
	margin: 0;
	padding: 0;
	font: bold 12pt "Segoe UI", "sans-serif";
	color: #FFCC00;
}

.sidebar-menu dt {
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-left: 8px;
	padding-bottom:5px;
	line-height: 1.2em;
	border-bottom: 1px solid #F4F4F4;
}

.sidebar-menu dd a {
	border-bottom: 1px solid #F4F4F4;
	display:block;
	padding: 2px 3px 2px 8px;
	font: normal 9pt "Segoe UI", "sans-serif";
	text-decoration: none;
	color: #000000;
	margin:2px 0;
	height:13px;
}

.sidebar-menu dd a:hover,
.sidebar-menu dd a:focus,
.sidebar-menu li a:hover,
.sidebar-menu li a:focus {
	background: #CCCCCC;
	color:#990000;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.sidebar-menu dd a.selected {
	background: #555;
	color:#ffffff;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}

/* ------------------------------------------------------------------------------------ //
	FOOTER  STYLES
	White background, grey text, grey bar above to deliniate from content
// ------------------------------------------------------------------------------------ */



div#site-footer {
	border-top: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: "Segoe UI", Sans-Serif;
	font-size: 8pt;
	color: #777777;
	text-align: center;
	}
	
	
div#site-footer a {
	color: #777777;
	font-weight: normal;
}