body {
	background-image: url(/images/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #1e3c69;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e767b;
}

a {
	color: #3069aa;
	text-decoration: underline;
}

a:hover {
	color: #f26522;
	text-decoration: none;
}

#wrapper { 
    margin: 0 auto;
    width: 960px;
}

#header {
	float: left;
	background-image:url(/images/bg_header.gif);
	background-repeat: repeat-x;
	width: 960px;
	height: 100px;
	margin-bottom: 2px;
}

#logo {
	float: left;
}

#fnbox {
	float: right;
	padding-right: 30px;
	font-size: 10px;
	color: #4e6a7d;
}

#funcnav {
	padding: 22px 0px 22px 0px;
	font-size: 10px;
	color: #4e6a7d;
	text-align:right;
}

#funcnav a {
	color: #4e6a7d;
	text-decoration: none;
	text-transform:uppercase;
}

#funcnav a:hover {
	color: #f26522;
	text-decoration: none;
	text-transform:uppercase;
}

#funcnav a.active {
	color: #f26522;
	text-decoration: none;
	text-transform:uppercase;
}

#contentWrap {
	float: left;
	display: inline;
	/*background-image: url(/images/bg_content.png);*/
	background-repeat: no-repeat;
	background-color: #dfdfdf;
	/*background-color: #ffffff;*/
	width: 960px;
}

#leftcolumn { 
	float: left;
	width: 205px;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	/*background-image: url(/images/bg_content.png);
	background-repeat: no-repeat;*/
	background-color: #dfdfdf;
}

#navigation {
	float:left;
	width: 195px;
	padding-left: 5px;
	margin: 12px 0px 50px 0px;
}

#navigation ul {
	float: left;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navigation li.nav a {
	background-image:url(/images/arrow_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	display: block;
	color: #557184;
	text-decoration: none;
	line-height: 30px;
	width: 170px;
	padding-left: 20px;
	border-bottom: 1px dotted #a8bdd2;
}

#navigation li.nav a:hover {
	color: #d57319;
}

#navigation li.navactive a {
	background-image:url(/images/arrow_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	display: block;
	color: #d57319;
	text-decoration: none;
	line-height: 30px;
	width: 170px;
	padding-left: 20px;
	border-bottom: 1px dotted #a8bdd2;
}

#navigation li.sub a {
	background-image:url(/images/arrow_subnav1.gif);
	background-repeat: no-repeat;
	background-position: 20px 9px;
	display: block;
	color: #777777;
	text-decoration: none;
	line-height: 25px;
	width: 160px;
	padding: 0px 0px 0px 30px;
	border-bottom: 0px;
}

#navigation li.sub a:hover {
	color: #d57319;
}

#navigation li.subactive a {
	background-image:url(/images/arrow_subnav2.gif);
	background-repeat: no-repeat;
	background-position: 20px 9px;
	display: block;
	color: #d57319;
	text-decoration: none;
	line-height: 25px;
	width: 160px;
	padding: 0px 0px 0px 30px;
	border-bottom: 0px;
}

#contentBox {
	float: left;
	display: inline;
	width: 734px;
	border-left: 1px solid #e3e3e3;
	padding-bottom: 30px;
	background-color:#ffffff;
}

#visual {
	padding-bottom: 10px;
}

#tdContent {
	float: left;
	/*width: 415px;*/
	padding-left: 20px;
	/*text-align: justify;*/
}

#contentBig {
	float: left;
	/*width: 615px;*/
	padding-left: 30px;
	/*text-align: justify;*/
}

#tdContent p, #tdContent2 p {
	margin: 0px;
	/*padding: 10px 0px 10px 0px;*/
	padding: 0px 0px 0px 0px;
}

