body {
	margin: 0px;
	background-color: #e0e0e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#bg_home {
	width: 763px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/bg_home.gif);
	background-repeat: repeat-y;
}

#bg_inside {
	width: 763px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/bg_inside.gif);
	background-repeat: repeat-y;
}

#within_dropshadow {
	width: 755px;
	margin-left: 5px;
}

#footer {
	clear: both;
	width: 753px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/bg_bottom.gif);
	background-repeat: no-repeat;
	color: #777777;
	font-size: 10px;
	padding: 10px 5px 0px 5px;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #777777;
}
#footer a:hover {
	color: #999999;
}

#copyright {
	float: left;
}

#footer_links {
	float: right;
}

#logo_home {
	height: 224px;
	background-image: url(/images/people_top_home.jpg);
	background-repeat: no-repeat;
}

#logo_inside {
	height: 131px;
	background-image: url(/images/people_top_inside.jpg);
	background-repeat: no-repeat;
}

#top_menu {
	background-image: url(/images/top_menu_bg.gif);
	height: 30px;
}

#top_menu ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#top_menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.top_menu1 a:link,
.top_menu1 a:active,
.top_menu1 a:visited {
	background-image: url(/images/top_menu_bg.gif);
	padding: 8px 12px 8px 12px;
	border-left: 1px solid #d4d4d4;
	text-decoration: none;
	color: #434343;
	display: block;
}

.top_menu1 a:hover {
	background-image: url(/images/top_menu_over_bg.gif);
	color: #ffffff;
}

#home_content {
	min-height: 350px;
}
* html #home_content {
	height: 350px;
}

#navigation {
	float: left;
	width: 162px;
}

#inside_content {
	margin-left: 160px;
	width: 570px;
	min-height: 350px;
	padding: 10px;
}
* html #inside_content {
	height: 350px;
}

#navigation_content {
	width: 100%;
	
}

#navigation ul {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 161px;
}

.menu1 {
	background-image: url(/images/menu1_bg.gif);
}

.menu1 a:link,
.menu1 a:active,
.menu1 a:visited {
	background-image: url(/images/menu1_bg.gif);
	display: block;
	width: 151px;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #d3d3d3;
	text-decoration: none;
	color: #434343;
}

.menu1 a:hover {
	background-image: url(/images/menu1_bg_on.gif);
	border-bottom: 1px solid #00399f;
	color: #ffffff;
}

.menu1_selected a:link,
.menu1_selected a:active,
.menu1_selected a:visited {
	background-image: url(/images/menu1_bg_on.gif);
	display: block;
	width: 151px;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #00399f;
	text-decoration: none;
	color: #ffffff;
}

.menu2 a:link,
.menu2 a:active,
.menu2 a:visited {
	background-color: #ffffff;
	display: block;
	width: 145px;
	padding: 4px 0px 4px 16px;
	border-bottom: 1px solid #f5f5f5;
	text-decoration: none;
	color: #09409c;
}

.menu2 a:hover,
.menu2_selected a:link,
.menu2_selected a:active,
.menu2_selected a:visited,
.menu2_selected a:hover {
	background-color: #ffffff;
	display: block;
	width: 145px;
	padding: 4px 0px 4px 16px;
	border-bottom: 1px solid #f5f5f5;
	text-decoration: none;
	color: #a60000;
}

#grip {
	clear: both;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 133px;
}