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

.body_table
{
	/*background-color:	#006FBB;*/
	background-image:	url(./main_images/bg_body_table.jpg);
	background-repeat:	repeat-y;
	border:				2px solid #C5C6C8;
	margin:				0px auto;
	padding:			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:			-35px;
	margin-bottom: 		0px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			0px;
	text-align:			left;
	width:				765px; /*MH: I had to hardcode the width because dummy IE won't interpret the margins properly*/
}

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

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

.tab_table
{
	background-color:	#FFFFFF;
	border-top:			2px solid #003768;
	border-bottom:		2px solid #003768;
	color: 				#0465EA;
	cursor:				default;
	font-size: 			9pt;
	font-family: 		"trebuchet ms", "lucida sans", Verdana, arial, helvetica, sans-serif;
	font-weight: 		normal;
	margin: 			0px;
	padding:			0px;
	text-align:			center;
	width:				100%;
	vertical-align:		middle;
}

		.tab_spacer
		{
			width: 				5px;
		}
		
		.tab_side_push
		{
			width: 				75px;
		}
		
		.tab_middle_enabled, .tab_middle_enabled a:link, .tab_middle_enabled a:visited, .tab_middle_enabled a:hover, .tab_middle_enabled a:active
		{
			color: 				#003768;
			cursor:				pointer;
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		2px;
			padding-right:		2px;
			text-decoration: 	none;
		}
		
		.tab_middle_disabled
		{
			background-color:	#FFFFE1;
			color: 				#E4E4E4;
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		2px;
			padding-right:		2px;
		}
		
		.tab_middle_selected, .tab_middle_selected a:link, .tab_middle_selected a:visited, .tab_middle_selected a:hover, .tab_middle_selected a:active
		{
			background-color:	#003768;
			color: 				white;
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		2px;
			padding-right:		2px;
			text-decoration: 	none;
		}	

		.tab_left_enabled
		{
			/*background-image:	url(./main_images/bg_tab_left_enabled.gif);
			background-position:top right;*/
			cursor:				pointer;
			width:	 			8px;
		}
		
		.tab_left_disabled
		{
			background-image:	url(./main_images/bg_tab_left_disabled.gif);
			background-position:top right;
			width:	 			8px;
		}
		
		.tab_left_selected
		{
			/*background-image:	url(./main_images/bg_tab_left_selected.gif);
			background-position:top right;*/
			width:	 			8px;
		}
		
		.tab_right_enabled
		{
			/*background-image:	url(./main_images/bg_tab_right_enabled.gif);
			background-position:top left;*/
			cursor:				pointer;
			width:	 			8px;
		}
		
		.tab_right_disabled
		{
			background-image:	url(./main_images/bg_tab_right_disabled.gif);
			background-position:top left;
			width:	 			8px;
		}
		
		.tab_right_selected
		{
			/*background-image:	url(./main_images/bg_tab_right_selected.gif);
			background-position:top left;*/
			width:	 			8px;
		}

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

		.header td
		{
			vertical-align:		top;
		}
		
h1
{
	color: 				#003768;
	font-family: 		georgia, palatino, "times new roman", arial, helvetica, sans-serif;
	font-size: 			14pt;
	font-style:			italic;
	font-weight: 		normal;
	letter-spacing:		0px;
	margin:				0px;
	margin-bottom:		10px;
	margin-right:		15px;
	padding:			0px;
	padding-left:		25px;
	text-align:			left;
	text-transform:		none;
}

	h1 img
	{
		margin:				0px;
		margin-bottom:		-1px;
		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: 				#777777;
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			10pt;
	font-weight: 		bold;
	letter-spacing:		0px;
	margin:				0px;
	margin-left:		5px;
	padding:			0px;
	padding-left: 		10px;
	text-decoration:	none;
}

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

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

h3
{
	background-image:	url(./main_images/bg_h3.jpg);
	background-repeat:	repeat-y;
	background-position:bottom left;
	background-color:	#E4E4E4;
	font-family:		georgia, palatino, times, arial, helvetica, sans-serif;
	font-size:			8pt;
	font-style:			italic;
	margin:				0px;
	margin-left:		250px;
	padding:			0px;
	padding-right:		170px;
	text-align:			right;
}

	p.under_h2
	{
		margin-left:	25px;
	}
	
h4
{
	background-image:	url(./main_images/bg_h3.jpg);
	background-repeat:	repeat-y;
	background-position:bottom left;
	background-color:	#E4E4E4;
	font-family:		georgia, palatino, times, arial, helvetica, sans-serif;
	font-size:			15pt;
	font-style:			italic;
	margin:				0px;
	margin-left:		250px;
	padding:			0px;
	padding-right:		170px;
	text-align:			right;
}

	p.under_h2
	{
		margin-left:	25px;
	}
p
{
	margin-top:			10px;
	margin-bottom:		10px;
	text-align: 		justify;
}

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

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

	img.right
	{
		border:			1px solid #C5C6C8;
		float:			right;
		margin-left:	15px;
	}
	
	img.left
	{
		border:			1px solid #C5C6C8;
		float:			left;
		margin-right:	15px;
		margin-left:	15px;
	}

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: 	transparent;
	border:				1px 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;*/
	color: 				#003768;
	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: 				#003768;
		text-decoration:	underline;
	}

	.footer a:hover
	{
		color:				#003768;
		text-decoration:	underline;
	}
