pbody
{
	/*background-image: 		url(main_images/bg_body.jpg);
	background-repeat:		repeat;*/
	background-color:		#E4E4E4;
	color: 					black;
	font-size: 				9pt;
	font-family: 			verdana, sans-serif, arial, helvetica;
	margin:					0px;
	padding:				0px;
	text-align:				center;
}

.body_table
{
	background-color:	#FFFFFF;
	border:				1px solid #B0B1B1;
	margin:				0px auto;
	margin-top:			0px;
	padding-top:			0px;
	text-align:			left;
	width: 				775px; /* ie the width of the site */
}

.tab_bottom
{
	/*background-color:	white;
	background-image:	url(./main_images/bg_tab_bottom.gif);
	background-repeat:	repeat-x;*/
	background-position:top center;
	border:				0px solid #FFFFFF;
	height:				20px;
	margin-top:			0px;
	margin-bottom: 		0px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			0px;
	position:			relative;
	text-align:			left;
	top:				0px;
	width:				775px; /*MH: I had to hardcode the width because dummy IE won't interpret the margins properly*/
	z-index: 			100;
}

	.tab_bottom_td
	{
		padding:		5px;
		padding-left:	60px;
	}

.tab_div
{
	margin:				0px;
	padding:			0px;
	position: 			relative;
	z-index: 			101;
	text-align: 		left; 	/*if you want tabs centered, change this to center*/
	top:				0px;
}

.tab_table
{
    /*background-image:   url(main_images/tab_bg.jpg);*/
	background-repeat:	repeat;
	color: 				#D9E8F4;
	cursor:				default;
	font-size: 			9pt;
	font-family: 		"trebuchet ms", "lucida sans", Verdana, arial, helvetica, sans-serif;
	font-weight: 		bold;
	border-top:			0px solid #0068B3;
	border-bottom:		0px solid #0068B3;
	border-left:		0px solid #0068B3;
	border-right:		0px solid #0068B3;
	margin-left:		15px;
	margin-right:		0px;
	margin-bottom:		0px;	/*if you want tabs centered, add 'margin-right: auto;' here*/
	margin-top:		    0px;
	padding-top:		0px;
	padding-left:		1px;
	text-align:			left;
	vertical-align:		top;
	/*width:				100%;*/
}

.tab_td
{
   /*background-color:	#FFFFFF;*/
			border-top:			0px solid #FFFFFF;
			border-bottom:		0px solid #FFFFFF;
			color: 				#2E3192;
			cursor:				pointer;
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		0px;
			padding-right:		0px;
			margin-left:		0px;
			margin-right:		0px;
			text-decoration: 	none;
			height:				30px;
			width:				50px;
}

		.tab_td_enabled, .tab_td_enabled a:link, .tab_td_enabled a:visited, .tab_td_enabled a:hover, .tab_td_enabled a:active
		{
			/*background-color:	#FFFFFF;*/
			border-top:			0px solid #999999;
			border-bottom:		0px solid #999999;
			color: 				#2E3192;
			cursor:				pointer;
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		5px;
			padding-right:		12px;
			text-decoration: 	none;
			height:				30px;
		}
		
		.tab_td_disabled
		{
			/*background-color:	#FFFFFF;*/
			border-top:			0px solid #FFFFB1;
			border-bottom:		0px solid #999999;
			color: 				#E4E4E4;
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		5px;
			padding-right:		12px;
			height:				30px;
		}
		
		.tab_td_selected, .tab_td_selected a:link, .tab_td_selected a:visited, .tab_td_selected a:hover, .tab_td_selected a:active
		{
			/*background-color:	#FFFFFF;*/
			border-top:			0px solid #0068B3;
			border-bottom:		0px solid #999999;
			color: 				#2E3192;
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		5px;
			padding-right:		12px;
			text-decoration: 	none;
			height:				30px;
		}
		
		.tab_td_mo, .tab_td_mo a:link, .tab_td_mo a:visited, .tab_td_mo a:hover, .tab_td_mo a:active
		{
			/*background-color:	#E9F1F9;*/
			border-top:			0px solid #999999;
			border-bottom:		0px solid #999999;
			color: 				#82827F;
			cursor:				pointer;
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		5px;
			padding-right:		12px;
			text-decoration: 	none;
			height:				30px;
		}	

		


