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

#wrap {
	background: none repeat scroll 0 0 #FFFFFF;
	color: black;
	font-size: 1.1em;
	margin: 1em auto;
	padding: 0;
	text-align: left;
	width: 907px;
}

h2 {
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-top-style: solid;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#header {
	float: left;
	clear: none;
	background-image: url(../images/logo-ap.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 907px;
}
#footer {
	background-image: none;
	background-repeat: no-repeat;
	height: 25px;
	width: 907px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 15px;
	margin-top: 15px;
}

/* Rollover horizontal list navbar   */

#navContainer
{
	background-image: none;
	background-repeat: no-repeat;
	height: 25px;
	width: 907px;
}
 #navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;



}

#navlist li a:link, #navlist li a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #000;
}

#navlist li a:link#current, #navlist li a:visited#current, #navlist li a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #ff3c00;
}


#navlist li a:hover { color: #ff3c00; }

#navlist li.inactive
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #CCC;
}
.currentPostion {
	color: #FF3C00;
	margin: 0 10px 4px 10px;
}
