/* CSS Document */

body
{
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
}

body, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a
{
	color: #1D5595;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

dd
	{
	display: block;
	margin: 0; padding: 0;
	text-indent: 0;
	margin-left: 30px;
	}


#wrapper
{
	margin: auto;
	width: 760px;
}

#page_header
{
	vertical-align: middle;
	text-align: left;
	width: 100%;
	background-color: #FFFFFF;
}

#page_subhead
{
	border-bottom: 1px solid #FFFFFF;
	height: 160px;
	width: 100%;
}

#page_content
{
	width: 100%;
}

#page_footer
{
	color: #00519B;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 100%;
}

#main_nav
{
	background-color: #006FBA;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}

#side_nav
{
	background-color: #FD9C20;
	width: 155px;
	border-right: 1px solid #FFFFFF;
	text-align: right;
	vertical-align: middle;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}

	#side_nav a
	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 10px;
		display: block;
		padding-bottom: 5px;
	}
	
	#side_nav a:hover
	{
		color: #00519B;
	}
	
#bread_crumbs
{
	background-color: #00519B;
	height: 27px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	text-align: left;
}

	#bread_crumbs a
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#bread_crumbs a:hover
	{
		text-decoration: underline;
	}

#sub_head
{
	background-color: #006FBA;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	vertical-align: top;
	text-align: left;
}

	#sub_head .sub_text_1
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #FFA94A;
		font-size: 22px;
	}
	
	#sub_head .sub_text_2
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-size: 18px;
		margin-left: 60px;
	}
	
	#sub_head .sub_text_3
	{ 
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		/*font-style:italic;*/
		color: #FFFFFF;
	}

#sub_image
{
	background-color: #00519B;
	width: 190px;
	border-left: 1px solid #FFFFFF;
}

#sub_nav
{
	background-color: #97999B;
	width: 150px;
	text-align: left;
	border-right: 1px solid #FFFFFF;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	text-align: left;
	color: #FFFFFF;
	vertical-align: top;
}
	#sub_nav #title
	{
		font-weight: bold;
		background-image:   url("/images/dots_h_grey.gif");
		background-repeat: repeat-x;
		background-position: left bottom;
		padding-bottom: 5px;
	}
	
	#sub_nav li
	{
		margin-left: -25px;
		padding-bottom: 5px;
	}

	#sub_nav a 
	{
		color: #FFFFFF;
		text-decoration: none;
		padding-bottom: 5px;
	}
	
	#sub_nav a:hover
	{
		color: #FFA94A;
	}
	
	#sub_nav .selected
	{
		color: #FFA94A;
		font-weight: bold;
	}

#feature_content ol li
{
	padding-top: 8px;
}
	
#feature_content li
{
	padding-bottom: 5px;
}

#content
{
	float: right;
	width: 510px;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
}

#content .title
{
	color: #00519B;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	background-image:   url("/images/dots_h_blue.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}

#content_nav
{
	color: #006FBA;
	padding-top: 5px;
	padding-bottom: 10px;
}

#content_nav a
{
	color: #006FBA;
	text-decoration: none;
}

#content_nav a:hover
{
	text-decoration: underline;
}

.dots
{
	background-image:   url("/images/dots_h_blue.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 30px;
}

.main_sub_menu
{
	background-color: #006FBA; /*  */
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 15px;
	color: #FFFFFF;
	text-align: left;
	width: 150px;
	vertical-align: top;
}

	.main_sub_menu a
	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		display: block;
		font-size: 9px;
		padding-bottom: 5px;
	}
	
	.main_sub_menu a:hover
	{
		color: #FD9C20;
	}
	
.side_sub_menu
{
	background-color: #FD9C20;
	border: 1px solid #FFFFFF;
	padding: 15px;
	width: 150px;
	color: #FFFFFF;
	text-align: left;
}

	.side_sub_menu a
	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 10px;
		display: block;
		padding-bottom: 5px;
	}
	
	.side_sub_menu a:hover
	{
		color: #00519B;
	}
	
.info_table
{
	width: 100%;
	border: 1px solid #00519B;
}	

.info_table th
{
	padding: 5px;
	vertical-align: top;
	text-align: left;
	background-color: #00519B;
	color: #FFFFFF;
}

.info_table td
{
	padding: 5px;
	vertical-align: top;
}

.info_table .col_1
{
	background-color: #5995d3;
}

.info_table .col_2
{
	background-color: #FFFFFF;
}

.contenttabs
	{
	}

.contenttabon, .contenttaboff
	{
	font-size: 9px;
	color: #00428C;
	border: 1px solid #7FA8CD;
	padding: 4px;
	}

.contenttabon
	{
	border-bottom: 0;
	background: #ffffff url('/images/tab-bg.jpg') repeat-x;
	}
	
.contenttaboff
	{
	background-color: #E5F0F8;
	}	

.contenttabon a, .contenttaboff a
	{
	text-decoration: none;
	color: #00428C;
	}
	
.contenttabon a:hover, .contenttaboff a:hover
	{
	text-decoration: none;
	color: #FD9C20;
	}

.contenttab
{
	color: #1D5595;
	text-decoration: underline;
}

.contenttab:hover
{
	text-decoration: underline;
}


/* ****************************** */
/* WebSolvers Framework Classes */
/* ****************************** */

.pageheader { font-size: 17pt; color: #00519B; font-weight: bold; }
.sectionheader 
{
	color: #00519B;
	font-size: 13pt;
	font-weight: bold;
	padding-bottom: 5pt;
	background-image:   url("/images/dots_h_blue.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}
.formtable	{ width: 100%; }
.datalabel { font-size: 10px; color: #000000; font-weight: bold;}
.label { font-size: 10px; color: #000000; font-weight: bold; white-space: nowrap;}
.datalabelsm { font-size: 9px; color: #000000; font-weight: bold;}
.databody { font-size: 10px; color: #000000; font-weight: regular;}
.databodysm { font-size: 9px; color: #000000; font-weight: regular;}

.gridseclabel { background-color: #000099; font-size: 10px; color: #FFFFFF; font-weight: bold; }
.gridseclabelsm { background-color: #000099; font-size: 9px; color: #FFFFFF; font-weight: bold; }

.gridhead {	font-size: 9px;	background-color: #cacaca; color: #000000; font-weight: bold;	text-decoration: none;}
.gridlabel { background-color: #0000cc; font-size: 10px; color: #FFFFFF; font-weight: bold; }
.gridlabel a { color: #ffffff; font-weight: regular; }
.gridlabelsm { background-color: #0000cc; font-size: 9px; color: #FFFFFF; font-weight: bold; }
.gridlabelsm a { color: #ffffff; font-weight: regular; }
.gridlabel a:hover { color: #FFFFFF; }
.gridbody { font-size: 10px; color: #000000; font-weight: regular;}
.gridbodyhl { background-color: #efefef; font-size: 10px; color: #000000; font-weight: regular;}

.supporttext  { font-size: 9px; color: #0000cc; font-weight: regular; }
.required { font-size: 9px; color: #cc0000; font-weight: regular; }
.notice { font-size: 9px; color: #cc0000; font-weight: bold; }
