/* CSS Document */

body
{
	background: #660000;
	font-family: Arial;
}

.menubar
{
	background: #000044;
	border-top: ridge white;
	border-bottom: ridge white;
	border-top-width: thick;
	border-bottom-width: thick;
}

.menubarlinks
{
	text-decoration: none;
	margin-right: 40px;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

.menubarlinks:hover
{
	background: #ffffff;
	color: #000044;
}

.left-box
{
	font-family: Arial;
	font-size: 12px;
	background-image: url(graphics/background.gif);
	background-repeat: repeat;
	padding: 15px;
	color: #222244;
}

.bottom-box
{
	background: white;
}

.bottom-box-info
{
	text-align: center;
	vertical-align: center;
	color: #333333;
	font-size: 12px;
}

.small-text
{
	text-align: center;
	color: #333333;
	font-size: 9px;
}

.main-box-header
{
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
}

.main-box
{
	background: white;
	font-size: 12px;
}

.main-box-text
{
	color: #333333;
	font-size: 12px;
	margin-left: 25px;
	margin-right: 25px;
}

.form
{
	font-size: 12px;
}

.search
{
	color: white;
	font-size: 10px;
	margin-left: 10px;
}

.results-table-header
{
	border-bottom: solid #333333;
	border-bottom-width: thin;
}

.results-table-header-links
{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.results-table-header-links:hover
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000066;
}

.results-table-title
{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	vertical-align: bottom;
}

.results-table-title:hover
{
	font-size: 12px;
	color: #0000ff;
	text-decoration: underline;
	vertical-align: bottom;
}

.results-table-date
{
	font-size: 12px;
	color: #333333;
	text-align: center;
}

.post-box
{
	margin-left: 25px; 
	margin-right: 25px;
	border: solid #660000; 
	border-width: thin;
}

.post-text
{
	border-top: dotted #660000; 
	border-top-width: thin; 
	margin-left: 15px; 
	margin-right: 15px;
}

.post-title
{
	font-weight: bold; 
	font-size: 18px; 
	text-decoration: underline; 
	margin-left: 15px; 
	margin-right: 15px;
}

.discussion-box
{
	margin-left: 15px; 
	margin-right: 15px;
	border: solid #ddddff; 
	border-width: thin;
}

.form-header
{
	text-align: right;
	font-size: 12px; 
	font-weight: bold;
}

.view-links
{
	font-size: 10px;
	color: #000066;
}

.error
{
	font-weight: bold;
	color: red;
	font-size: 12px;
	margin-left: 25px;
	
}

.sort-links
{
	font-size: 10px;
	color: #333333;
	margin-right: 20px;
	text-align: right;
	vertical-align: bottom;
}






























