body
{
	background: #333300;
	color: #ffffff;
	font-family: "arial", "times new roman", "times", "serif", "sans-serif";
	

}



.header
{
	background-image: url(images/pmpc_header.jpg);
	width: 734px;
	height: 137px;


}

.container
{
	width: 734px;
	margin: auto auto auto auto;


}

.title
{
	text-align: center;
	color: #CCCC99;

}

.subtitle
{
	color: #CCCC99;
	font-weight: bolder;
	font-size: 22px;

}

.titlepoint
{
	color: #CCCC99;
	font-weight: bold;
	
}

a:link
{
	color: #f30;
	font-weight: bold;
}

a:visited
{
	color: #fff;
	font-weight: bold;
}


/* menu code starts */

.navcontainer
{
	float: left;
	margin: 20px 10px 0px 0px;

}

#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: gray;
width: 13em;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid rgb(186,192,130);
border-bottom: 2px solid rgb(186,192,130);
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#navlist a#current 
{
	border-color: #5bd #035 #068 #f30;
	color: #f30;
}

#navlist li a:link 
{ 
	color: #CCCC99;
	background: rgb(91,79,55);
	border-color: rgb(186,192,130);
}

#navlist li a:visited 
{ 
	background: rgb(91,79,55);
	color: #CCCC99; 
	border-color: rgb(186,192,130);
}

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #333300;
}


/* menu code ends */


.contentcontainer
{
	margin: -50px auto auto 175px;

}
