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

.body_table
{
	border:					2px solid #B20000;
	margin:					0px auto;
	padding:				0px;
	text-align:				left;
	width: 					775px;
	vertical-align:			top;
}

	.body_table td
	{
		vertical-align:	top;
	}

.tab_container
{
	background-image:	url(./main_images/bg_menu.jpg);
	background-repeat:	no-repeat;
	background-position:top left;
	background-color:	#FF0000;
	vertical-align:		top;
}	

.tab_table
{
	cursor:				default;
	font-size: 			15px;
	font-family: 		"trebuchet ms", "lucida sans", Verdana, arial, helvetica, sans-serif;
	font-weight: 		bold;
	margin: 			0px 0px;
	margin-top: 		20px;
	/*if you want tabs centered, add 'margin-right: auto;' here*/
	padding:			0px;
	text-align:			left;
	text-decoration:	none;
	vertical-align:		top;
	width:				100%;
}

.tab_tr
{
	
}

.tab_td, .tab_td a:link, .tab_td a:visited, .tab_td a:active
{
	border-bottom:		1px solid #CCCCCC;
	color: 				#CCCCCC;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		2px;
	text-decoration:	none;
}

	.tab_td a:hover
	{
		color: 			white;
	}
	
.tab_td_selected, .tab_td_selected a:link, .tab_td_selected a:visited, .tab_td_selected a:active, .tab_td_selected a:hover
{
	border-bottom:		1px solid #CCCCCC;
	border-left:		2px solid white;
	color: 				white;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		2px;
	text-decoration:	none;
}

.header
{
	color: 				black;
	height:				150px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-size: 			9px;
	letter-spacing:		0px;
	margin:				0px;
	padding:			0px;
	text-align:			left;
	vertical-align:		middle;
}
		.header td
		{
			background-image:	url(./main_images/bg_header.jpg);
			background-repeat:	no-repeat;
			background-position:center left;
			vertical-align:		middle;
		}
		
h1
{
	/*border-bottom:		1px solid #336699;*/
	color: 				#B20000;
	font-size: 			16px;
	font-family: 		"trebuchet ms", "lucida sans", Verdana, arial, helvetica, sans-serif;
	font-weight: 		bold;
	/*font-variant:		small-caps;*/
	font-weight: 		bold;
	letter-spacing:		0px;
	margin:				0px;
	margin-bottom:		10px;
	margin-right:		15px;
	padding:			0px;
	padding-top:		5px;
	padding-left:		10px;
	text-align:			left;
	text-transform:		none;
}

h2
{
	/*background-image:	url(./main_images/bg_h2.jpg);
	background-repeat:	repeat;
	background-position:top left;*/
	/*background-color:	#D9E8F4;*/
	border-bottom:		2px solid #E4E4E4;
	color: 				#0068B3;
	font-family: 		"trebuchet ms", "lucida sans", Verdana, arial, helvetica, sans-serif;
	font-size: 			11pt;
	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: 				#0068B3;
		text-decoration:	none;
	}

	h2 a:hover
	{
		color:				blue;
		text-decoration:	underline;
	}

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;
	}
	
p
{
	font-size:			12px;
	margin-top:			10px;
	margin-bottom:		10px;
	text-align: 		justify;
}

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

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

	img.right
	{
		border:			1px solid #000000;
		float:			right;
		margin-left:	15px;
	}
	
	img.left
	{
		border:			1px solid #000000;
		float:			left;
		margin-right:	15px;
	}
	
	a img
	{
		border:			1px solid #000000;
		margin:			0px auto;
	}

ul
{
	font-size:			12px;
	list-style-position:outside;
	list-style-type:	disc;
	margin-top:			0px;
	margin-left:		20px;
}

.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:	#B20000;
	font-size: 			16px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	color: 				white;
	font-weight: 		bold;
	text-align:			left;
	border: 			1px solid #E4E4E4;
	padding: 			0px;
	padding-left: 		10px;
	margin: 			0px;
}

.table_header, .table_header td
{
	background-color:	#DDDDDD;
	font-size: 			14px;
	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: 			12px;
	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:	#E4E4E4;
	font-size: 			12px;
	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-color:	red;
	color: 				white;
	height:				20px;
	font-family: 		verdana, sans-serif, arial, helvetica;
	font-size: 			9px;
	letter-spacing:		0px;
	margin-top:			0px;
	margin-bottom: 		0px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			0px;
	text-align:			center;
	width:				775px;
}

	.footer td
	{
		vertical-align:	middle;
	}
	
	.footer a:link, .footer a:visited, .footer a:active, .footer a:hover
	{
		color:			white;
	}