h1 {color: #d57319; font-size: 18px; font-weight: normal; text-align: left; margin: 0px; }
h2 {color: #9bbac3; font-size: 21px; font-weight: bold; margin: 0px 0px 30px 20px; }
h3 {color: #6e767b; font-size: 14px; font-weight: bold; }
h4 {color: #be5216; font-family: "Trebuchet MS"; font-size: 14px; font-weight: normal; margin: 0px 0px 10px 0px;}

.intro	{color: #597588; font-size: 12px; font-weight: bold; }
.H1		{color: #d57319; font-size: 18px; font-weight: normal; text-align: left; margin: 0px; }
.H2		{color: #9bbac3; font-size: 21px; font-weight: bold;}
.H3		{color: #1f487d; font-size: 14px; font-weight: bold;}
.H4		{color: #be5216; font-size: 14px; font-weight: normal; margin: 0px 0px 10px 0px;}

.banner {
	float: left;
	margin-top: 10px;
	display: inline;
}

#rightcolumn { 
	float: right;
	width: 260px;
	overflow: hidden;
}

#contact {
	float: left;
}

.news {
	float: left;
	background-image: url(/images/news_line.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 10px 10px 20px;
}

.news p {
	margin: 0px;
	padding-bottom: 5px;
}

a.more {
	background-image: url(/images/arrow_more.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
	color: #3069aa;
	text-decoration: none;
}

a.more:hover {
	color: #f26522;
	text-decoration: none;
}

.allnews {
	float: left;
	padding: 0px 10px 20px 20px;
}

.allnews a {
	background-image: url(/images/arrow_more.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
	color: #3069aa;
	text-decoration: none;
}

.allnews a:hover {
	color: #f26522;
	text-decoration: none;
}

#footer { 
	float: left;
	background-image:url(/images/bg_footer.gif);
	background-repeat: repeat-x;
	width: 960px;
	clear: both;
	margin: 2px 0px 0px 0px;
	line-height: 52px;
	color: #6f8798;
}

#footer a {
	color: #6f8798;
	text-decoration: none;
}

#footer a:hover {
	color: #f26522;
	text-decoration: none;
}

#footerLeft { 
	float: left;
	padding-left: 20px;
}

#footerRight { 
	float: right;
	padding-right: 30px;
}

#clear {
	clear: both;
}

.veld {
	background-image: url(/images/bg_search.gif);
	background-repeat: no-repeat;
	width: 172px;
	height: 23px;
	padding-left: 10px;
	border: 0px;
}

.search {
	background-color: transparent;
	border: 0px;
	width: 160px;
	font-size: 11px;
	color: #3f5c6c;
}

img.photo_left {
	padding: 1px;
   	border: 5px solid #c5c5c5;
	margin-bottom: 10px;
	margin-right: 10px;
}

img.photo_right {
	padding: 1px;
   	border: 5px solid #c5c5c5;
	margin-bottom: 10px;
	margin-left: 10px;
}

#extra {
	float: left;
}

#tdContent UL
{
	list-style-type:disc;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:16px; 
	list-style-image: url(/images/CheckMarkOk.gif);
}
#tdContent UL
{
	list-style-type:disc;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:16px; 
	list-style-image: url(/images/bullet.jpg);
}
#tdContent UL.check
{
	list-style-type:disc;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:16px; 
	list-style-image: url(/images/CheckMarkOk.gif);
}

input.text		{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #3f5c6c; border:solid 1px #afafaf;}
select.sel		{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #3f5c6c; }
textarea.text	{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #3f5c6c; border:solid 1px #afafaf;}
input.btn		{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #3f5c6c;}

a.sitemap, a.sitemap:link, a.sitemap:visited{color: #6e767b; text-decoration: none;}
a.sitemap:active, a.sitemap:hover			{color: #f26522; text-decoration: underline;}
li.sitemap1{margin-left:0px;}
li.sitemap2{margin-left:15px;}
li.sitemap3{margin-left:30px;}

.msg	{font-family:Verdana; font-size: 8pt; COLOR: #aa0000; FONT-WEIGHT: bold;}

A.bookmark		{TEXT-DECORATION: none; background-color:none;}
A.bookmark_edit	{TEXT-DECORATION: none; background-color:#FD9D9D;}

DIV.we_off	{background-color:transparent; cursor:auto; display: block;}
DIV.we_over	{background-color:#efefef; cursor:hand; display: block;}
DIV.we_on	{background-color:transparent; cursor:auto; display: block;}

SELECT.we	{color: #322201; font-family: Verdana; font-size: 9px;}
img.we		{margin-left:0px}

