body, html {
	background: #758793 url(../images/bg3.jpg) no-repeat fixed center top;
	height:100%;
	font: 12px/21px Verdana, Geneva, sans-serif;
	color: #505d64;
}
a {
	text-decoration: underline;
	color: #3a74af;
}
a:hover {
	text-decoration: none;
}
p {
	 margin: 12px 0;
}
h2 {
	font: normal 20px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #b2940b;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h1 {
	font: normal 20px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #519453;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.clear {
	clear:both;

}

#wrapper {
	background: #FFF;
	margin: 0px auto;
	width: 960px;
	height:auto !important;height:100%;
	min-height:100%;
}
#header {
	background: url(../images/headerbg.jpg) repeat-x;
	clear: both;
	height: 88px;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
}
#logo {
	position: absolute;
	left: 29px;
	top: 7px;
}
#lang {
	position: absolute;
	right: 29px;
	top: 35px;
}
#lang a {
	font-size: 11px;
	color: #519453;
}
/*HEADER*/

#menu {
	background: #e4eeee url(../images/menubg.jpg) repeat-x;
	height: 36px;	
}
#menu ul li {
	
	display: block;
	float: left;
	padding: 0px 35px;
	background: url(../images/menusep.gif) no-repeat right;

}

#menu ul li:hover {
	background: url(../images/menubg2.jpg) repeat-x;
}

#menu a {
	font: bold 13px Tahoma, Geneva, sans-serif;
	color: #566570;
	text-decoration: none;
	line-height: 36px;
}
#menu a:hover {
	text-decoration: underline;
}

/*MENU*/

#col3 {
	margin: 25px 23px 0px;
	font-size: 11px;
	line-height: 15px;
	position: relative;
}
.col1 {
	width: 270px;
	float: left;
	margin-bottom: 30px;
	font-size: 11px;
	line-height: 15px;
}

a.readmore  {
	color: #FFF;
	background: #85a2b5;
	padding: 5px 10px;
	width: 80px;
	text-align: center;
	display: block;
	margin-top: 10px;
}

/*3col*/

#flash {
	margin: 25px 23px 0px;
	position: relative;
	float: none;
	height: 216px;

}
/*FLASH*/

#container {
	margin: 20px 23px 0px;
}
/*CONTAINER*/
#footer {
	background: #F1F5F5;
	text-align: center;
	margin: 25px 0px 0px;
	font-size: 11px;
	line-height: 15px;
	padding: 35px 0px;
}


.main ol {
	margin-top: 10px;
	padding-left: 15px;
	list-style: decimal;
}
.main ol li {list-style: decimal;}
.main ol ol {
	margin-top: 10px;
	padding-left: 15px;
	list-style: upper-alpha;
}
.main ol ol li {list-style: upper-alpha;}
.main ol ol ol {
	margin-top: 10px;
	padding-left: 15px;
	list-style: upper-roman;
}
.main ol ol ol li {list-style: upper-roman;}
.main ol ol ol ul li {list-style: disc;}
.main li {
	display: list-item;
	margin-left: 15px;
	list-style: outside;
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.main ul {
	margin-top: 10px;
	padding-left: 15px;
	list-style: disc;
}
.main ul li {list-style: disc;}
.pic0 {
	margin: 5px 10px 0px 0px;
	padding: 2px;
	border: 1px solid #666;
}
