body {
	direction: rtl;
	margin: 0;
	padding: 0;
	font-family: 'tahoma';
	font-size: 12px;
}
a:link, a:visited {
	text-decoration: none;
	color: #C20A13;
}
a:hover, a:active {
	color: #42615A;
}
input[type=email], input[type=password], input[name=username], input[type=url] {
	direction: ltr;
}
input[type=submit], input[type=reset], input[type=button], button {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background: #42615A;
	border: 0px;
	border-radius: 2px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.15);
	padding: 0px 6px;
	height: 20px;
	cursor: pointer;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background: #696969;
}
input[type=submit]:disabled, input[type=reset]:disabled, input[type=button]:disabled {
	background: #cccccc;
}
table {
	margin: auto;
}
#header {
	width: 1000px;
	margin: 20px auto 0px;
	border: solid 1px #bdbdbd;
	border-bottom: none;
}
#cover {
	width: 1000px;
	height: 160px;
	background: #eee;
}
#logo {
	width: 280px;
	height: 30px;
	position: relative;
	top: 10px;
	right: 30px;
	padding: 110px 0 0;
	background: rgba(66,97,90,0.9) url(beta.png) no-repeat center 20px;
	text-align: center;
	color: #fff;
}
#navbar {
	width: 996px;
	padding: 0 2px;
	margin: 0 auto;
	border-bottom: solid 1px #262626;
}
#navbar .list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbar .list > li {
	display: inline-block;
	margin: 6px 1px 0;
}
#navbar .list > li > a {
	display: block;
	padding: 3px 20px;
	background: #fff;
	color: #42615a;
}
#navbar .list > li:hover > a {
	background: #42615a;
	color: #fff;
}
#navbar .list > li > a.active {
	background: #42615a;
	color: #fff;
}
#navbar .list > li:hover > ul {
	display: block;
}
#navbar .sublist {
	display: none;
	position: absolute;
	list-style: none;
	width: 150px;
	margin: 0;
	padding: 1px 0 0;
}
#navbar .sublist > li > a {
	display: block;
	padding: 4px 8px;
	background: #fff;
	color: #42615a;
	border: solid 1px #262626;
	border-top: none;
}
#navbar .sublist > li:hover > a {
	background: #42615a;
	color: #fff;
}
#page {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
	border-right: solid 1px #bdbdbd;
	border-left: solid 1px #bdbdbd;
}
#page .colunm1 {
	width: 240px;
	display: table-cell;
}
#page .colunm2 {
	width: 520px;
	display: table-cell;
}
#page .colunm3 {
	width: 240px;
	display: table-cell;
}
#page .colunm4 {
	width: 760px;
	display: table-cell;
}
#page .box {
	background: #ededed;
	border: solid 1px #bfbfbf;
	padding: 1px;
	margin: 5px;
}
#page .box > .title {
	color: #C01916;
	text-align: center;
	padding: 5px;
}
#page .box > .content {
	background: #fff;
	padding: 10px;
	border: 1px solid #949494;
}
.box > .content > p:first-child {
	margin-top: 0;
}
.box > .content > p:last-child {
	margin-bottom: 0;
}
.box .list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box .list li:before {
	content: url(blockbullets.png) ' ';
}
.box .list a {
	font-size: 11px;
	color: #036;
}
.box .list a:hover {
	color: #42615A;
	text-decoration: underline;
}
#footer {
	width: 1002px;
	margin: 0 auto 30px;
	background: #595959;
	color: #bababa;
	font-size: 11px;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}