body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#main {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
#main a {
	color: #093054;
}

#main #header {
	margin-right: auto;
	margin-left: auto;
	width: 972px;
	height: 280px;
	background-color: #FFFFFF;
	background-image: url(imgs/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main #header #slogan {
	padding-top: 70px;
	padding-left: 60px;
}
#main #header #menu {
	padding-top: 59px;
	padding-left: 171px;
}
#main #content {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
}
#main #content #left_column {
	width: 279px;
	float: left;
}
#main #content #left_column #left_marg {
	width: 233px;
	margin-right: auto;
	margin-left: auto;
}

#main #content #right_column {
	width: 693px;
	float: left;
}
#main #content #right_column #rght_marg {
	width: 670px;
}
#main #content #right_column #rght_marg #rght_clmn_cont {
	background-color: #f3f2ed;
	background-image: url(imgs/cont_bg_img.gif);
	background-repeat: repeat-y;
	padding-right: 12px;
	padding-left: 12px;
}
#main #content #right_column #rght_marg #rght_clmn_cont #mike {
	float: right;
	background-image: url(imgs/mike_bg.gif);
	width: 335px;
}
#main #content #sub_cont {
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imgs/subcont_bg_img.gif);
}
#main #content #sub_cont #faq {
	text-align: justify;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}





#main #footer {
	height: 125px;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imgs/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center 36px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#main #footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#tblheader {
	overflow: hidden;
	height: 26px;
}

#tblheader table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D6CCBB;
	border-left-color: #D6CCBB;
	background-color: #EAE3D6;
}
#tblheader td {

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6CCBB;
}
#tbl {
	height: 350px;
	overflow: auto;
}

#tbl table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D6CCBB;
	border-left-color: #D6CCBB;
}
#tbl td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D6CCBB;
	border-bottom-color: #D6CCBB;
}



h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2376ba;
	margin-top: 0px;
	margin-bottom: 6px;
}
h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #be0000;
	margin: 0px;
}
h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #093054;
	margin-top: 0px;
}
h4 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #be0000;
	margin: 0px;
}
h5 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #be0000;
	margin: 0px;
}
.pict_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #3c3c3c;
	text-align: right;
	margin-top: 6px;
}
.tbl {
	border: 1px solid #CBBEA9;
}
.brdr_01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6ccbb;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d6ccbb;
}
.brdr_02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6ccbb;
}
.normal {
	font-weight: normal;
}
.brdr_01_1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d6ccbb;
}
.tblheadbg {
	background-color: #EAE3D6;
}
#unknown table {

	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D6CCBB;
	border-left-color: #D6CCBB;
}
#unknown td {

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D6CCBB;
	border-bottom-color: #D6CCBB;
}

.contactForm #error{
	color: red;
	font-weight: bold;
	font-size: 120%
}