.hiddenNote {
	display:none;
}

body {
	margin:0px;
	background:#0000AA;
	background-image:url(images/background.png);
	background-attachment:fixed;
}

.header {
	position:absolute;
	top:0px;left:0px;right:0px;width:100%;height:25px;
	background:#000000;
	color:yellow;
	text-align:center;
	font-size:25px;
	overflow:hidden;
	border-bottom:1px solid #880000;
}

.menu {
	position:absolute;
	top:25px;left:0px;width:12%;
	vertical-align:top;
	margin-top:1%;
	overflow:hidden;
}

.menu a {
	color:#000000;
	background:#FF8800;
	display:block;
	border:1px solid #FFFFFF;
	text-align:center;
	margin:0px;
	margin-top:1px;
}

.menu a:hover {
	background:#FFFF00;
}

.rmenu {
	position:absolute;
	top:25px;right:0px;width:12%;
	background:#8866AA;
	border:1px solid #664488;
	border-right:0px;
	vertical-align:top;
	margin-top:1%;
	overflow:hidden;
	display:none;
}

.rmenu * {
	margin:4px;
}

.rmenu a {
	color:#FFFFFF;
	text-align:center;
	margin-top:1px;
}

.rmenu a:hover {
	background:#AA88CC;
}

.body {
	position:absolute;
	top:25px;
	width:86%;
	left:13%;right:0%;
	background:#AA8866;
	border:1px solid #000000;
	vertical-align:top;
	margin-top:1%;
	min-height:80%;
	padding-bottom:20px;
/*	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
*/
	background-image:url(images/background.png);
	background-attachment:fixed;
	color:#FFFFFF;
}

.body>* {
	margin-left:10px;
}

.body .title {
	font-size:xx-large;
	color:#FFFFFF;
	display:block;
}

.body .subtitle {
	font-size:x-large;
	color:#FFFFFF;
	display:block;
	margin-top:1.5em;
}

.body a:link {
	color:#8800FF;
}

.body a:visited {
	color:#CC0000;
}

.body a:link:hover {
	color:#FF0000;
}

.body a:visited:hover {
	color:#FF0000;
}

.body p:first-line {
/*	font-variant: small-caps; */
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.uppercase {
	text-transform:uppercase;
}

.lowercase {
	text-transform:lowercase;
}

.camelcase {
	text-transform:capitalize;
}

.underline {
	text-decoration:underline;
}

.strike {
	text-decoration:line-through;
}

.strikeunderline {
	text-decoration:line-through underline;
}

.body input {
	background:#886644;
}

.help {
	position:relative;
	border-bottom:1px dashed;
	cursor:help;
}

.help span {
	display:none;
	position:absolute;
	top:1em;left:1em;
	width:350px;
	min-height:75px;
	border:1px solid #FF0000;
	background-color:#FFFFFF;
	color:#000000;
	padding:3px;
	z-index:1000;
}

.help:hover {
	border-bottom:0px;
}

.help:hover span {
	display:block;
}

.footer {
	position:absolute;
	bottom:0px;height:20px;
	width:100%;
	left:0px;right:0px;
	background:#FF8800;
	text-align:center;
	margin:0px;
	border-top:1px dashed #FF0000;
}

.footer a {
	color:#FF0000;
}

.footer .hovlink {
	color:#FF0000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin-right:1px;
}

.footer .hovlink:hover {
	background-color:#88FF00;
}

.newsEntry	{
	display:block;
	outline:1px solid #FF0000;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
}

.newsTitle	{
	display:block;
	background-color:#ECECEC;
	padding:3px;
}

.newsTitle a:link	{
	color:#000000;
}

.newsTitle a:visited	{
	color:#888888;	
}

.newsTitle a:link:hover	{
	color:#000088;
}

.newsTitle a:visited:hover	{
	color:#000088;
}

.newsBody	{
	display:block;
	background-color:#FFFFFF;
	padding:3px;
}

.newsBody div	{
	margin-bottom:1em;
}

.newsFoot	{
	display:block;
	background-color:#DDDDDD;
	text-align:right;
	padding-right:.5em;
}

label[for]	{
	display:block;
	width:150px;
	float:left;
}

form textarea	{
/*	margin-left:155px;	*/
	border-color:#888888;
}

form textarea:hover	{
	border-style:outset;
	border-color:#999999;
}

form input[type="text"]	{
/*	margin-left:155px;	*/
}

form input[type="text"]:hover	{
	border-style:dotted;
	border-color:#000000;
}