@charset "utf-8";
/* CSS Document */

body {
	background-color:#D43B08;
	margin-top:0;
	margin-left:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:80%;
}
body,td,th {
	color: #FFF;
}

.floatright {float:right;margin-left:5px;}
h1 {font-size:140%;font-weight:bold;}
h2 {font-size:120%;font-weight:bold; }
#top {
	background-color:#fff;
	color:#CC3300;
	height:147px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
	
}
#top .heading {
	margin:0;
	padding:0;
	margin-left:70px;
	margin-top: 20px;
	font-size:150%;
	font-weight:bold;
	padding-left: 100px;
	z-index: 80;
	font-family: "Copperplate Gothic Light";
}

#top .slogan {
	margin:0;
	padding:0;
	font-style:italic;
	font-weight:bold;
	margin-left:70px;
	padding-left: 100px;
	z-index: 90;
	font-size: 1.1em;
	color: #D43B08;
}
#top img {float:left;z-index:100;}
#top ul {
	list-style-type:none;
	position: relative;
	left: 0px;
	top: 55px;
	border-top: solid 1px #CC3300;
	border-bottom: solid 1px #CC3300;
	padding:0;
	margin:0;
	padding-top:3px;
	padding-bottom:3px;
	z-index: 50;
	
}
#top ul li {display:inline;
padding:0 5px 0 7px;
margin:0;
border-right: solid 1px #CC3300;
}
#top ul li a {text-decoration:none;
color:#CC3300;
font-weight:bold;
font-size:90%;
margin:0;
padding:0;}

#top ul li a:hover {text-decoration:underline;
color:#FFFFFF;
background-color:#CC3300;
}

#top ul li:hover {
color:#FFFFFF;
background-color:#CC3300;
}

#main {
	background-color:#C63300;
	position: absolute;
	top: 145px;
	width: 740px;
	background-repeat:no-repeat;
	height: 550px;
	background-repeat: no-repeat;
	overflow:auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 50px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#main p {
	padding:0;
	background-color: #C63300;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#main a {
	color:#FFFFFF;
	top: 0px;
}
#main a:hover {
	text-decoration:none;
	border-bottom:dashed 1px #fff;
	background-color: #E04714;
	color: #C63300;
}

#sidebar {
	position:absolute;
	width:200px;
	height:550px;
	z-index:1;
	left: 800px;
	top: 142px;
	background-image: url(images/nsc-sidebar-gradient.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 30px 0 0 3px;
	background-position: left top;
	border: none;
	font-weight:normal;
}

#sidebar ul, #sidebar p {
	color:#FFF;
}
#sidebar ul {padding-left:30px;margin-left:0;}
#sidebar a {
	color:#FFF;
}
#sidebar a:hover {
	border-bottom:dashed 1px #cc3300;
	color: #CCC;
}
#sidebar h2 {
	color:#FFF;
	font-size:100%;
}
#sidebar a.current {font-weight:bold;text-decoration:none;}

.col {height:200px;}
.leftcol {
	float:left;
	width:45%;
	border:solid 1px black;
	background-color: #C63300;
}
.rightcol {width:40%;border:solid 1px black;position: relative; left:52%;}

.footnote {border-top:1px solid #fff;}
