body {
	background: url(../img/bg.gif) repeat;
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#Container {
	width: 810px;
	margin: 0px auto;
	background: url(../img/bg_shadow.gif) repeat-y;
	height: auto;
}

#Header {
	width: 768px;
	height: 237px;
	margin: 0 auto;
}

#Header h1 {
	display: none;
}
#Columns #ColLeft {
	float:left;
	width: 357px;
}
#Columns {
	width: 768px;
	margin: 0 auto;
	background: url(../img/bg_nav.gif) repeat-x top;
}
#Columns #ColRight {
	width: 411px;
	float: right;
	margin-bottom: 10px;
}
#ColLeft ul {
	list-style: none;
	margin: 0px;
	padding: 2.7em 0px 2.2em;
	font-size: 12px;
	font-weight: bold;
	color: #041d53;
}
#ColLeft ul li {
	display: inline;
	border-right: 1px solid #041d53;
	padding-right: 7px;
	padding-left: 7px;
}
#ColLeft ul li.last {
	padding-right: 0px;
	padding-left: 10px;
	border-right-style: none;
}
#Arrow {
	background: url(../img/bg_arrow_left.gif) no-repeat left;
	height: 201px;
	padding-left:6px;
	margin-left: 10px;
}

#Arrow p {
	height: 177px;
	margin: 0px;
	padding: 12px 10px;
	float: left;
	width: 290px;
	background: url(../img/bg_arrow_center.gif) repeat-x top;
}
#Arrow .arrowright {
	background: url(../img/bg_arrow_right.gif) no-repeat left;
	height: 201px;
	width: 25px;
	float: left;
}
img.certifications {
	clear: both;
	margin: 0 0px 10px 10px;
}
#Footer {
	background: url(../img/bg_footer.gif) repeat-x;
	height: 50px;
	padding-top: 10px;
}
#Footer p {
	text-align: center;
	font-size: 10px;
	padding: 0;
	margin: 0;
}
#Footer a {
	color: #333333;
}
#Arrow a {
	color: #333333;
	font-size: 0.94em;
	margin-left: 14.7em;
}
li a {
	color: #041D53;
	text-decoration: none;
}

li a:hover {
	color: #0B4DD5;
}

.onhome ul li.home a {color:#AA5500;}
