body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF66;
	font-size:9pt;
	}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
	
h2 {
	font-size:9pt;
	color:#CC0000;
}	

table.main {
	width:750px;
	margin:auto;
}

div.head {
	float:left;
	font-size:11pt;
	font-weight:bold;
	margin-left:20px;
	color:#CC0000;
}

h1 {
	font-size:9pt;
	color:#CC0000;
}

h3 {
	font-size:9pt;
	color:#cc0000;
}

h3.head2 {
	float:left;
	font-size:11pt;
	color:#CC0000;
	margin-top:0px;
}

div.head3 {
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}

table.header {
	width:750px;
	margin:auto;
	background-color:#0000c0;
}
	
td.header2 {
	text-align:center;
	background-color:white;
}

div.headleft {
	 float:left;
	 width:131px;
	 margin-top:8px;
}

div.headright {
	 float:right;
	 width:131px;
}

img.banner {
	border: 1px solid #0000c0;
	margin-top:10px;
}

td.addr {
	text-align:center;
	background-color:#0000c0;
	color:white;
}

div.addr2 {
	font-weight:normal;
	padding:5px;
}

td.nav {
	width:16%;
	background-color:white;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:8pt;
}

td.content {
	background-color:white;
	padding:10px
}

div.ppbox2 {
	float:right;
	width:300px;
	font-weight:bold;
	text-align:center;
	border: dotted 3px #cc0000;
	padding:20px;
	margin:20px;
	margin-top:40px;
}

p.ppbox3 {
	 color:#CC0000;
	 font-size:12pt;
}

ul.ppbox4 {
	margin-top:0px;
	text-align:left;
	margin-left:100px;
	font-weight:normal;
}

td.foot {
	text-align:center; 
	background-color:#0000c0;
	padding:10px;
}

div.author {
	font-size:8pt;
	text-align:right;
}

#dropmenudiv{
position:absolute;
border:1px solid #0000c0;
border-bottom-width: 0;
line-height:18px;
font-size:8pt;
font-weight:normal;
z-index:100;
text-align:center;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0000c0;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color:#FFFF66;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #0000c0;
color:white;
text-align:center;
}

a.drop {
	text-decoration:none;
}