.hiddenNote {
	display:none;
}

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

html {
	background-color:#0FACE0;
	background-image:url(/images/background.png);
}

.header {
	position:absolute;
	top:0px;left:0px;right:0px;width:100%;height:25px;
	background:#FF0000;
	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%;
}

.menu, .rmenu, .menu li ul, .rmenu li ul, .news {
	list-style:none;
	padding-left:0;
	margin-left:0;
	/*for submenu items: */
	overflow:visible;
	z-index:9999;
}

.menu li, .rmenu li, .news li {
	float:left;
	width:100%;
	/* above two lines: IE5/6 fix :( */
	margin:0;
	padding:0;
}

.menu li, .rmenu {
	position:relative;
}

.menu li.spaceBefore, .rmenu li.spaceBefore, .news li {
	margin-top:1em;
}

.menu>li>ul {
	display:none;
	position:absolute;
	width:100px;
	top:0;
	left:100%;
}

.menu>li:hover>ul {
	left:100%;
	width:100%;
	display:block;
}

.menu a {
	cursor:pointer;
}

.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;
}

.rmenu * {
	margin:4px;
}

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

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

.body {
	position:absolute;
	top:25px;
	width:74%;
	left:13%;right:13%;
	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;
}

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

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

.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;
}

code, .code {
	/* placeholder */
	/* background-color:#ECECEC; */
}

blockquote, .quote {
	/* placeholder */
	/* background-color:#ECECEC; */
}

.body input, .body button {
	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 {
	outline:1px solid #FF0000;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
}

.newsTitle {
	background-color:#CCCCCC;
	padding:3px;
}

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

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

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

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

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

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

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
.newsBody:last-child {
	margin-bottom:50em;	
}
*/

.newsBody a:link {
	color:#0000FF;
}

.newsBody a:visited {
	color:#880000;	
}

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

.newsBody a:visited:hover {
	color:#880088;
}

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

.newsPagination {
	padding:5px;
	margin:5px 0px;
}

.newsPagination a {
	padding:5px;
	margin:5px 0px;
	border:1px solid #FF8800;
	background-color:#ECECEC;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	cursor:default;
}

.newsPagination a:link, .newsPagination a:visited {
	background-color:#FFFF00;
	color:#555555;
	cursor:pointer;
}

.newsPagination a:link:hover, .newsPagination a:visited:hover {
	background-color:#0FACE0;
	color:#880000;
	cursor:pointer;
}

.body label[for] {
	position:absolute;
	width:150px;
}

.body form textarea {
	margin-left:155px;
	background-color:#ECECEC;
	border-color:#888888;
}

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

.body form input[type="text"], .body form input[type="password"] {
	margin-left:155px;
	border:1px solid transparent;
	border-bottom: 1px solid #000000;
	background-color:transparent;
}

.body form input[type="text"]:hover, .body form input[type="password"]:hover {
	border:1px dotted #000000;
}

.rmenu form input[type="text"], .rmenu form input[type="password"] {
	width:100%;
	margin:0px;
}