﻿body 
{
	background-color: #000000;
	width: 1000px;
	color: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	font-style: 18px;
}

.superClear
{
	clear: both;
}

hr.borderLineYellow 
{
	color: #ffff00;
	width: 100%;
}

.bodytextboldcenter
{
	font-weight: bold;
	font-size: 24px;
	display: block;
	text-align: center;
}

.bodytext
{
	color: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodytext a
{
	color: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodytext a:hover
{
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodytext ul li
{
	margin-bottom: 2em;
}

.textunderline
{
	text-decoration: underline;
}

.alignImgRight
{
	float: right;
	padding-left: 5px;
	padding-bottom: 60px;
}

.alignImgRight2
{
	float: right;
	display: inline;
	padding: 20px;
}

#downloadmenu
{
	float: right;
}

#subtitleTD
{
	float: right;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	
}

#subtitleTD ul li
{
	list-style: disc;
	margin-bottom: 0;
}

/* Header Contents Start */
.titleHeader
{
	font-size: 24px;
	font-weight: bold;
}

hr.titleHeader 
{
	color: #ffff00;
	width: 100%;

}

#requestinfoform
{
	font-size: 14px;
}

#header
{
	width: 1000px;
	padding-left: 10px;
}

/* Place holder for footer image */
#footerImage
{
	background-image: url(../images/impactrecovery.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 63px;
	float: left;
}

#footer
{
	margin-top: -100px;
	width: 1000px;
	padding: 10px;
	float: left;
	font-weight: bold;
}

#footer ul li
{
	padding: 0px;
	list-style: none;
	display: inline;
}

/* Side Navigation Start */
#sideNav
{
	background-image: url(../images/sidenavBG2.gif);
	background-repeat: no-repeat;
	width: 225px;
	height: 750px;	
	float: left;
	font-weight: bold;	
}

#sideNavList
{
	list-style: none;
	text-align: center;
	margin-left: -20px;
}

#sideNavList 
{
	list-style: none;
	text-align: center;
	margin-left: -20px;
}

#sideNavList a
{
	text-decoration: none;
	color: #ffff00;
}

#sideNavList span
{
	display: block;
}

#sideNavList a:hover
{
	color: #999;
}
.sideNavBtn
{
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: center;
	list-style: none;
	margin-left: -15px;	
	width: 200px;
	height: 55px;
	padding-bottom: 5px;
}

.sideNavText
{
	padding-top: 12px;
}

/* Main Site Content */
#mainContent
{
	float: left;
	width: 760px;
	padding-left: 10px;
}
