@CHARSET "ISO-8859-1";
#body {
	height: 100%;
	background-color: #003366;
	color: #7E7EBB;
	font: 70%/140% tahoma, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
#page_header {
	width: 780px;
	height: 113px;
	color: #fff;
	background:#9e9ec3;
	overflow: hidden;
	margin-right: 0px;
}

#page_header a {
	color: #fff;
	text-decoration: none;
}

#page_header a:hover {
	color: #e1e1e1;
}

#page_heading {
	width: 50px;
	height: 75px;
	float: left;
}

#page_heading h1 {
	width: 320px;
	height: 80px;
	background: url('/images/company_name.gif') no-repeat 6px 6px;
	float: left;
}

#page_heading h2 {
	width: 190px;
	height: 16px;
	background: url('/images/company_punchline.jpg') no-repeat 6px 2px;
	float: left;
	clear: both;
}

#page_headerlinks {
	padding-right: 20px;
	padding-top: 25px;
	width: 325px;
	float: right;
	text-align: left;
	word-spacing: -1px;
}

#page_headerlinks1 {
	padding-right: 10px;
	padding-top: 25px;
	width: 375px;
	float: right;
	text-align: left;
	word-spacing: -1px;
}

#page_headerlinks ul {
	list-style-type: none;	
}

#page_headerlinks li {
	padding: 0px 10px 0px 9px;
	float: left;
	list-style-type: none;
	background: url('/images/header_toplinks_div.gif') no-repeat 100% 3px;
}

#page_headerlinks li.last {
	padding-right: 0px;
	background: none;
}

/* Main Navigation Menu */

#page_menu {
	margin-left: 0px;
	margin-bottom: 1px;
	width: 780px;
	height: 21px;
}

#page_menu ul {
	width: 780px;
	
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	
	margin-right:2px;
	width: 120px;
	height: 21px;
	float: left;
	background: url('/images/menu_background.gif') repeat-x  0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#page_menu li.last {
	margin-right: 0px;
	width: 130px;
}


#page_menu a {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover {
	color: #e1e1e1;
}

