body
{	
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #111825;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
	color: #000066;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

/*****************************************************************************/
/* styles for the header                                                     */
/*****************************************************************************/

TD.Header
{
	height: 75px; 
	background-color: #6C97E5; 
	background-image: url('/images/header.jpg'); 
	background-repeat: no-repeat; 
	width: 750px;
	text-align: right;
	vertical-align: bottom;
}

/*****************************************************************************/
/* styles for the menu bar                                                   */
/*****************************************************************************/

TD.MenuBar
{
	height:25px; 
	background-color: #FF9100; 
	background: url('/images/menu_background.jpg');
}

A.MenuBar, A.MenuBar:Visited
{
	font-size: 11px;
	color: White;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

A.MenuBar:Hover, A.MenuBar:Active
{
	color: White;
	background-color: #4675CC;
	text-decoration: none;
}

/*****************************************************************************/
/* Main Content Styles                                                       */
/*****************************************************************************/
TD
{
	font-size: 70%;
	color: #000066;
}

TD.MainContent
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	vertical-align: top;
	font-size: 70%;
	background: white;
	line-height: 138%;
	color: #000066;

}

H1
{
	font-size: 140%;
	font-weight: bold;
	color: #3366FF;
	margin-top: 15px;
	margin-bottom: 5px;
}

H2
{
	font-size: 120%;
	font-weight: bold;
	color: #3366FF;
	margin-top: 15px;
	margin-bottom: 5px;
}

H3
{
	font-size: 100%;
	font-weight: bold;
	color: #3366FF;
	margin-top: 15px;
	margin-bottom: 5px;
}

H4
{
	font-size: 80%;
	font-weight: bold;
	color: #3366FF;
	margin-top: 15px;
	margin-bottom: 5px;
}


A, A:Visited
{
	color: #3366FF;
	text-decoration: none;
}
A:Hover, A:Active
{
	color: #FF6600;
	text-decoration: underline;
	}
A.breadcrumb:Visited
{
	font-size: 70%;
	color: #3366FF;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 5px;
}
A.breadcrumb:Hover
{
	color: #3366FF;
}

TD.RightBar
{
	background: #E7FED0;
	background-image: url('/images/right_bar_background.jpg'); 
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: top;
	font-size: 70%;
	line-height: 128%;
}

/*****************************************************************************/
/* Footer Styles                                                           */
/*****************************************************************************/

TD.Footer
{
	height: 17px; 
	background-color: #4675CC;
	color: #FFFFFF;
	font-size:xx-small;
	padding-left: 24px;
}
A.footer, A.Footer:Visited
{
	color: #FFFFFF;
	text-decoration: none;	
}

A.Footer:Hover, A.Footer:Active
{
	color: #FFFFFF;
	text-decoration: underline;	
}

