/* CSS Document */

/*Navigation*/

#navcontainer ul {
	padding: 0 0 0 0;
	margin:0 0 0 0;
	background-color: #FFFF80;
	color: #999;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	display:inline;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding: 0.5em 1em;
	background-color: #FFFF80;
	color: #333;
	text-decoration: none;
	float: left;
	border-top: 0px solid #FFFF80;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFF80;
	margin-right:-1px;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
	z-index:1;
}
#navcontainer ul a#current {
	z-index:100
}
#navcontainer ul li a:hover {
	z-index:99
}
#navcontainer ul li a:hover {
	background-color: #FFF102;
	color: #000;
	border-top: 0px solid #FFF102;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#navcontainer ul li a#current {
	background-color: #FFF102;
	color: #000;
	border-top: 0px solid #FFF102;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/*Main Body*/

body  {
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	margin: 0 0 0 0;
	background-image:url(background3.gif);
	background-repeat:repeat-x;
}
#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.pjustify {
	text-align:justify;
}

/*Footer*/

* html #footer {
	height:1%
}
#footer {
    font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #50614E;
	padding-top: 6px;
	border-top: 1px solid #50614E;
	clear:both;
	background-color:#FFFFFF;
	width:100%;
	text-align:center;
}
#footer p {
    margin-top: 1px;
    padding: 4px 0 6px 0;
	background-color: #fff;
}
#footer a:link {
	color: #666666; text-decoration: none;
}
#footer a:visited {
	color: #666666; text-decoration: none;
}
#footer a:hover {
	color: #333333; text-decoration: underline;
}
#footer a:active, #footer a:focus {
	color: #666666; text-decoration: none;
}

