body, p, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

body#orange_col {
	background: url(/i/body_bg_or.jpg) repeat-x top;
}
body#blue_col {
	background: url(/i/body_bg_bl.jpg) repeat-x top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: 00376a;
}

li {
	margin-left: 20px;
}

.clear {
	clear: both;
}

/* header */
#header {
	margin-bottom: 0px;
}
#navigation {
	height: 39px;
	width: 960px;
	margin: auto;
	margin-bottom: 20px;
}
#navigation li {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(/i/nav_left.jpg) no-repeat left top;
	list-style: none;
	margin-left: 0;
	margin-right: 7px;
}
#navigation li a {
	float: left;
	display: block;
	background: url(/i/nav_right.jpg) no-repeat right top;
	line-height: 39px;
	text-decoration: none;
	color: #00376b;
	padding: 0 32px;
}
#navigation li a:hover {
	color: #f17100;
}
#navigation li.active {
	background: url(/i/nav_active_left.jpg) no-repeat left top #e73634;
}
#navigation li.active a {
	background: url(/i/nav_active_right.jpg) no-repeat right top;
	color: #fff;
}
/* orange active*/
#orange_col #navigation li.active {
	background: url(/i/nav_active_left_or.jpg) no-repeat left top #f17100;
}
#orange_col #navigation li.active a {
	background: url(/i/nav_active_right_or.jpg) no-repeat right top;
}
/* */
/* blue active*/
#blue_col #navigation li.active {
	background: url(/i/nav_active_left_bl.jpg) no-repeat left top #00376a;
}
#blue_col #navigation li.active a {
	background: url(/i/nav_active_right_bl.jpg) no-repeat right top;
}
/* */

#head table td {
	height: 58px;
	vertical-align: middle;
	text-align: center;
	border-right: solid 1px #e2e2e2;
}
#head table td.last {
	border: none;
}


