/* Global settings */
body, html {
	font-family: 			Verdana, Arial, sans-serif; 
	font-size: 				11px;
	font-weight: 			normal;
	margin: 				0px;
	padding: 				0px;
	background-color:		#d8dbdc;
	color:					#000000;
	height:					100%;
}
#container {
	position: 				relative;
	padding: 				0px;
	margin: 				0px auto 0px auto;
	text-align:				center;
	width:					800px;
	background-color:		#ffffff;
	color:					#000000;
}
#footer {
	position: 				relative;
	padding: 				7px 0px 25px 0px;
	margin: 				0px auto 0px auto;
	text-align:				right;
	width:					800px;
}
#top_line{
	position: 				relative;
	padding: 				0px;
	margin: 				0px;
	text-align:				center;
	width:					800px;
	height:					7px;
	background-color:		#dce6ef;
	color:					#000000;
}
#bottom_line{
	position: 				relative;
	padding: 				3px 0px 3px 0px;
	margin: 				0px auto 0 auto;
	text-align:				center;
	width:					800px;
	background-color:		#d0dee9;
	color:					#68666b;
	font-family: 			Arial, sans-serif; 
	font-size: 				11px;
	font-weight: 			normal;
}
#bottom_line a, #bottom_line a:visited {
	color:					#68666b;
	font-weight: 			normal;
	text-decoration: 		none;
	background-color: 		inherit;
}
#bottom_line a:hover, #bottom_line a:active {
	color: 					#980000;
	text-decoration: 		underline;
	background-color: 		inherit;
}
#content {
	position: 				relative;
	padding:				3px 0px 0px 0px;
	margin: 				0px;
	text-align:				left;
	overflow:				hidden;
	width:					100%;
	height:					100%;
}
#content_left {
	float:					left;
	width:					175px;
	background-color:		#ffffff;
	color:					#000000;
	height:					100%;
	text-align:				left;
	padding:				0px;
	margin:					0px;
}
#content_right {
	float:					right;
	width:					615px;
	background-color:		#ffffff;
	color:					#000000;
	height:					100%;
	border:					1px solid #d0dee7;
	margin-right:			2px;
	background:				#fff url(/_global/images/bg_content_top.gif) no-repeat top left;
}
.left_line {
	width:					170px;
	background-color:		#5c6a75;
	color:					#000000;
}
.main_header {
	background-color:		#c2cfd8;
	font-family: 			Verdana, Arial, sans-serif; 
	font-size: 				12px;
	font-weight: 			bold;
	margin: 				0px;
	padding: 				5px;
	background-color:		#c2cfd8;
	color:					#000000;
}
#bottom_index {
	font-family: 			Verdana, Arial, sans-serif; 
	font-size: 				14px;
	font-weight: 			normal;
	margin: 				2px;
	padding: 				6px;
	background-color:		#d1f24b;
	color:					#000000;
	background:				#d1f24b url(/_global/images/bottom_logo.gif) no-repeat 500px 0px;
}
#bottom_index a, #bottom_index a:visited {
	color: 					#000;
	font-weight: 			normal;
	text-decoration: 		none;
	background-color: 		inherit;
}
#bottom_index a:hover, #bottom_index a:active {
	color: 					#000;
	text-decoration: 		underline;
	background-color: 		inherit;
}
/* Default form settings */
form {
	padding: 				0px;
	border: 				0px;
	margin: 				0px;
} 
input, select, textarea {
	font-family: 			Verdana, Arial, Helvetica, sans-serif; 
	font-size: 				11px;
	font-weight: 			normal;
}

h1 {
	font-family: 			Arial, Verdana, sans-serif; 
	font-size: 				20px;
	color: 					#5c6a75; 
	font-weight: 			bold;
	background-color: 		transparent;
	line-height: 			35px;
	padding: 				0px;
	margin: 				0px;
}
h2 {
	font-family: 			Arial, Verdana, sans-serif; 
	font-size: 				14px;
	color: 					#5c6a75; 
	font-weight: 			bold;
	background-color: 		transparent;
	line-height: 			14px;
	padding: 				0px;
	margin: 				0px;
}

/* Default link settings */
a, a:visited {
	color: 					#980000;
	font-weight: 			normal;
	text-decoration: 		none;
	background-color: 		inherit;
}
a:hover, a:active {
	color: 					#980000;
	text-decoration: 		underline;
	background-color: 		inherit;
}

/* Menu */
.menutop ul {
	text-align:				left;
	margin: 				0px;
	padding: 				0px;
	list-style-type: 		none;
	width: 					170px;
	border-bottom: 			1px solid #fff;
}
.menutop ul li {
	position: 				relative;
}
.menutop ul li ul {
	position:				absolute;
	width: 					170px;
	top: 					0px;
	visibility: 			hidden;
	float: 					left;
}
.menutop ul li a {
	display: 				block;
	overflow: 				auto;
	color: 					#fff;
	text-decoration: 		none;
	background: 			#5c6a75;
	padding: 				5px 5px;
	border: 				1px solid #fff;
	border-bottom: 			0px;
	border-left: 			0px;
	border-right: 			0px;
}
.menutop ul li a:visited {
	color: 					#fff;
	text-decoration: 		none;
}
.menutop ul li a:hover {
	background: 			#999;
	text-decoration: 		none;
}
.menutop .subfolderstyle {
	background: 			#5c6a75 url(/_global/images/menu_arrow.gif) no-repeat 160px center;
}
* html .menutop ul li {
	float: 					left;
	height: 				1%;
}
* html .menutop ul li a {
	height: 				1%;
}

.menusub ul {
	text-align:				left;
	margin: 				0px;
	padding: 				0px;
	list-style-type: 		none;
	width: 					170px;
	border-bottom: 			1px solid #fff;
}
.menusub ul li {
	position: 				relative;
}
.menusub ul li a {
	display: 				block;
	overflow: 				auto;
	color: 					#5c6a75;
	text-decoration: 		none;
	background: 			#c2cfd8;
	padding: 				5px 5px;
	border: 				1px solid #fff;
	border-bottom: 			0px;
	border-left: 			0px;
	border-right: 			0px;
}
.menusub ul li a:visited {
	color: 					#5c6a75;
	text-decoration: 		none;
}
.menusub ul li a:hover {
	color: 					#5c6a75;
	background: 			#d4e2b2;
	text-decoration: 		none;
}
* html .menusub ul li {
	float: 					left;
	height: 				1%;
}
* html .menusub ul li a {
	height: 				1%;
}