/* General */

html {
	min-height: 100%;
	height: auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #1E4973 url(images/bg-generaldiv.gif) repeat-y left;
}



/* Top */

#GeneralTable {
	background: url(images/bg-topdiv.png) repeat-x;
	width: 100%;
}
#TopTd {
	background: url(images/top-left.png) no-repeat left top;
	height: 277px;
}
#TopTdEn {
	background: url(images/top-left-en.png) no-repeat left top;
	height: 277px;
}
#TopRightImage {
	float: right;
	background: url(images/top-right.png) no-repeat;
}
#TopPosDiv {
	position: relative;
}
a#LogoLink {
	position: absolute;
	display: block;
	width: 172px;
	height: 156px;
	text-decoration: none;
	left: 21px;
	top: 32px;
} 



/* Min Width */

#MinWidthTd img {
	width: 780px;
	float: none;
	clear: both;
}



/* Content */

#ContentTable {
	width: 100%;
}



/* Langs */

#LangsPositionDiv {
	position: relative;
	height: 1px;
}
#LangsDiv {
	position: absolute;
	top: -30px;
	left: 18px;
	width: 100px;
	white-space: nowrap;
}
#LangsDiv img {
	border: 1px solid #5F83AF;
}


/* Menu */

#MenuTd {
	width: 227px;
	vertical-align: top;
	height: 400px;
}
#MenuItem1, #MenuItem2, #MenuItem3, #MenuItem4, #MenuItem5, #MenuItem6 {
	color: #FFFFFF;
	font: 300 16px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
a#MenuItem1:hover, a#MenuItem4:hover, a#MenuItem5:hover, a#MenuItem6:hover {
	color: #FFFF99;
}
#MenuItem2, #MenuItem3 {
	cursor: default;
}
.MainItem {
	border-bottom: 1px dotted #3880C8;
}



/* News */
#NewsDiv {
	margin: 40px 10px 10px 10px;
	color: #FFFFFF;
	font: 12px Arial, Verdana, Helvetica, Arial, sans-serif;
}
#NewsDiv h3 {
	font: bold 16px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 20px 15px 0px;
	text-align: right;
}
#NewsDiv p {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 5px 0px;
	padding-top: 5px;
}
#NewsDiv a:link, #NewsDiv a:active, #NewsDiv a:visited {
	display: block;
	margin: 5px 0px;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFF99;
}
#NewsDiv a:hover {
	color: #FFFFFF;
}
.LinkBorder {
	border-top: 1px dotted #3880C8;
}
.ReadMoreLink {
	text-align: right;
}




/* Content */

#ContentTd {
	vertical-align: top;
	padding: 0px 20px 20px 20px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.DarkDiv {
	background: #1D4268 url(images/bg-p.gif) repeat-y left;
	padding: 10px 20px;
	margin: 30px 0px;
}
#ContentTd h1 {
	text-align: right;
	margin: 0px 0px 10px;
	font: 300 24px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}
#ContentTd h2 {
	font: 300 18px Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFCC;
}
#ContentTd p {
	text-align: justify;
}
#ContentTd a:link, #ContentTd a:active, #ContentTd a:visited {
	color: #D9E1A6;
	text-decoration: underline;
}
#ContentTd a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#ContentTd ul {
	margin: 10px 0px;
	list-style-type: none;
	padding: 0px;
}
#ContentTd ul li {
	padding: 2px 0px 2px 15px;
	background: url(SpryAssets/SpryMenuBarRight.gif) no-repeat 0px 6px;
	margin-left: 20px;	
}
#ContentTd hr {
	font-size: 1px;
	color: #95C7D7;
	background: #95C7D7;
	border-width: 0px;
	border-style: none;
	height: 1px;
	margin: 5px;
}
.FormTable tfoot {
	text-align: center;
}
.FormTable tfoot input {
	font-size: 18px;
	font-weight: 300;
	color: #D9E1A6;
	background: #1E4973;
	border-style: none;
	text-align: center;
	cursor: pointer;
}
.FormTable tbody th {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding: 4px 10px 1px 0px;
}
.FormTable tbody input {
	background: #FFFFFF;
	width: 200px;
	border: 1px solid #14293A;
}
.FormTable tbody textarea {
	background: #FFFFFF;
	width: 200px;
	height: 50px;
	border: 1px solid #14293A;
}
#ContentTd .ReadMoreLink {
	text-align: right;
	display: block;
	padding-right: 20px;
}





/* Bottom */

#BottomTd {
	vertical-align: bottom;
	font: 11px Arial, Helvetica, sans-serif;
	color: #808BA3;
	text-align: right;
	padding: 0px 10px 10px 0px;
}
