/* 
	Ver 18
*/

@import url("reset.css");
@import url("forms.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../img/background.png);
	background-repeat:repeat-x;
	color:#666;
	line-height:normal;
}

h1 {font-size: 22px}
h2 {font-size: 18px}
h3 {font-size: 14px}

h1, h2, h3, h4 {
	margin-bottom:10px;
	color:#555;	
}

h2 {
	color:#4667a5;
	margin-top:25px;
	margin-bottom:10px;
}

h4 {
	margin-bottom:10px;
}

a {
	text-decoration: none;
	color:#333;
}

a:hover, a:active {
	text-decoration: none;
	color:#666;	
}

p {
	margin-bottom:10px;
}

hr {
	height:1px;
	border:0px;
	background-color:#ccc;
}

.tti_list {
	list-style-type: square;	
	margin-left:10px;
	padding-left:10px;
	margin-bottom:15px;	
}

#wrapper {
	margin:0 auto;
	width:850px;
	margin-top:40px;
	margin-bottom:40px;	
	overflow:auto;
	padding-left:70px;
	padding-right:70px;
	background-image:url(../img/wrapper_background.png);
	background-repeat:no-repeat;
}

#side {
	float:left;
	width:180px;
	min-height:500px;	
}

#side img {
	margin-top:-3px;
	margin-left:-55px;
	margin-bottom:3px;
}

#side_content {
	margin-top:210px;
}

#side_content ol {
	margin-bottom:10px;
}

#side_content ol li {
	margin-bottom:3px;
	padding:3px;
}

#main {
	float:right;
	display:block;
	border:1px solid #e5e2e2;
	border-top:0px solid #e5e2e2;
	border-bottom:1px dotted #ccc;
	width:650px;
	background-color:#fff;	
	min-height:550px;
	margin-top:81px;
	background-image:url(../img/main_background.png); 
	background-repeat:no-repeat;
}

.special {
	width:650px;
	height:148px;
	border-top:1px solid #e5e2e2;
	border-bottom:1px solid #e5e2e2;
}

.special h1 {
	margin-left:30px;
	margin-top:98px;	
}

#jdl {
	background-image:url(../img/special_jdl.png);
}

#he {
	background-image:url(../img/special_he.png);
}

#je {
	background-image:url(../img/special_je.png);
}

#jl_jdl {
	background-image:url(../img/special_jl_jdl.png);
}


#content {
	margin:30px;
}

#content a {
	font-weight:bold;
}

#content b {
	color:#333;
}

#column_container {
	display:block;
	overflow:auto;
}

.content_columnt_left {
	float:left;
	width:280px;
	padding-right:15px;
	text-align:center;	
}

.content_columnt_left img {
	margin-bottom:-40px;
}

.content_columnt_right {
	float:right;
	width:280px;
	padding-left:15px;	
	text-align:center;
}

.content_columnt_right img {
	margin-bottom:-40px;
}

#footer {
	float:right;
	width:900px;
}

#footer_content {
	float:right;
	width:590px;
	padding:15px;
	padding-left:30px;
	padding-right:30px;
	border:1px solid #e5e2e2;
	border-top:0px solid #e5e2e2;
	background-color:#f9fafc;
	font-size:10px;
	line-height:15px;
}

label {
	display:inline-block;
	margin-bottom:10px;
	margin-right:20px;
	font-weight:bold;
	color:#333;
	width:80px;
}

#long {
	display:inline-block;
	margin-bottom:10px;
	margin-right:20px;
	font-weight:bold;
	color:#333;
	width:140px;
}
