body {
	margin-top: 0px;
	text-align: left;
	font-family: Helvetica, Arial;
	font-size: 16px;	
}
#menu
{
	margin:0;
	color:#FFFFFF;
	display: inline;
}

.img {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.container {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

#detail {
	text-align: justify;
	display: block;
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-style: normal;
	color: #666666;
	padding-left: 50px;
	padding-right: 50px;
	font-weight: bold;
	
}

#footer {
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	background-image: url(images/background.gif);
	
}
	
#topheader {
	background-repeat: repeat;
	background-image: url(images/topheader.png);
	margin-bottom: 10px;
	height: 2.5em;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}

#logo{
	display: inline;
	clear: both;
	}

#pcalogo{
	
	margin-bottom: 0px;
	clear: both;
	}
	
div#navbar2 {
	height: 30px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-image: url(images/topheader.jpg);
}
div#navbar2 ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
	
}
div#navbar2 li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #336699;
}

div#navbar2 li a:link {
    color: #FFF:
}
div#navbar2 li a:visited {
    color: #336699;
}
div#navbar2 li a:hover {
    color: #FFF;
    background-color: #CCCC99;
}
