body {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
}

#header {
	height:150px;
	border:1px solid #000;
}

#header_left {
	text-align:left;
	vertical-align:middle;
	padding-left:30px;
}

#header_center {
	text-align:center;
	vertical-align:middle;
}

#header_right {
	text-align:right;
	vertical-align:middle;
	padding-right:30px;
}

#top {
	height:50px;
	background:#e3e3e3;
	border:1px solid #fff;
}

#top td {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	width:100px;
	background:#e3e3e3;
	vertical-align:middle;
	text-align:center;
}

#top a {
	text-decoration:none;
	font: bold 11px Tahoma;
	color:#000;
}

#top td:hover {
	background:#fff;
}

#left {
	width:300px;
	min-width:300px;
	padding:15px 0;
	background:#f1f1f1;
	border-right:1px solid #fff;
}

#left li {
	background:url(images/arrow.gif) left no-repeat;
	padding-left:13px;
	margin:15px;
}

#left li a {
	text-decoration:none;
	font: bold 11px Tahoma;
	color:#000;
}

#left li a:hover {
	color:#e5821e;
}

#left h4 {
	font: bold 1.2em Tahoma;
	color: #e5821e;
}

#left .spec {
	text-decoration:none;
	font: bold 11px Tahoma;
	color: #e5821e;
	margin-left:15px;
}

#content {
	min-width:500px;
	padding:20px 10px;
	font: 100% Tahoma;
	color:#676767;
}

#content h1 {
	font: bold 13px Tahoma;
	color: #273996;
	margin:10px 0;
}

#content h2 {
	font: bold 13px Tahoma;
	color: #000;
	margin:10px 0;
}

#content h3 {
	font: bold 17px Tahoma;
	color: #f5821f;
	margin:10px 0;
}

#content p {
	margin:10px 0;
}

#content a {
	color: #273996;
	text-decoration:underline;
}

#right {
	width:300px;
	min-width:300px;
	border-left:#e3e3e3 1px solid;
}

#right_menu {
	margin:10px;
	background:#f1f1f1;
	padding:15px 0;
}

#right_menu li {
	background:url(images/arrow.gif) left no-repeat;
	padding-left:13px;
	margin:15px;
}

#right_menu li a {
	text-decoration:none;
	font: bold 11px Tahoma;
	color:#000;
}

#right_menu li a:hover {
	color:#e5821e;
}

#right_menu h4 {
	font: bold 1em Tahoma;
	color: #e5821e;
}

#right_menu .spec {
	text-decoration:none;
	font: bold 11px Tahoma;
	color: #000;
	margin-left:15px;
}

#right_menu .spec:hover {
	color: #e5821e;
}

#right_adv div {
	background:#f5821f;
	font: bold 11px Tahoma;
	margin:1px 0;
	padding:10px;
	color:#fff;
}

#right_adv a {
	color:#fff;
	text-decoration:none;
}

#right_adv a:hover {
	color:#fff;
	text-decoration: underline;
}

#footer {
	height:50px;
	border-top:1px solid #fff;;
	background:#273996;
	color:#fff;
	font: 11px Tahoma;
}

#footer a {
	text-decoration: underline;
	color:#fff;
}

#footer div {
	float:left;
	margin:15px;
}

#phone {
	font:bold 22px "Arial Narrow";
	color:#263a97;
}