body {border:0px; margin:0px; padding:0px; background:url('images/background.jpg') center no-repeat fixed #132A4C; }
table {border:0px; margin:0px; padding:0px;}
td {border:0px; margin:0px; padding:0px;}
img {border:0px; margin:0px; padding:0px;}
form {border:0px; margin:0px; padding:0px;}
input {border:0px; margin:0px; padding:0px; border-right:1px solid #8A8A8A; border:1px solid #8A8A8A;}

/*IDS*/
#text {
	font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, serif;
	font-size:14px;
	color:#44291A;
	line-height:20px;
	margin:0px 40px 30px 20px;
}

#text h1 {
	/*font-family:Gill Sans, Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-size:20px;
	color:#D3ACB6;
	font-weight:bold;
	margin-top:20px;
	text-transform:capitalize;
}

#text h1.msg {
	color:#FFFFFF;
	background:url('images/msgTopicBg.jpg') top left repeat-x;
	margin:0px;
	padding:5px;
}

#text h2 {
	font-size:16px;
	color:#152E51;
	font-weight:100;
	text-transform:uppercase;
	margin-bottom:0px;
	padding-bottom:0px;
	line-height:normal;
}

#text hr {
	margin:20px 0px 20px 0px;
	border:0px;
	width:100%;
	height:2px;
	background:#D3ACB6;
}

#text a:link {color:#152E51; text-decoration:underline; }
#text a:hover {color:#689FDA; text-decoration:underline; }
#text a:active {color:#689FDA; text-decoration:underline; }
#text a:visited {color:#152E51; text-decoration:underline; }
#text a:visited:hover {color:#689FDA; text-decoration:underline; }

#text ul {
	margin-top:0px;
	margin-bottom:0px;
	list-style:url('images/bullet.gif');
	text-transform:capitalize;
}

#topLinks {
	font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	display:block;
	background:#D3ACB6;
	padding:5px;
}

#topLinks a {font-weight:bold; margin:0px 5px 0px 5px; }
#topLinks a:link {color:#FFFFFF; text-decoration:none; }
#topLinks a:hover {color:#FFFFFF; text-decoration:underline; }
#topLinks a:active {color:#FFFFFF; text-decoration:underline; }
#topLinks a:visited {color:#FFFFFF; text-decoration:none; }
#topLinks a:visited:hover {color:#FFFFFF; text-decoration:underline; }

#footer {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	margin-top:10px;
}

#footer a:link {color:#D3ACB6; text-decoration:none; }
#footer a:hover {color:#FFFFFF; text-decoration:underline; }
#footer a:active {color:#FFFFFF; text-decoration:underline; }
#footer a:visited {color:#D3ACB6; text-decoration:none; }
#footer a:visited:hover {color:#FFFFFF; text-decoration:underline; }

#calendar {
	font-size:11px;
}

#calendar td {
	width:106px;
	height:106px;
	border:1px solid #152E51;
	padding:3px;
}

#calendar h1 {
	font-size:12px;
	color:#152E51;
	margin:0px;
	padding:0px;
}

#calendar h2 {
	text-transform:none;
	font-weight:bold;
	font-size:12px;
	color:#689FDA;
	margin:0px;
	padding:0px;
}


/*CLASSES*/
.hide{
	display: none;
}
	
.show{
	display: block;
}

.reply {
	font-weight:bold;
	color:#826f65;
	margin-top:10px;
}



