@charset "utf-8";
body, td, th {
	font-family: Tahoma, Sylfaen, Arial;
	font-size: 12px;
}
body {
	display: block;
	margin: 0px;
	background-color: #FFF;
	background-image: url(images/shadow_920.png);
	background-repeat: repeat-y;
	background-position: center top;
}
a {
	text-decoration: none;
	color: #009;
}
a:hover {
	text-decoration:none;
	color: #03F;
}
#box_top {
	width:940px;
	position:relative;
	margin:0px auto;
	padding:0px;
	height:32px;
	font-family: Tahoma, Sylfaen, Arial;
	font-size: 0.9em;
	color: #CCC;
	background-image: url(#);
	background-repeat: no-repeat;
}
#box_footer {
	width:940px;
	position:relative;
	margin:0px auto;
	padding:0px;
	background-color:#333;
	height:auto;
	font-family: Tahoma, Sylfaen, Arial;
	font-size: 0.9em;
	color: #CCC;
	background-image: url(images/topbox_background.png);
	background-repeat: repeat-x;
}
#box_langselect {
	width:940px;
	position:relative;
	margin:0px auto;
	height:32px;
	display: block;
	clear:both;
	background-image: url(images/topbox_background.png);
	background-repeat: repeat-x;
	padding:0px;
	text-align: right;
}
#box_logotitle {
	width:940px;
	position:relative;
	margin:0px auto;
	padding:0px;
}
#box_maincontent {
	clear:both;
	display:block;
	width:940px;
	position:relative;
	min-height:600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #DBDBDB;
	overflow: hidden;
	background-image: url(images/background_circle_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#box_sidebar {
	display: block;
	width: 300px;
	float: right;
	height: 100%;
	clear: right;
	margin-top: 10px;
	margin-right: 10px;
}
.box_doubleColumn_left {
	width: 606px;
	float: left;
	clear: none;
	padding: 0px;
	margin-left: 12px;
	margin-right: 6px;
	margin-top: 12px;
	margin-bottom: 0px;
}
.box_doubleColumn_top, .box_doubleColumn_bottom {
	width: 606px;
	clear: both;
	background-image: url(images/box_doubleColumn_top.gif);
	background-repeat: no-repeat;
	height: 12px;
	display: block;
	margin: 0px;
}
.box_doubleColumn_bottom {
	background-image: url(images/box_doubleColumn_bottom.gif);
	margin-bottom: 12px;
}

.box_singleColumn_right {
	display: block;
	clear: right;
	padding: 0px;
	float: right;
	width: 297px;
	margin-top: 12px;
	margin-right: 12px;
	margin-left: 6px;
}
.box_singleColumn_left {
	display: block;
	clear: left;
	padding: 0px;
	float: left;
	width: 297px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 6px;
}
.box_singleColumn_top, .box_singleColumn_bottom {
	width: 297px;
	clear: both;
	background-image: url(images/box_singleColumn_top.gif);
	background-repeat: no-repeat;
	height: 12px;
	display: block;
}

.box_singleColumn_bottom {
	margin-bottom: 12px;
	background-image: url(images/box_singleColumn_bottom.gif);
}
.doublecolumnContent ,.singlecolumnContent{
	background-color:#FFF;
	height:100%;
	margin:0;
	padding:0 12px;
	background-image: url(images/box_doubleColumn_background.gif);
	background-repeat: repeat-y;
}
.singlecolumnContent{
	background-image: url(images/box_singleColumn_background.gif);
}
.title1blue, .title1orange, .title1purple{
	font-size: 1.5em;
	font-weight: bold;
	color: #039;
	text-transform: uppercase;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.title1orange{
	color:#F30
}
.title1orange:hover{
	color:#F60
}
.title1purple{
	color:#C09
}
.title1purple:hover{
	color:#F09
}

.title1blue:hover{
	color:#069;
}
.title2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #039;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.title2:hover{
	color: #069;
}
p.story {
	font-family: Tahoma, Sylfaen, Arial;
	font-size: 1em;
	text-align: justify;
	color: #000;
	}
a.whitelink {
	color: #CCC;
	text-decoration: none;
}
a.whitelink:hover {
	text-decoration: underline;
}
ul#menu {
	width:940px;
	position:relative;
	background-color:#006;
	height:3em;
	padding:0;
	font-family: Tahoma, Sylfaen, Arial;
	font-size: 1em;
	color: #FFF;
	clear: both;
	background-image: url(images/menu_background.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
li.menu {
	font-family: Tahoma, Sylfaen, Arial;
	font-size: 0.9em;
	white-space: nowrap;
	display: block;
	float: left;
	list-style-type: none;
	clear: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	position: relative;
	height: 3em;
	line-height: 3em;
	padding-right: 9px;
	padding-left: 9px;
}
li.menu:hover {
	background-image: url(images/menu_background.png);
	background-repeat: repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
a.menu {
	font-family: Tahoma, Sylfaen, Arial;
	font-size: 1em;
	text-decoration: none;
	color: #FFF;
}
.newsBotton {
	background-image: url(images/botton_background_32.png);
	background-repeat: repeat-x;
	background-color: #666;
	display: block;
	clear: both;
	width: 300px;
	height: 32px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	line-height: 32px;
}
