@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 759px;
	margin-left: auto;
	margin-right: auto;
}

/*** HEADER ***/
#header {
	background-image: url(../images/header.jpg);
	width: 759px;
	height: 117px;
}

/*** MENU ***/
#menu {
	width: 730px;
	height: 26px;
	background-image: url(../images/menu.jpg);
	margin-top: -10px;
}

/*** CONTENT ***/
#substance {
	text-align: justify;
	font-size: 12px;
	width: 730px;
}

/*** FOOTER ***/
#footer {
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 26px;
	clear: both;
}

#footertext {
	color: #999;
	font-size: 10px;
	float: left;
	letter-spacing: 1px;
	clear: both;
	text-decoration:none;
}

#sitemaptext {
	color: #999;
	font-size: 10px;
	letter-spacing: 1px;
	clear: both;
	text-decoration:none;
}

/*** MISC ***/

.hide{
display: none;
}

.show{
display: block;
}

.loggedinmenu{
	border:1px solid #E5E5E5;
	line-height: 18px;
	font-size: 13px;
	color: #0089cf;
}

.menuanchor {
	font-size:10px;
	font-weight:bold;
	color: #777;
	text-decoration: none;
}

.menuanchor:hover {
	text-decoration: underline;
}

.lipadding {
	padding-bottom:7px;
}

.msgsent {
	background-color: #ececec;
	border: 1px solid #999;
	color: #777;
	padding: 3px;
}

.msgreceived {
	background-color: #fff;
	border: 1px solid #999;
	color: #777;
	padding: 3px;
}

.notread {
	font-weight:bold;
	color: red;
}

.read {
	color: #777;
	text-decoration: none;
}

.read:hover {
	text-decoration: underline;
}