html, body {
	margin: 0px;
	padding: 0px:
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #fff;
}
#background {
	background: url(images/background_top.jpg) no-repeat center top;
	min-height: 600px;
	height: 600px;
	height: auto !important;
}
#background2 {
	background: #222 url(images/background_page.jpg) repeat-y center top;
	text-align: center;
}
#container {
	padding: 70px 0 0 0;
	width: 799px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(images/header.jpg) no-repeat center top;
	height: 60px;
}
#logo {
	width: 300px;
	float: left;
}
#logo a {
	display: block;
	width: 300px;
	height: 60px;
	text-indent: -5000px;
	overflow: hidden;
}
#search {
	width: 200px;
	float: right;
	padding-top: 5px;
}
#search table {
	border: none;
	border-collapse: collapse;
}
#search td {
	padding: 0px;
}
#content {
}
#col_left {
	width: 560px;
	float: left;
	margin-left: 20px;
}
#page {
	padding-bottom: 20px;
	font-size: 0.8em;
}
#page a {
	color: #0099CC;
}
#page h1 {
	margin: 0;
	font-size: 1.2em;
}
#page li {
	padding-bottom: 10px;
	list-style: square;
	color: #666;
}
#col_right {
	width: 200px;
	float: right;
}
#menu {
	padding: 10px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul ul {
	margin: 0 0 0 15px;
	padding: 0;
}
#menu li li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: none;
	border-left: 2px solid #ccc;
}
#menu li li li {
}
#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
#menu .menu_default {
}
#menu a.menu_default {
	padding: 5px 10px;
	color: #004477;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	display: block;
}
#menu a.menu_default:hover {
	background-color: #EDEDED;
}
#menu .menu_current {
}
#menu a.menu_current {
	padding: 5px 10px;
	color: #004477;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	display: block;
	background-color: #EDEDED;
}
#menu a.menu_current:hover {
}
#footer {
	background: #222 url(images/background_footer.jpg) repeat-y center top;
	color: #fff;
	padding: 30px 0 ;
	font-size: 0.8em;
	width: 820px;
	margin: 0 auto;
	text-align: center;
}
#footer_close {
	background: url(images/background_footer_close.jpg) no-repeat center top;
	height: 10px;
	clear: both;
}
.clear {
	clear: both;
}
.login_table {
	background: #bbb;
	width: 199px;
	position: relative;
	left: -10px;
	top: 20px;
	font-size: 11px;
}
.box_login .login_table {
	left: 0px;
}
.login_table h1 {
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/head_login.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 24px;
}
.login_table .content {
	padding: 5px 10px 5px 10px;
}
.login_table p {
	margin: 7px 0;
}
.login_table a {
	color: #003366;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.login_table ul,.login_table li {
	margin: 0;
	padding: 0;
}
.login_table li {
	list-style: none;
	padding: 5px 0;
}
.btn_login {
	background: url(images/btn_login.jpg) no-repeat center center;
	color: #fff;
	font-weight: lighter;
	text-align: center;
	border: none;
	width: 60px;
	height: 25px;
}
.crumb {
	margin: 10px 10px 0px 5px;
	padding-left: 5px;
	border-left: 4px solid #222;
}
.crumb a {
	color: #006699;
	text-decoration: none;
	font-size: 11px;
	margin: 0 5px;
}
.crumb a:hover {
	text-decoration: underline;
}
.title_page {
	font-size: 1.5em;
	color: #0066CC;
	font-weight: bold;
	margin: 0 0 30px 5px;
	padding-left: 10px;
	border-left: 4px solid #222;
}
