* {
	margin:0;
	padding:0;
}

.clr {
	clear:both;
}

a img {
	border:0;
}

body {
	font-family:arial;
	font-size:14px;
	background-color:#42444D;
}

#wrapper {
	width:900px;
	height:auto;
	margin:0 auto;
}

#header {
	width:900px;
	height:120px;
	background:url(../images/header-bg.png) no-repeat;
}

#menu {
	width:900px;
	height:29px;
	background:url(../images/nav-bg.png) repeat-x;
	position:relative;
	border-top:1px solid #4293E4;
	border-bottom:1px solid #4293E4;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type:none;
	float:left;
}

#menu ul li a {
	padding:0 30px;
	line-height:29px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	text-shadow: 1px 1px 1px #333;
	float:left;
	display:block;
}

#menu ul li a:hover {
	text-decoration:#fff;
	background-color:#76B6F8;
}

#menu-left {
	position:absolute;
	left:-14px;
	top:-1px;
}

#menu-right {
	position:absolute;
	right:-14px;
	top:-1px;
}

#container {
	width:900px;
	height:auto;
	background:#DFDFDF;
	min-height:100px;
	padding:20px 0;
}

#content-1 {
	width:276px;
	height:250px;
	float:left;
	margin:0 18px 0px 18px;
	background-color:#D7D7D7;
}

#content-2 {
	width:276px;
	height:250px;
	float:left;
	margin-right:18px;
	background-color:#D7D7D7;
}

#content-3 {
	width:276px;
	height:250px;
	float:left;
	margin-right:5px;
font-size:12px;
	background-color:#D7D7D7;
}

#content-0 {
	width:864px;
	height:auto;
	float:left;
	margin:0 18px 20px 18px;
	background-color:#D7D7D7;
}

#content-0 h2,
#content-1 h2, 
#content-2 h2,
#content-3 h2 {
	color:#fff;
	background-color:#42444D;
	font-size:14px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding-left:10px;
}

#content-0 p,
#content-0 div,
#content-1 p, 
#content-2 p,
#content-3 p {
	padding:10px;
	color:#414242;
	line-height:18px;
	text-align:justify;
}

#content-3 ul {
	padding-top:10px;
}

#content-3 ul li {
	width:256px;
	height:25px;
	line-height:14px;
	list-style-type:square;
	list-style-position:inside;
	padding-left:10px;
}

#content-3 ul li a {
	color:#595858;
	display:block;
}

#content-3 ul li a:hover {
	text-decoration:none;
}




#content-0 ul {
	padding-top:10px;
}

#content-0 ul li {
	width:820px;
	line-height:25px;
	list-style-type:disc;
	list-style-position:inside;
	padding-left:20px;
}

#content-0 ul li a {
	color:#595858;
	display:block;
	font-size:14px;
}

#content-0 ul li a:hover {
	text-decoration:none;
}

#footer {
	width:880px;
	height:40px;
	line-height:40px;
	background:#2774C2;
	color:#fff;
	padding:0 10px;
}

#copyright {
	float:left;
	height:40px;
}

#developer {
	float:right;
	height:40px;
}

.page-doc {
	margin-bottom:20px;
}

.page-doc a {
	color:#2774C2;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.page-doc a:hover {
	color:#CE741C;
}

table.tt1 tr td {
	border:1px solid #999;
	padding:10px;
}

table.tt1 tr td a {
	color:#CE741C;
}

table.tt1 tr td a:hover {
	color:#A05913;
}

a.tt2 {
	color:#CE741C;
}

a.tt2:hover {
	color:#A05913;
}

table.tt3 tr td span {
	color:red;
}

table.tt3 tr td {
	padding:3px;
}

table.tt3 tr td:first-child {
	width:150px;
}

table.tt3 tr td input,
table.tt3 tr td textarea {
	border:1px solid #676665;
	outline:none;
	resize:none;
	width:240px;
}

table.tt3 tr td input {
	height:22px;
	line-height:22px;
}

table.tt3 tr td textarea {
	height:110px;
	font-family:arial;
}

table.tt3 tr td input.tt4 {
	width:140px;
	height:30px;
	line-height:30px;
	background-color:#DD7F24;
	border:1px solid #A8601A;
	color:#fff;
	cursor:pointer;
}

table.tt3 tr td input.tt4:hover {
	background-color:#A8601A;
} 

h4 {
	font-weight:bold;
	color:#3085DC;
	/*border-bottom:2px solid #DD7F24;*/
	padding-bottom:5px;
}