@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	background-image:  url(../images/bg_wht.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#mainContent {
	margin-top: 60px;
	height: 382px;
	padding: 0;
}

.clrFlt {
	clear:both;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #CCC;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 20px; 
}

h2 {
	font-size: 14px;
	color: #CCC;
	margin: 13px 0 9px 0;
	padding: 0;
	font-weight: normal;
	
}

.pull {
	padding: 5px 0px;
	margin: 10px 0 16px 0;
	font-style: italic;
	font-size: 14px;
	text-align: left;
}

.pdf {
	background-image: url(../images/pdf_blk.gif);
	background-repeat: no-repeat;
	background-position: left; 
	padding-left: 20px;
}

p {
	margin: 0 0 3px 0;
	padding: 0 0 11px 0;
}

a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Navigation */
#navHold {	
	margin: 0;
	padding: 0 0 0 200px;
	width: 460px;
	float: left;
}

#navHold li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
}

#navHold li a {
	width: 100px;
	padding: 0;
	text-align: center;
	margin: 0;
	float: left;
}

#navHold a:link, #navHold a:active, #navHold a:visited {
	color: #999;
	padding: 25px 3px 26px 2px;
	text-decoration: none;
}

#navHold a:hover {
	color: #FFF;
	padding: 25px 3px 26px 2px;
	text-decoration: none;
}

#navHold a.selected:link, a.selected:active, a.selected:visited {
	background: url(../images/bg_nav.gif) no-repeat top;
	padding: 25px 3px 26px 2px;
	color: #666;
	text-decoration: none;
}

#navHold a.selected:hover {
	background: url(../images/bg_nav_roll.gif) no-repeat top;
	padding: 25px 3px 26px 2px;
	color: #333;
	text-decoration: none;
}

#nav_logo {
	margin: 17px 0 0 0;
	float: left; 
}

hr {
	border: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}

/* Error handeling */
#error.a:link, #error.a:visited, #error.a:active {
	color: #FFF;
	text-decoration: none;
}

#error.a:hover {
	text-decoration: underline;
}
