html
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
body
	{
	margin: 8px;
	font-family: arial, sans-serif;
	font-size: 12px;
	}
h1
	{
	font-size: 16px;
	}
h2
	{
	font-size: 14px;
	}
h3
	{
	font-size: 12px;
	}
a img
	{
	border: 0px;
	}

div
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}


div.overall
	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 960px;
	}
div.header_left_outer
	{
	width: 150px;
	height: 130px;
	float: left; 
	background: URL(images/website/world_logo.jpg) no-repeat;
	}
div.header_right_outer
	{
	width: 150px;
	height: 130px;
	float: right;
	background: URL(images/website/compass_logo.jpg) no-repeat;
	}
div.header_left_inner
	{
	width:  92px;
	height: 130px;
	float: left;
	background: URL(images/website/header_left.jpg) no-repeat;
	}
div.header_right_inner
	{
	width:  92px;
	height: 130px;
	float: right;
	background: URL(images/website/header_right.jpg) no-repeat;
	}
div.header
	{
	text-align: center;
	height: 130px;
	background: URL(images/website/header_middle.jpg) repeat-x;
	}
div.left_side
	{
	width: 150px;
	float: left;
	text-align: left;
	background: URL(images/website/background_side_bar.jpg) repeat-x;
	min-height: 454px;
	height: auto !important;
	height: 454px;
	}
div.right_side
	{
	width: 150px;
	float: right;
	text-align: left;
	background: URL(images/website/background_side_bar.jpg) repeat-x;
	min-height: 454px;
	height: auto !important;
	height: 454px;
	}
div.left_side p, div.right_side p
	{
	padding: 15px 5px 0px 5px;
	}
div.content
	{
	margin-left: 182px;
	margin-right: 182px;
	padding-top: 15px;
	text-align: left;
	background: URL(images/website/background_middle.jpg) repeat-x 0px 0px;
	min-height: 454px;
	height: auto !important;
	}
div.content_left
	{
	width: 32px;
	float: left;
	background: URL(images/website/background_left.jpg) no-repeat 0px 0px ;
	min-height: 454px;
	height: auto !important;
	height: 454px;
	}
div.content_right
	{
	width: 32px;
	float: right;
	background: URL(images/website/background_right.jpg) no-repeat;
	min-height: 454px;
	height: auto !important;
	height: 454px;
	}
div.menu
	{
	margin-left: 250px;
	margin-right: 250px;
	}
div.menu_items
	{
	padding: 20px 10px 0px 10px;
	}
a.menu_item
	{
	padding: 0px 7px 0px 7px;
	color: #004488;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	}
a.menu_item:link
	{
	color: #004488;
	}
a.menu_item:visited
	{
	color: #004488;
	}
a.menu_item:active
	{
	color: #004488;
	}
a.menu_item:hover
	{
	color: #2587c4;
	text-decoration: underline;
	}


div.link
	{
	height: 100px;
	width: 280px;
	padding: 5px;
	text-align: center;
	float: left;
	}

div.contact_form
	{
	width: 405px;
	float: right;
	margin-left: 20px;
	}
div.contact_form_small
	{
	width: 405px;
	margin: 0px auto;
	}
div.label
	{
	padding-top: 8px;
	width: 100px;
	float: left;
	text-align: right;
	}
div.field
	{
	padding-top: 5px;
	width: 300px;
	float: right;
	text-align: left;
	}
.warning
	{
	color: #ff0000;
	}




div.pop_over_base
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2000px;
	background: #444444;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	}

div.pop_over
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	z-index: 4;
	}
div.pop_over img
	{
	z-index: 5;
	}


div.gallery_image
	{
	width: 160px;
	height: 140px;
	padding: 10px;
	float: left;
	text-align: center;
	}
div.gallery_image_small
	{
	width: 140px;
	padding: 10px 0px;
	float: left;
	text-align: center;
	}

div.floatfix
	{
	width: 100%;
	float: left;
	line-height: 1.2;
	}


div.link_list
	{
	text-align: center;
	margin: auto;
	font-size: 16px;
	}
div.link_list a
	{
	padding-left: 5px;
	padding-right: 5px;
	}
div.link_list img
	{
	vertical-align: middle;
	}

div.footer
	{
	font-size: 10px;
	color: #004488;
	}
div.footer a
	{
	color: #004488;
	}


tr.RowEven td, tr.RowOdd td
	{
	padding: 3px 8px;
	}

tr.RowEven, tr.RowOdd, th
	{
	padding: 3px 8px;
	}

tr.RowEven
	{
	background-color: #d4ebf9;
	}
tr.RowOdd
	{
	background-color: #ffffff;
	}


th
	{
	padding: 3px 2px;
	color: #ffffff;
	background-color: #47a4dd;
	}




