body {
	padding: 0px;
	font-family:  verdana;
	font-size: 14px;
	font-weight: normal;
	background-color: #777777;
	background-image: url('../images/bgtile.png');
	background-repeat:repeat;
}
.mainborder {
	width: 800px;
	background-color: #DDFFFF;
	border: solid 1px #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -400px;	
	z-index: 0;
	height: 105%;	
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.main {
	width: 780px;
	margin-top: 5px;
	border: solid 1px #88DDDD;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	z-index: 1;
	margin-bottom: 20px;
	color: #001515;
}
.header {
	text-align: center;
	margin: 5px;
	border: solid 1px #008888;
	padding-top: 20px;
	height: 150px;
	overflow: hidden;
	background-color: #55DDDD;
	color: #004444;
	background-image: url('../images/headerbg.png');
	background-repeat:repeat-x;
}
.header-maintext {
	font-size: 55px;
	font-weight: bold;
}
.header-subtext {
	font-size: 30px;
	font-weight: normal;
}
.menubar {
	margin: 5px;
	border: solid 1px #008888;
	background-color: #79f2f2;
	padding: 5px;
	text-align: center;
}
.menuoption {
	display: inline;
	margin-right: 9px;
	margin-left: 9px;
	border: solid 0px #0000DD;
	padding: 2px;
}
.menuoption-selected {
	display: inline;
	margin-right: 9px;
	margin-left: 9px;
	border: solid 1px #00CCCC;
	padding: 2px;
	background-color: #00DDDD;
	font-weight: bold;
	color: #004444;	
}
.ads-top {
	text-align: center;
	margin: 5px;
	border: solid 1px #008888;
	padding: 3px;
	background-color: #DDFFFF;
	height: 90px;
}
.content {
	margin: 5px;
	margin-top: 0px;
	display: inline-block;	
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: 	#BBDDDD;
	padding: 20px;
	padding-left: 30px;
	width: 525px;
}
.ptitle {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}
.pcontent {
	font-size: 13px;
	margin-bottom: 30px;
	text-align: justify;	
}
.sidebar {
	margin: 5px;
	margin-top: 0px;
	float: right;
	/*display: inline-block;*/
	border: solid 0px #008888;
	width: 151px;
	padding: 20px;
	padding-left: 10px;
	font-size: 11px;
	position: absolute;
	top: 330px;
	left: 50%;
	margin-left: 200px;
}
.footer {
	margin: 5px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color:	#88DDDD;
	background-color: #DDFFFF;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
a:link, a.active {
	text-decoration: underline;
	color: #1b4545;
}
a:visited {
	text-decoration: underline;
	color: #001111;
}
a:hover {
	text-decoration: underline;
	color: #3f77a2;
}
a.menu:link, a.menu:visited {
	margin: -2px;
	padding: 2px;
	border: solid 1px #79f2f2;
	background-color: #79f2f2;
	font-weight: bold;
	color: #004444;
	text-decoration: none;
}
a.menu:hover {
	margin: -2px;
	padding: 2px;
	border: solid 1px #44CCCC;
	background-color: #55DDDD;
	font-weight: bold;
	color: #001111;
	text-decoration: none;
}