﻿#Main
{ 
	width: 100%; 
	text-align: center;
}

#Container
{
	width: 790px; 
	background-color: #FFF;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	text-align: left;
}

#TopHeader
{
	padding: 0px 20px 10px 20px;
	width: 750px;
}


#Content
{
	padding: 20px 29px 30px 29px;
	min-height: 400px;
	height: auto;
}

#Content P
{
	text-align:justify;
}

/* for Internet Explorer */
/*\*/
* html #Content {
height: 400px;
}
/**/


#Footer
{
	height: 42px;
	font-size: 8pt;
	border-top: 4px solid #0532CD;
	background-color: #AEC2FF;
	padding: 15px 30px 5px 30px;
	text-align: center;
}


.LeftNavigationLinkHeading
{
	width: 171px;
	font-size: 8pt;
	padding: 5px 5px 5px 15px;
	background-color: #fff;
	border-bottom: 1px solid #9DB4FF;
}

.LeftNavigationItem
{
	width: 186px;
	font-size: 8pt;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #9DB4FF;
}

#LeftNavigation A
{
	color: #000;
	text-decoration: none;
}

.LeftNavigationItemOver
{
	width: 186px;
	font-size: 8pt;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #9DB4FF;
	background-color: #FFA418;
}

.LeftNavigationActive
{
	width: 186px;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #9DB4FF;
}


.LeftNavBullet
{
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-left: 15px;
}
.LeftNavText
{
	margin-left: 40px;
}