#page {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 0px;
	margin-bottom: 0px;
}
a img {
    border-style:none;
}
a {
text-decoration: none;
}
a:link { color: #CCCC99; } 
a:visited { color: #999999; } 
a:hover { color: #ffff00; } 
a:active { color: #cd9c9c; } 
p { 
text-align: right; 
} 
td{font-size:10pt}
#header {
	background-color: #333333;
	color: #FFFFFF;
	padding: 20px 0px;
	margin: 0px;
}
#topics {
	background-color: #666666;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 10px;
}
#bottom {
	background-color: #666666;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 10px;
	text-align: center;
	border: none;
}
#bottom2 {
	background-color: #666666;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 10px;
	text-align: right;
	border: none;
}

#bottomtop {
	background-color: #000000;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 0px;
	text-align: center;
	border: none;
}

#main {
	text-align: center;
        width: 650px;
	border-right: 0px;
	background-color: #FFFFFF;
	padding-top: 20px;
	margin-top: 0px;
	padding-bottom: 30px;
}
#main1 {
	text-align: center;
        width: 650px;
	border-right: 0px;
	background-color: #FFFFFF;
	padding-top: 20px;
	margin-top: 0px;
	padding-bottom: 30px;
}
#main2 {
        width: 650px;
	border-right: 0px;
	background-color: #FFFFFF;
	padding-top: 20px;
	margin-top: 0px;
	padding-bottom: 30px;
}
#right{
	width: 325px;
        float: right;
	border-right: 0px
	background-color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 30px;
}
#left{
	width: 325px;
        float: left;
	border-right: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 30px;
}
#text{
	width: 650px;
	background-color: #FFFFFF;
	padding: 0px 96px 30px 96px;
	margin-top: 0px;
        color: #999999;
}
#text2{
	width: 650px;
	background-color: #FFFFFF;
	padding: 0px 96px 30px 96px;
	margin-top: 0px;
        color: #999999;
}
#foot {
        width: 650px;
	background-color: #333333;
	color: #FFFFFF;
	border-top: 0px;
	padding: 10px;
	text-align: center;
}

.c-both { clear:both; }