@import "reset.css";

/* --- defaults --- */

html, body, table, th, td, ul, ol, li,
input, select, option, textarea {
	font: 14px 'Times New Roman', Times, serif;
	color: #303030;
	line-height: 15px;
}

b{
	font-weight: bold;
		font-family: 'Times New Roman', Times, serif;
}

i{
	text-decoration: italic;
}

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0px 0px 0px;
	font-family: 'Times New Roman', Times, serif;
	color: #FDC056;
}

h1 {
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	line-height: 23px;
}

a {
	font-weight: bold;
	color: #211E19;
	text-decoration: none;
}

a.top {
	color: #9a918a;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding:0px 15px 0px 0px;
}

a.bottom {
	color: #9a918a;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #c0c0c0;
}


input, option, textarea {
	padding: 3px;
}

table {
	border-collapse: collapse;
}

table th {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

table td{
	text-align: justify;
	padding-right: 5px;
	vertical-align: top;
}

form table {
	width: 100%;
}

form table th {
	text-align: right;
	width: 200px;
}

form table th, form table td {
	padding: 3px;
}

.invalid {
	color: red;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

/* --- body --- */

img{
	padding: 0px;
	/*border: 1px solid #756961;*/
}

.img {
	font-size: 12px;
	color: #939598;
}

body{
	width: 100%;
	background-color:#756961;

}

div.default  {
	line-height: 21px;
	letter-spacing: 0.1px;
	text-align: justify;
}

div.default ul, div.default ol {
	margin: 10px 0px 10px 10px;
}

div.default ul li {
	list-style: circle inside;
	line-height: 21px;
	letter-spacing: 0.1px;
}

div.default ol li {
	list-style: number inside;
	line-height: 21px;
	letter-spacing: 0.1px;
}

div#body {
	margin: 0 auto;
	width: 853px;
	background: url(/img/back.gif) repeat-y left top;
}

div#cLeft {
	float: left;
	width: 261px;
}

div#cLeft a#logo {
	display: block;
	margin: 0px 0px 0px 0px;
	background: url(/img/logo.jpg) no-repeat left top;
	height: 187px;
	width: 261px;
	/*border: 1px solid;*/
}

div#cLeft ul {
	display: block;
	margin: 00px 30px 10px 43px;
}

div#cLeft ul li {
	margin: 0px 0px 2px 0px;
	padding: 3px 0px 5px 15px;
	display: block;
	background: url(/img/dash.gif) repeat-x left bottom;
}

div#cLeft ul li a {
	display: block;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 0.5px;
	_height: 20px;
}

div#cRight {
	float: left;
	width: 592px;
}

div#cHeader {
	margin: 0px 0px 0px 0px;
	background: url(/img/header.gif) no-repeat left top;
	height: 145px;
	/*border: 1px solid;*/
}

div#cHeaderEN {
	margin: 0px 0px 0px 0px;
	background: url(/img/header_en.gif) no-repeat left top;
	height: 145px;
	/*border: 1px solid;*/
}

div#cContainer {
	width: 573px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	background: url(/img/dash.gif) repeat-x left top;
}

div#cContentPic {
	float: left;
	margin: 1px 0px 0px 28px;
	width: 200px;
}

div#cPic {
	float: left;
	width: 200px;
	overflow: hidden;
}

div#cCaption{
	float: left;
	font-family: 'Times New Roman', Times, serif;
	color: #9a918a;
	font-size: 11px;

}

div#cContent {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Times New Roman', Times, serif;
	width: 573px;
}

div#cAboveFooter{
background: url(/img/dash.gif) repeat-x left bottom;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	width: 90%;
	height: 1px;
}

div#cFooter {
	background: url(/img/footer.gif) no-repeat left top;
	margin: 0 auto;
	height: 48px;
	width: 853px;
}

div#cFooter div#copy {
	color: #8a8684;
	font-size: 12px;
	padding: 8px 0px 0px 0px;
	margin-left: 260px;
}

div#bottom {
	color: #9a918a;
	font-size: 12px;
	text-align: right;
	padding: 12px 50px 30px 0px;
}

div#top {
	float: right;
	padding: 8px 40px 0px 0px;
}

div.clear{
	clear: right;
}

ul#topMenu li a {
	display: block;
	background: no-repeat left top;
	background-image: url(/img/crtke.gif) no-repeat left bottom;
	height: 140px;
}