body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  background-color: white;
  color: #333333;
}

* {
font-size: 9pt;
}

img {
  border: 0px;
}

#langs {
	position: absolute;
	top: 20px;
	right: 20px;
}


#page {
	width: 970px;
	margin: 0px auto;
	padding: 0px 27px;
}

.menutable {
	width: 930px;
	border-collapse:collapse;
	margin-left: 22px;
	margin-top: 1px;
}

.submenu {
	position: absolute; 
	text-align: center;
	background-color: white;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
}


.menu-item {
	vertical-align: top;
	text-align: center;
	border: 1px solid #000033;
}

.menu-main, .menu-main-active {
	display: block;
	margin-bottom: 0px;
	padding-bottom: 1px;
	text-decoration: none;
	font-size: 14pt;
	color: #0D1E43;
	font-weight: bold;
	padding: 5px 8px;
}

.menu-main {
	color: #000033;
	
}

.menu-main:hover, .menu-main-active {
	color: #962038;
	background-color: #e9e9e9;
}


.menu-sub, .menu-sub-active {
	display: block;
	text-decoration: none;
	font-size: 12pt;
	color: #962038;
	border-bottom: 1px solid #000033;
	padding: 4px 20px;
}


.menu-sub:hover, .menu-sub-active {
	color: #000033;
	background-color: #e9e9e9;
}

.content-left {
	width: 220px;
	vertical-align: top;
}

.content-right{

}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16pt;
}

.columnmain h1, .columnothers h1 {
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	
}

.columnothers h1 {
	margin-left: 10px;
	
}

.columnmain h1 {
	padding: 5px 8px;
	vertical-align: middle;
	text-align: left;
	color: #000033;
	font-size: 11pt;
}

.columnmain-header-blue {
	background: url(../images/box-bg-blue.png) repeat-x;
}

.columnmain-header-red {
	background: url(../images/box-bg-red.png) repeat-x;
}

.columnmain-header-darkblue {
	background: url(../images/box-bg-darkblue.png) repeat-x;
}

h2 {
	font-size: 12pt;
	font-weight: normal;
}

p {
	text-align: justify;
}

.content {
	padding: 0px 15px;
	vertical-align: top;
}

.columntd {

	vertical-align: top;
}

.columnmain {
	margin: 15px 10px;
	
	padding: 15px 0px;
	padding-top: 0px;
	vertical-align: top;
	/*border: 1px solid red;*/
	width: 220px;
	/*background-color: #e0e0e0; */
}

.columnothers {
	margin: 15px 10px;
	
	padding: 15px 0px;
	margin-top: 19px;
	padding-top: 0px;
	vertical-align: top;
	/*border: 1px solid red;*/
	width: 255px;
	background-color: #e0e0e0;
}

.linklist li, .download {
	display: block;
	margin: 5px 20px;
	padding-left: 27px;
}

.image {
	text-align: center;
}


#foot {
	position: relative;
	margin: 0px auto;
	width: 886px;
	height: 63px; 
}

		#copyright {
				margin-left: 45px;
				font-size: 10px;
		}

		#bottom_menu {
				position: absolute;
				left: 382px;
				top: 0px;
		}
		#bottom_menu li {
				display: inline;
				float: left;
				margin-right: 20px;
		}
		#bottom_menu a {
				color: #a3a3a3;
		}
		#bottom_menu a:hover {
				color: #878b4b;						
		}
		
#sitemap {
			margin-bottom: 20px;
	}		
	#sitemap li {
			border-bottom: 1px solid #cecece;
			padding-top: 5px;
			padding-bottom: 5px;
			width: auto;
	}
	
.newsbox {
	background-color: #FEFFBF;
	padding: 15px;
	margin-top: 15px;
}

.newsbox-image {
	float: left;
	padding-left: 15px;
	padding-top: 9px;
}

.newsbox-item {
}

.newsbox-text {
	text-align: justify;
	float: left;
	width: 280px;
	padding-top: 4px;
}

.newsbox-title, .newsbox-title a {
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

.newsbox-title a {
	color: #333333;
	text-decoration: none;
}

.newsbox-title a:hover {
	text-decoration: underline;
}

.newsbox-date {
	float: left;
	padding-top: 1px;
	padding-right: 14px;
}

.linklist {
	list-style-type: none;
	margin: 0px;
  	padding: 0px;
  	padding-top: 10px;
}

.linklist a {
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: bottom;
}

.linklist img {
	position: relative;
	bottom: -1px;
}

.linklist a:hover {
	text-decoration: underline;
}

a {
	color: navy;
}

a:hover {
	color: #962038;
}


.gallery {
	padding-top: 15px;
	width: 400px;
}

	
	
* html img, td { /* IE 6 PNG Alpha Fix */
   behavior: url(/templates/tkd/images/zoom/iepngfix.htc)
}

