body {
	background-color: #747474;
	list-style-type: none;
	font-family: "Comic Sans MS", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/dropShadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;

}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.container {
	width: 677px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.header {
	background-image: url(../images/header.gif);
	height: 200px;
	width:677px;
	background-position: center;
	padding-left: .05px;
}
.footer {
	height:66px;
	/*background-image: url(../images/footer.gif);
	width:677px;*/
	clear:both;
	}
.content {
	float: left;
	width: 450px;
	padding: 0 3px 0 3px;
}
.content p { font-size:12px; color:#CCC; padding:5px 0 0 10px;}
.content table { padding: 0 0 10px 0;}
.content .published { font-size: 12px; color:#000000; font-weight: bold; padding-right: 3em;}
.content .title { color:#FFFFFF; font-size: 16px; font-weight:normal }

/* SIDEBAR */
.title { color:#000; font-size:16px; font-weight:bold}
.title td { padding: 0 10px;}
.sidebar {
	float: left;
	width: 120px;
	margin-left: 5px;
	font-size: 12px;
	color:#CCCCCC;
}
.sidebar .title a {
	color:#000000;
}

.innerContainer {
	width: 590px;
	margin-left: 2.4em;
	padding: 5px;
}

/* Form styles */

.textblock {
	background-color:#747474;
	padding: 2px 3px;
	border-color:#333333;
	color:#FFFFFF;
	font-size: 12px;
	font-family: "Comic Sans MS", Geneva, Arial, Helvetica, sans-serif;
	}
.formButton {
	background-color:#747474;
	border-color:#333333;
	color:#000000;
	font-weight: bold;
	font-family: "Comic Sans MS", Geneva, Arial, Helvetica, sans-serif;
	}
.contentNotes td{
	color:#FFFFFF;
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	}
.contentNotes .titles {
	color:#000000;
	border-right: 1px solid #000000;
	}

/* Login division */



.login div {   /* definition of the <span> tag when hovering */
display: block;
position: absolute;
top: 200px;
border: 2px solid #000;
width: 300px;       /* Tooltips zone width according to menu width */
text-align: left;
color: #000;
background-color: #747474;
padding:5px 5px;
left: 367.5px;
}

.login div a {
float:right;
padding:0px 10px 0px 0px;
color:#000000;
}

.pm a div {
display: none;
}

.pm a:hover div {
display: block;
position: absolute;
top: 200px;
left: 369px;
width: 300px;
color:#000000;
background-color: #747474;
padding: 5px 5px;
border: 2px solid #000000;
}

.pm div {
display: block;
position: absolute;
top: 200px;
left: 369px;
width: 300px;
color:#000000;
background-color: #747474;
padding: 5px 5px;
border: 2px solid #000000;
}

.read {
color:#000000;}
.unread {
color:#FF0000;}
