.outerContainer
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	background-color: white;
	width: 800px;
}

body 
{
	font-family: verdana, sans-serif, Arial, Helvetica; 
	font-size: 12px;
	color: #444;
	background-color: #fafafa;
	text-align: center;
}

h1
{
	text-align: left;
	font-size: 13px;
}

h3
{
	text-align: left;
	font-size: 12px;
}

a:link { 
	color: #003572;
	}
a:visited { 
	color: #003572;
	}
a:hover { 
	color: #003572;
	background-color: #FFFFA8;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}
	
	.brightLink
	{
		color: #1f86ff;
		/*color: #0000ff;*/
	}

/* Menu */
.menu
{
	font-family: Verdana;
	background-color: #efefe5;
	font-size: 12px;
	color: #FFFFFF;
	width: 130px;
	text-align: left;
	padding: 2px 0px 2px 2px;
	
}

.menuDynamicHoverStyle
{
	background-color: Black;
	color: #FFFFFF;
}
.menuDynamicMenuStyle
{
	background-color: #FFFFFF;
}

.menuStaticSelectedStyle
{
	background-color: #D8D8C0;
	color: White;
}

.menuDynamicSelectedStyle
{
	background-color: Yellow;
}

.menuStaticHoverStyle
{
	background-color:  #FFFFA8;
	color: #FFFFFF;
}

.footerSiteMap
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* End Menu styles */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.subtitle
{
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #003572;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	/*background-color: #efefe5;*/
	/*background-color: #DBEDFF; */
	background-color: #e5ecf9;
	/*border: solid 1px gray;*/
	border-left:  solid 1px gray;
	border-right:  solid 1px gray;
}

.footer
{
	text-align: center;
	font-family: Verdana;
	font-style: italic;
	font-size: 9px;
	padding-top: 15px;
	/*border-top: solid 1px gray;*/
	background-color: #fafafa;
}

.mainTable
{
	width: 800px;	
	text-align: left;
}

.leftNavCell
{
	width: 100px;
	vertical-align: top;
	border: solid 1px gray;
	background-color: #efefe5;
}

.rightNavCell
{
	width: 100px;
}

.bodyCell
{
	width: 600px;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	border-top: solid 1px gray;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.faqNote
{
	text-align: center;
	font-family: Verdana;
	font-style: italic;
	font-size: 9px;
	padding-top: 15px;
}

.thankYouSuccess
{
}

.thankYouError
{
	color: Red;
}

.contactFieldLabel
{
	text-align: right;
	background-color: #e5ecf9;	
	color: #003572;
	font-size: 10px;
	width: 120px;
}

.contactFieldValue
{	
	text-align: left;
	font-size: 10px;
}

.contactSubmitButton
{
	text-align: center;
}

.contactTable
{
	width: 630px;	
	text-align: left;
	border: solid 1px gray;
}

.contactName
{
	width: 230px;
}

.contactEmail
{
	width: 230px;
}

.contactSubject
{
	width: 230px;
}

.contactVersion
{
	width: 230px;
}

.contactComments
{
	width: 450px;
	height: 200px;
}

.importantEmailNote
{
	font-style: italic;
	color: #0000ff;
}

.downloadNowImage
{
	border-style: none;
}