body
{
	background: #660000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#mainTable
{
	width: 744px;	
	text-align: left;
	margin: auto;
}

#tableTop
{
	background: url(../images/mainTableTop.gif) top left no-repeat;
	width: 744px;
	height: 17px;
}

#tableMid
{
	background: url(../images/mainTableBg.gif) top left repeat-y;
	width: 744px;
	padding: 1px;
}

#mainContentContainer
{
	margin: 20px;
}

#tableBottom
{
	background: url(../images/mainTableBottom.gif) top left no-repeat;
	width: 744px;
	height: 17px;
}

#topBar
{
	margin-top: 2px;
	width: 744px;
}

#searchBox
{
	float: right;
	margin-right: 50px;
	width: 180px;
	font-size: 11px;
}

.inputBox
{
	background: #cccccc;
	width: 55px;
	border: 1px solid #A5A5A5;
}

.searchBox
{
	background: #F9F9F9;
	border: 1px solid #A5A5A5;
	width: 100px;
	margin-right: 4px;
}

.searchSubmit
{
	margin-bottom: 3px;
}

#menuBar
{
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	width: 700px;
	height: 26px;	
	background: url(../images/menuBg.gif) left top repeat-x;
}

#menuDiv
{
	margin: 3px 30px 0px 30px;
}

#menuDiv li
{
	float: left;
	background: url("../images/menuBtnLeft.gif") no-repeat left top;
    margin: 0px 2px;
    padding: 0px 0px 0px 9px;
}

#menuDiv li li
{
	background: #dddddd;
}

#menuDiv a 
{
    display: block;
	float: left;
	background:url("../images/menuBtnRight.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
	text-decoration: none;
	white-space: nowrap;
}

#menuDiv li li a
{
	background: none;
}

#menuDiv a:hover
{	
	text-decoration: underline;
}

#mainText
{
	margin-top: 5px;
}

.content
{
	margin: 10px;
}

#footerTable
{
	width: 725px;
}

#rightBar
{
	float: right;
	width: 200px;
}

#content2
{	
	float: left;
	width: 480px;
}

.spacer
{
	clear: both;
}

.pageControls
{
	border: 1px solid #333333;
	padding: 2px 10px 2px 10px;
	text-align: right;
}

.pageControls a
{
	font-size: 1.0em;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.pageControls a:hover
{
	color: #333333;
	text-decoration: none;
}

.shortDescriptionBoxOuter
{
	margin: 15px 0px 15px 0px;
	padding: 0px;
	border: 1px solid #333333;
}

.shortDescriptionBoxHeader
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.shortDescriptionBoxSubheader
{
	font-size: 1.0em;
	color: #770808;			
	font-weight: bold;		
	padding: 3px 5px 3px 5px;
	margin-bottom: 10px;

}

.shortDescriptionBoxText
{
	padding: 0px;
	margin: 10px;
	font-size: 1.0em;
	color: #555555;
}

.shortDescriptionBoxOuterAutostuff
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #dddddd;
}

.shortDescriptionBoxHeaderAutostuff
{
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.shortDescriptionBoxSubheaderAutostuff
{
	font-size: 0.8em;
	margin: 10px;
	font-weight: bold;
}

.shortDescriptionBoxTextAutostuff
{
	padding: 0px;
	margin: 10px;
	font-size: 1.0em;
}

.shortDescriptionBoxTextAutostuff a
{	
	font-size: 1.0em;
	font-weight: bold;	
	text-decoration: none;
}
