@charset "UTF-8";/* CSS Document *//* BODY ELEMENTS*/
body {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:left;
}
h1 {
	font-size:2.2em;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:14px;
	margin-top:0px;
}
h2 {
	font-size:1.8em;
	line-height:3.6em;
	font-weight:bold;
}
h3 {
	font-size:1.1em;
	line-height:1.1em;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:3px;
}
#navcontainer ul #menu {
	padding:0;
	margin:0;
}
ul {
	list-style-type: none;
	padding: 0em;
	margin: 0;
}
li {
	font-size:1em;
	line-height:1.6;
}
form {
	font-size:1.2em;
}
A:link {
	color:#60a0c3;
	text-decoration:underline
}
A:visited {
	color:#60a0c3;
	text-decoration:underline
}
A:active {
	color:#75d6ff;
	text-decoration:underline
}
A:hover {
	text-decoration:none;
	color:#75d6ff;
}
/* CLASSES *//* LAYOUT */

#container {
	width:800px;
	text-align:left;
	margin: 0 auto;
	height:100%;
	background-image:url(images/sidebarBg5.gif);
	background-repeat: repeat-y;
}
#wrapper {
	vertical-align:top;
	margin-top:0px;
}
#grabber {
	width:542px;
	margin-left:25px;
	vertical-align:top;
	height:100%;
}
#header {
	width:800px;
	vertical-align:top;
}
#footer {
	width:100%;
	min-height:50px;
	vertical-align:bottom;
	clear:both;
}
#sidebar {
	color:#FFFFFF;
	width:220px;
	height:100%;
	float: right;
}
#page_copy {
	width:448px;
	margin-left:2px;
	vertical-align:top;
}
#pup {
	position:absolute;
	z-index:200; /* aaaalways on top*/
	padding: 3px;
	margin-left: 10px;
	margin-top: 5px;
	width: 250px;
	border: 1px solid black;
	background-color: #AAAAAA;
	color: #000000;
	font-size: 0.95em;
}
#footer {
	width:800px;
	height:65px;
	background-image:url(/images/footerbg.png);
	text-align:center;
	padding-top:35px;
	line-height:1.8em;
	color:#999
}
#footer a{
	margin-right:5px;
	}
img {
	border-style: none;
}