.header
{
	background-color:	white;
	background-image:	url(./main_images/header.jpg);
	background-repeat:	no-repeat;
	background-position:top left;
	color: 				black;
	height:				89px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-size: 			9px;
	letter-spacing:		0px;
	margin-left:		0px;
	padding:			0px;
	text-align:			center;
	vertical-align:		middle;
}

		.header td
		{
			vertical-align:		top;
		}

		
 a:link,  a:visited, h2 a:active
	{
		color: 				#335A73;
		text-decoration:	underline;
	}

a:hover
	{
		color:				#335A73;
		text-decoration:	none;
	}


h1
{
	/*background-image:	url(./main_images/bg_h2.jpg);
	background-repeat:	repeat;
	background-position:top left;*/
	/*background-color:	#D9E8F4;*/
	/*border-bottom:		1px solid #C5C6C8;*/
	color: 				#75A7C6;
	font-family: 		Arial;
	font-size: 			20pt;
	font-weight: 		normal;
	letter-spacing:		0px;
	margin-left:		7px;
	margin-top: 		25px;
	margin-bottom:      0px;
	padding:			6px;
	padding-left: 		6px;
	text-decoration:	none;
	text-align:         left;
}

	h1 img
	{
		margin:				0px;
		margin-bottom:		0px;
		padding:			0px;
	}

h2
{
	/*background-image:	url(./main_images/bg_h2.jpg);
	background-repeat:	repeat;
	background-position:top left;*/
	/*background-color:	#D9E8F4;*/
	/*border-bottom:		1px solid #C5C6C8;*/
	color: 				#2E3192;
	font-family: 		Arial;
	font-size: 			12pt;
	font-weight: 		bold;
	letter-spacing:		0px;
	margin-left:		7px;
	margin-top: 		6px;
	margin-bottom:      0px;
	padding:			6px;
	padding-left: 		6px;
	text-decoration:	none;
	text-align:         left;
}

	h2 a:link, h2 a:visited, h2 a:active
	{
		color: 				#777777;
		text-decoration:	none;
	}

	h2 a:hover
	{
		color:				#003768;
		text-decoration:	none;
	}

h3
{
	font-family:		Arial;
	font-size:			8pt;
	font-style:			italic;
	margin:				0px;
	margin-left:		0px;
	padding:			0px;
	padding-right:		0px;
	text-align:			right;
}

	p.under_h2
	{
		margin-left:	25px;
	}
h4
{
	/*background-image:	url(./main_images/bg_h2.jpg);
	background-repeat:	repeat;
	background-position:top left;*/
	/*background-color:	#D9E8F4;*/
	/*border-bottom:		1px solid #C5C6C8;*/
	color: 				#858383;
	font-family: 		Arial;
	font-size: 			9pt;
	font-weight: 		bold;
	letter-spacing:		0px;
	margin:				0px;
	margin-left:		5px;
	padding:			6px;
	padding-left: 		12px;
	text-decoration:	none;
	text-align:         left;
}

	h4 a:link, h4 a:visited, h4 a:active
	{
		color: 				#858383;
		text-decoration:	Underline;
	}

	h4 a:hover
	{
		color:				#2E3192;
		text-decoration:	none;
	}
	
h5
{
	color: 				#858383;
	font-family: 		"Courier New";
	font-size: 			12pt;
	/*font-weight: 		bold;*/
	letter-spacing:		1px;
	margin:				0px;
	margin-left:		0px;
	padding:			6px;
	padding-left: 		12px;
	text-decoration:	underline;
	text-align:         left;
}


h6
{
	/*background-image:	url(./main_images/bg_h2.jpg);
	background-repeat:	repeat;
	background-position:top left;*/
	/*background-color:	#D9E8F4;*/
	/*border-bottom:		1px solid #C5C6C8;*/
	color: 				#2E3192;
	font-family: 		Arial;
	font-size: 			18pt;
	font-weight: 		bold;
	letter-spacing:		0px;
	margin-left:		5px;
	margin-top: 		50px;
	margin-bottom:      0px;
	padding:			6px;
	padding-left: 		6px;
	text-decoration:	none;
	text-align:         left;
}
h7
{
	/*background-image:	url(./main_images/bg_h2.jpg);
	background-repeat:	repeat;
	background-position:top left;*/
	/*background-color:	#D9E8F4;*/
	/*border-bottom:		1px solid #C5C6C8;*/
	color: 				#2E3192;
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			14pt;
	font-weight: 		normal;
	letter-spacing:		5px;
	margin:				0px;
	margin-left:		5px;
	padding:			0px;
	padding-left: 		160px;
	text-decoration:	none;
	text-align:         centre;
}
	
