@charset "utf-8";
/* CSS Document */

/* =body declarations for body | ###IEB[]XHACK### 
	Body aligned to centered for browsers then 
	countered to left for IE with #center division
==================================================*/

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#979797;
	background-color:#f3f3f3;
	}
	
#header {
	width:750px;
	height:122px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-image:url(../images/NevinHeadingBanner.jpg);
	background-repeat:no-repeat;
	}

#banner {
	width:750px;
	height:131px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(../images/SpacerBar.jpg);
	background-repeat:repeat-y;
	}

#banner p, pre {
	padding:0;
	margin:0;
	}

/* =navlinks| navigation area. An editable section ( via php interface)
contains the div that holds the dropdowns
==================================================*/

#navlinks {
	width:750px;
	height:27px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	color:#979797;
	font-size:10px;
	font-weight:bold;
	background-image:url(../images/SpacerBar.jpg);
	background-repeat:repeat-y;
	z-index:auto;
	
	}

#navlinks a {
	padding: 0px 10px 0px 10px;
	display: block;
	/* width: 80px;/* width of TOP LEVEL LINKS, padding etc */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:5px;
		color:#454545;
	

}
#navlinks a:hover {
	color:#979797;
}

#navlinks li {
	float: left;
	padding: 0px;/* dividing single line between navigation elements */
	color:#979797;
	border-right-width: 1px;
	border-right-color: #979797;
	border-right-style: solid;
	border-right-height: 27px;
	/* width: 80px;/* width of TOP LEVEL LINKS, padding etc */
	text-decoration:none;
	margin-top:5px;
		margin-left:10px;
	
}

#navlinks li ul {
	font-weight: normal;
	left: -999em;
	margin: 0px;
	position: absolute; /* adds a border to the drop menu */
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		background-color: #e3e2e2;
			color:#979797;
}

#navlinks li li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#navlinks li ul A {
	width: 150px;	
}
#navlinks li ul ul {
	margin: 0px;
	width: 150px;
}
#navlinks li:hover UL UL {
	left: 5px;
	width: 150px;
}
#navlinks li.sfhover UL UL {
	left: 5px;
	width: 150px;
}
#navlinks li:hover UL {
	left: auto;
	width: 150px;
}
#navlinks li li:hover UL {
	left: auto;
	width: 150px;
}
#navlinks li.sfhover UL {
	left: auto;
	width: 150px;

}
#navlinks LI:hover {
	background-color: #d4d4d4;
}
#navlinks LI.sfhover {
	background-color: #d4d4d4;
}


#content {
	width:750px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image: url(../images/Spacer2.jpg);
	background-repeat:repeat-y;
	}

#left-side {
	width:257px;
	height:580px;
	margin-left:auto;
	margin-top:0px;
	float:left;
	background-image:url(../images/leftcolbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:45px;
	}

#left-side a {
	color:#979797;

	}

#left-side a:visited{
	color:#979797;

	}

#right-side {
	width:490px;
	height:auto;
	padding-left:2px;
	/*background-image:url(../images/front-page1.jpg);*/
	/*background-image:url(../images/Main%20Body%20Content%20Box.jpg);*/
	/*background-repeat:repeat-y;*/
	background-image:url(../images/GreenBar.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:right;
	}

#right-side img{
	padding:10px;
	}
	
#footer {
	width:750px;
	height:77px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(../images/NevinFooter.jpg);
	background-repeat:no-repeat;
	}

p, pre{
padding: 5px 10px;
margin:0px;
}

h1 {
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}

h2 {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	}

h3 {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	}