body {
	background-color: #fff;
	color: #e00000;
	font: 12px/12px "Courier New", Courier, mono;
	margin: 0;
}

img {border: 0;}
table, tr, td {border-collapse: collapse; padding: 0;}

.clear {clear: both;}

.container {width: 978px; margin: 0 auto;}

#navigation {
	height: 98px;
	overflow: hidden;
	background-color: #fff;
	text-align: right;
}

#navigation_divider {
	height: 55px;
	background: url(images/navigation_divider.gif) repeat-x 0 bottom;
	color: #666;
	font: 11px Helvetica, Arial, Geneva, sans-serif;
}

#logo {
	background-color: #fff;
	float: left;
	height: 90px;
	width: 440px;
	text-align: center;
}

#menu {
	float: right;
	width: 537px;
	padding: 6px 0 0 0;
	background: url(images/divider.gif) no-repeat right bottom;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 4px 3px 0 0;
	list-style: none;
}

#menu li {
	float: left;
	padding: 0 0 10px 0;
	margin: 0;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #6d8b95;
	height: 20px;
	margin: 0 0 0 15px;
	font: 12px/12px Helvetica, Arial, Geneva, sans-serif;
}

#menu a:hover {
	border-bottom: 2px solid #e5ecef;
}

#menu a:active {
	border-bottom: 2px solid #398194;
	color: #2c343e;
}

#content {
	overflow: hidden;
	margin: 0 auto;
	border-left: 2px solid #fff;
}

#splash {
	height: 250px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	overflow: hidden;
}

.ent_box {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	float: left;
	font: 12px/14px Helvetica, Arial, Geneva, sans-serif;
}

.h1 {height: 124px; overflow: hidden;}
.h2 {height: 250px;}
.w1 {width: 486px;}
.w2 {width: 974px;
}

.ent_img {
	width: 180px;
	border-right: 2px solid #fff;
	display: inline-block;
	float: left;
	min-height: 125px;
	overflow: hidden;
}

.ent_tex {
	padding: 5px 15px 5px 189px;
	color: #f7f7f7;
}

.ent_tex h1 {
	font: normal 23px/23px "HelveticaNeue-UltraLight", Arial Narrow, Helvetica, Geneva, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: 1px;
}

.ent_tex p {
	margin: 0 0 13px 0;
	padding: 0;
}

.ent_tex a, .ent_tex a:visited {
	color: #f7f7f7;
	font: small-caps 12px/12px Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	border: 1px solid #f7f7f7;
	padding: 0 3px 2px 3px;
	opacity: .5;
	text-transform: lowercase;
}

.ent_tex a:hover {
	color: #171717;
	border: 1px solid #515151;
	background-color: #fff;
	opacity: .95;
}

.contact_email a, .contact_email a:visited {
	color: #f7f7f7;
	opacity: 1;
	border: 0;
	padding: 0;
	font-variant: normal;
}

.contact_email a:hover {
	color: #fff;
	border: 0;
	background-color: #a7b2c1;
	opacity: 1;
	text-decoration: underline;
}





#copyright_divider {
	height: 10px;
	background: url(images/navigation_divider.gif) repeat-x 0 bottom;
}

#copyright {
	text-align: center;
	color: #6a9199;
	padding: 20px;
	clear: both;
	font: 9px/9px Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
}

#badiee {
	color: #b4c8cc;
}

#copyright a, #copyright a:visited {
	color: #6a9199;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}





