#container
{
	margin: 0 30px;
	background: #ffffff; 
	background-image: url(lightppr.gif);
}

#header
{
	background: #ffffff;
	padding: 20px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 100%;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-weight: bold;
}

#navigation li a:hover
{
	background: #ffff66; color:#ff1919; font-weight: normal;
}


#navigation li a.selected
{
	background: #ffff66; color:#ff1919; font-weight: normal;
}

#img

{

	border: 0;

}



#tab
{
	margin-left: 40px;
}

#content
{
	clear: left;
	padding: 20px;
	color: #000;
	font-size:1.2em;font-family:"Times New Roman";
}

#content h2
{
	color: #000;
	font-size:1.6em;
	margin: 0 0 .5em;
}


#content h4
{
	color: #000;
	font-size: 100%;
	margin: 0 0 .5em;
	
}


#content aa

{

	font-size:20.0pt;font-family:"Times New Roman";

}


#content ul.b
{
	list-style-type:square;
}


#footer
{
	background: #b2b2b2;
	text-align: center;
	padding: 20px;
	height: 1%;
	font-size:12.0pt;font-family:"Times New Roman";
}


p.tab {text-indent: 40px}


#a1 {
text-decoration: none;
}
#a1:link {
color: #0000FF;
border-bottom: 1px solid #0000FF;
}
#a1:visited {
color: #800080;
border-bottom: 1px solid #800080;
}
#a1:active {
color: #FF0000;
border-bottom: 1px dashed #FF0000;
}
#a1:hover {
color: #000000;
border-bottom: 2px dashed #DD0000;
} 
