#columnLeft {float:left;
	padding-right:5px;
	padding-top:20px;
	width:200px;
}
#content {width:720px;float:left;margin-right:4px;}
/*#columnRight {width:326px;float:left; display:block;}*/

/*.content_top {display:block; height:20px; background-color: inherit; background-image: url(/img/content_bgTop630.png); background-repeat: no-repeat;}*/
.content_top{
	background-color:inherit;
	display:block;
	height:150px;
	width:700px;
}
/*.content_main {display:block; width:590px; background-color: inherit; background-repeat: repeat-y; padding-left:23px; padding-right:23px}*/
.content_main{
	background-color:inherit;
	background-image:url(/img/columnLeftBgrd.gif);
	background-position:left top;
	background-repeat:repeat-y;
	display:block;
	min-height:550px;
	padding:20px;
	width:700px;
}
* html .content_main{
	width:700px;
}
#content h1 {
	width:700px;
}
/*.content_bottom {display:block; height:50px; background-color: inherit; background-image: url(/img/content_bgBottom630.png); background-repeat: no-repeat;}*/

table{
	font-size: 12px;
	width: 100%;
	text-align: left;
	border: none;
	margin-bottom:10px;
	margin-top:0;
	color: #666666;
}
table thead tr td,
table thead tr td th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	border: none;
}
table tbody tr td
{
	padding: 8px;
	border: none;
	background-color: transparent;
}

table tbody tr th
{
	padding: 8px;
	border: none;
	background-color: #003570;

	font-weight:bold;
}





.contactLeft {
	width: 350px;
	float: left;
}
.contactRight {
	width: 350px;
	float: left;
}
