body {
	padding: 5px 20px 5px 20px;
	margin: 0px;
}
body, td, input, textarea, select {
	font: 12px Tahoma;
	color: #616161;
}
img {
	border: 0px;
	background:expression(transparent(this));
}
a {
	color: #028dd2;
}
#header .td3{
	width: 250px;
	padding-top: 15px;
}
.top_date {
	font: 12px Tahoma;
	color: #aaaaaa;
}
.title {
	font-size: 18px;
	color: #0b6492;
	font-family: Tahoma;
	text-align: right;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
.top_sep{
	width: 40px;
}
.lang {
	color: #444444;
}
.lang a{
	color: #0b6492;
	text-decoration:underline;
}
.lang .cur{
	color: #aaaaaa;
	text-decoration:none;
}
.icons{
	margin-top: 10px;
}
.pda{
	margin-top: 10px;
	float:right;
}
.search{
	margin-top: 10px;
}
.ornament_sep{
	background: url(images/ornament.gif) repeat-x;
	height: 16px;
	margin: 5px 0px 5px 0px;
}

/* TopMenu*/
#topmenu {
	background: url(images/top_bg.gif) repeat-x;
	background-position:bottom;
}
#topmenu a{
	color: #0b6492;
	text-decoration:none;
	font: 14px Arial;
}
/* End of TopMenu*/

/* Drop-down menu */
.dop_menu{
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:200;
	/*clear:both; position: absolute; width: 225px; padding-left: 20px; z-index: +1000;*/
}
.dop_menu ul{
	margin:0;
	background:#e7f5fc;
	border: 1px solid #74aecc;
	padding: 6px;
}
.dop_menu li{
	margin:0;
	padding:3px 0 3px 0;
	list-style:none;
	position: relative;
}
/* End of Drop-down menu */

/* Main Table */
#MainTable {
	margin: 15px -20px 0px -20px;
}
#MainTable .leftColumn{
	background:url(images/mainbg_left.jpg) no-repeat;
	background-position:left top;
	padding: 0px 20px 30px 20px;
	width: 250px;
}
#MainTable .Content{
	background:url(images/mainbg_center.jpg) no-repeat;
	background-position:top center;
	padding: 0px 25px 30px 25px;
}
#MainTable .rightColumn{
	background:url(images/mainbg_right.jpg) no-repeat;
	background-position:right top;
	padding: 0px 20px 30px 0px;
	width: 250px;
}
/* End of Main Table */
#bottomTable {
	width: 100%;
}
#bottomTable .leftColumn{
	background:url(images/mainbg_left.jpg) no-repeat;
	background-position:left top;
	padding-left: 20px;
	width: 250px;
}
.caption{
	font: 15px Tahoma;
	color: #ffa500;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom: 10px;
}

/* List */
#list .date {
	font-size: 11px;
}
#list .caption a {
	font-size: 13px;
	color:#000000;
	font-weight:normal;
}
.list_all{
	font-size: 13px;
}
/* End of List */

#faq .answer{
	text-decoration:underline;
}

#bottom_panel {
	background: url(images/bottom_bg.gif) repeat-x;
}
#bottom_panel .center_column,.left_column{
	padding: 10px;
	font-size: 11px;
}
#bottom_panel .left_column{
	width: 227px;
	padding-left: 20px;
}
ul.more li{
	margin-bottom: 10px;
}