p
{
	margin-top:			10px;
	margin-bottom:		10px;
	margin-right:       10px;
	margin-left:        10px;
	text-align: 		left;
	font-size:		12pt;
}

	sub, sup
	{
		font-size:		6pt;
	}
	
img
{
}

	img.normal
	{
		border:			0px solid #C5C6C8;
		margin:			0px auto;
	}

	img.right
	{
		border:			0px solid #C5C6C8;
		float:			right;
		margin-right:	0px;
		margin-left:	0px;

	
	}
	
	img.left
	{
		border:			0px solid #C5C6C8;
		float:			left;
		margin-right:	0px;
		margin-left:	0px;
		margin-top:		0px;
		margin-bottom:	0px;
	}

ul
{
	list-style-position:inside;
	list-style-type:	square;
	margin-top:			0px;
}

.gmap
{
	text-align:			left;
	vertical-align:		top;
	width: 				230px;
}

input, select, textarea
{
	background-color: 	#F6FDFD;
	border:				1px solid #7F9DB9;
	font-size: 			8pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-weight: 		normal;
}
    input.check
    {
	    background-color: 	#FFFFFF;
		border:				none;
		font-size: 			8pt;
		font-family: 		verdana, sans-serif, arial, helvetica;
		font-weight: 		normal;
    }

.submit
{
	background-image: 	url(./main_images/submit.jpg);
	border:				0px solid #7F9DB9;
	font-size: 			8pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-weight: 		normal;
}
option
{
	background-color: 	white;
	font-weight: 		normal;
}

form
{
	margin:				0px;
	padding:			0px;
}

.table_with_border
{
	border:				1px solid #E4E4E4;
	margin-bottom:		5px;
	border-collapse:	collapse;
}

.table_title, .table_title td
{
	background-color:	#DDEDFF;
	height:				30px;
	max-height:			30px;
	font-size: 			12pt;
	font-family: 		georgia, palatino, "times new roman", arial, helvetica, sans-serif;
	color: 				black;
	font-weight: 		bold;
	text-align:			left;
	vertical-align:		middle;
	border: 			1px solid #E4E4E4;
	padding: 			0px;
	padding-left: 		10px;
	margin: 			0px;
}

.table_header, .table_header td
{
	background-color:	#E4E4E4;
	font-size: 			10pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	color: 				black;
	font-weight: 		bold;
	text-align:			center;
	vertical-align:		middle;
	border: 			1px solid white;
	padding: 			2px;
	margin: 			0px;
}

.table_row, .table_row td
{
	font-size: 			8pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	color: 				black;
	text-align:			left;
	vertical-align:		middle;
	padding: 			2px;
	margin: 			0px;
}

.table_row_alt, .table_row_alt td
{
	background-color:	#F5F5F5;
	font-size: 			8pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	color: 				black;
	text-align:			left;
	vertical-align:		middle;
	padding: 			2px;
	margin: 			0px;
}

.message
{
	background-color:	#FFFFE1;
	border:				1px solid #E4E4E4;
	color: 				red;
	font-size: 			8pt;
	font-family: 		verdana, sans-serif, arial, helvetica;
	padding:			5px;
	margin:				5px;
	width:				97%;
}

.footer
{
	/*background-image:	url(./main_images/bg_footer.gif);
	background-repeat:	no-repeat;
	background-position:top center;*/
	background-color:   #69696A;
	color: 				#FFFFFF;
	height:				20px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-size: 			9px;
	letter-spacing:		0px;
	margin:				0px;
	padding:			0px;
	text-align:			center;
	vertical-align:		middle;
}

	.footer a:link, .footer a:visited, .footer a:active
	{
		color: 				#FFFFFF;
		text-decoration:	underline;
	}

	.footer a:hover
	{
		color:				#FFFFFF;
		text-decoration:	none;
	}