body * {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
}

#top_nav {
	width: 990px;
	margin: 0 auto;
}

#top_nav_line {
	background-image: url(../images/top_nav_line_bg.png);
	height: 13px;
	width: 100%;
}

#top_nav_logo_block {
	width: 100%;
	height: 102px;
	background: url(../images/top_nav_logo_block.png) repeat-x;
}

#top_nav_logo {
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}

#top_nav_login {
	background-image: url(../images/login_bg.png);
	width: 475px;
	height: 33px;
	float: right;
}

#top_nav_login_left {
	background-image: url(../images/login_left.png);
	height: 33px;
	width: 37px;
	float: left;
}

#top_nav_login_center {
	width: 393px;
	height: 26px;
	color: #FFF;
	margin-bottom: auto;
	margin-top: auto;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#top_nav_login_right {
	background-image: url(../images/login_right.png);
	height: 33px;
	width: 35px;
	float: right;
}

#top_nav_login input {
	width: 80px;
	height: 16px;
	border: 1px solid #1a608f;
	color: #1a608f;
}

#top_nav_login .login_button {
	height: 25px;
	width: 62px;
	color: white;
	background-image: url(../images/login_button_bg.png);
	border-style: none;
	padding-right: 13px;
	cursor: pointer;
	vertical-align: middle;
}

#top_nav_login .login_text {
	vertical-align: -2px;
}

#top_nav_menu {
	height: 40px;
	width: 450px;
	float: right;
	position: relative;
	top: 32px;
}

#top_nav_menu a {
	color: #666;
	font-size: 14px;
	display: block;
	width: 70px;
	height: 30px;
	text-decoration: none;
	padding-top: 10px;
	float: left;
}

#top_nav_menu a:hover {
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat center bottom;
}

#page_title {
	font-size: 16px;
	color: #7B7B7B;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	border-top: 1px solid silver;
	width: 960px;
	height: 40px;
	padding-top: 10px;
	margin: 30px auto;
}

#footer_link, #footer_copyright {
	text-align: left;
	float: left;
	height: 20px;
	width: 740px;
	padding-left: 10px;
}

#footer_top {
}

#footer_top a {
	text-decoration: none;
	color: #5f5f5f;
}

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

#footer_link a {
	text-decoration: none;
	color: #4c4c4c;
}

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

#ajax_loading_message {
	display: none;
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 9999;
	color: #fff;
	background-color: #ff5d5d;
	height: 18px;
	width: 100px;
	border: 1px solid #FFF;
}

#ajax_response_msg {
	display: none;
	position: absolute;
	top: 0px;
	left: 0.5%;
	z-index: 9998;
	color: #fff;
	background-color: #ff7c00;
	height: 20px;
	width: 99%;
	border: 1px solid #FFF;
	padding-top: 8px;
}
