* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px;
	font-family: 'Times New Roman';
	width: 100%;
	background:#333;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	color: #404040;
}


/* Header
-----------------------------------------------------------------------------*/
#header_0 {
	height: 200px;
	background:url(images2/header_0.jpg);
	cursor: pointer;
}
#header_1 {
	height: 200px;
	background:url(images2/header_1.jpg);
	cursor: pointer;
}

/* Middle 
-----------------------------------------------------------------------------*/
#middle_0 {
	width: 100%;
	background: url(images2/bg.png);
	overflow: hidden;
}

#container {
	width: 100%;
}
#content_0 {
	padding: 0 30px 20px 390px;
}

#middle_1 {
	width: 100%;
	background: #FFF;
	overflow: hidden;
}

#content_1 {
	padding: 0 30px 20px 30px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 317px;
	height: 600px;
	font-size: 15px;
	line-height: 17px;
	text-align: justify;
	margin: 0 30px 20px 20px;
	overflow: hidden;
}

#left_content {
	font-style: italic;
	position: relative;
	top: 0px;
	cursor: move;
}

/* footer
-----------------------------------------------------------------------------*/

.footer_title {
	padding-top: 40px;
	margin-left: 60px;
	font-size: 18px;
	line-height: 23px;
	font-style: italic;
	border-bottom: 1px solid #404040;
}

.footer_item {
	font-size: 14px;
	line-height: 20px;
	margin-left: 120px;
	padding-top: 8px;
}

.footer_warning {
	font-size: 11px;
	line-height: 15px;
	margin-left: 120px;
	padding-top: 18px;
}

/*-----------------------------------------------------------------------------*/

a,
a:link,
a:hover,
a:visited,
a:active
{
	color: #404040;
	text-decoration: none;
}

a:hover 
{
	color: #a92e33;
}

/*-----------------------------------------------------------------------------*/


.page_title {
	font-size: 25px;
	line-height: 32px;
	border-bottom: 1px solid #404040;
}

.page_subscript {
	padding-top: 5px;
	margin-left: 60px;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
}

.page_text {
	margin-left: 60px;
	font-size: 16px;
	line-height: 20px;
}
/*-----------------------------------------------------------------------------*/
h2 {
	font-size: 24px;
	font-family: 'Palatino Linotype';
	margin-bottom: 16px;
	font-weight: normal;
	line-height: 28px;
	
	margin-left:30px;
	text-indent:-30px;
}

h3 {
	font-size: 18px;
	font-family: 'Palatino Linotype';
	margin-bottom: 12px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-family: 'Palatino Linotype';
	line-height: 20px;
	font-weight: normal;
}
h5 {
	font-size: 10px;
	font-family: 'Palatino Linotype';
	line-height: 20px;
	font-weight: normal;
	margin-top: -10px;
}
/* Index list
-----------------------------------------------------------------------------*/

ul.arr_list {
	list-style-type: none;
/*	list-style-image: url(/images2/arrow.png);*/
	list-style-position: inside;
	font-size: 23px;  	
	line-height: 60px;

	margin-left: 35px;
}

.arr_list li {
	background-image: url(/images2/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 21px;
	
	padding-left: 45px;
}

/* Text list
-----------------------------------------------------------------------------*/
ul.text_list,
ul.text_list_l2 {
 	list-style-type: none ;
}

.text_list li,
.text_list_l2 li {
	line-height: 24px;
}

.text_list_l2 li {
	padding-left: 25px;
}
