<!--

body {
	margin: 0px;
}

p {
	font: 65% Verdana, sans-serif;
	/* color: #224876; */
	color: #333333;
	margin-top: 0px;
	margin-bottom: 8px;
}

a {
	color: #224876;;
}

a:hover {
	text-decoration: none;
}

h1 {
	font: 120% Verdana, sans-serif;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

h2 {
	font: 100% Verdana, sans-serif;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 66px;
	background: #5da9e3;
}

#menu_top {
	background-image: url('/gfx/topmenu_bg.jpg');
	background-repeat: repeat-y;
}

	#navigation {
		padding: 5px;
		margin: 0px;
		list-style: none;
		float: right;
	}
		#navigation li {
			float: left;
			margin: 0 auto;
		}
		#navigation li a {
			display: block;
			padding: 0 1.4em;
			line-height: 1.2em;
			font: 65% Verdana, sans-serif;
			font-weight: 700;
			color: #FFFFFF;
			text-decoration: none;
		}
		#navigation li a:hover {
			text-decoration: underline;
		}

	#languageselector {
		float: left;
		padding-top: 1px;
		padding-left: 1px;
	}
		#languageselector select {
			font: 65% Verdana;
		}

#menu_sub {
	border-bottom: 1px solid #145075;
}

	#subnavigation {
		padding: 5px;
		margin: 0px;
		list-style: none;
		float: right;
	}
		#subnavigation li {
			float: left;
			margin: 0 auto;
		}
		#subnavigation li a {
			display: block;
			padding: 0 1.4em;
			line-height: 1.2em;
			font: 65% Verdana, sans-serif;
			font-weight: 700;
			color: #145075;
			text-decoration: none;
		}
		#subnavigation li a:hover {
			text-decoration: underline;
		}

#leftcol {
	float: left;
	width: 180px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#leftcol_padding {
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 2px;
}

#maincol {
	float: left;
	width: 380px;
	margin-top: 2px;
	margin-bottom: 2px;
}

	#maincol td {
		font: 65% Verdana, sans-serif;
		color: #224876;
	}

	#maincol li {
		font: 65% Verdana, sans-serif;
		color: #224876;
	}

	#maincol input,select {
		font: 100% Verdana, sans-serif;
	}

#largemaincol {
	float: left;
	width: 560px;
	margin-top: 2px;
	margin-bottom: 2px;
}

	#largemaincol td {
		font: 65% Verdana, sans-serif;
		color: #224876;
	}

	#largemaincol input,select {
		font: 100% Verdana, sans-serif;
	}


#rightcol {
	float: right;
	width: 180px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#footerseperator {
	border-top: 1px solid #85a3b7;
}

#footer {
	margin-bottom: 20px;
}

	#footer p {
		text-align: center;
		margin-bottom: 3px;
		color: #000000;
	}
	
	#footer a {
		color: #224876;;
	}

	#footer a:hover {
		text-decoration: none;
	}

#front_activeimport {
	width: 380px;
	height: 350px;
	background-image: url('/gfx/orange_activeimport.gif');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

	#front_activeimport div {
		padding-left: 180px;
		padding-right: 15px;
		padding-top: 40px;
	}

#front_activexport {
	width: 380px;
	height: 315px;
	background-image: url('/gfx/orange_activeexport.gif');
	background-repeat: no-repeat;
}

	#front_activexport div {
		padding-left: 15px;
		padding-right: 170px;
		padding-top: 70px;
	}

#install_activeimport {
	width: 530px;
	height: 379px;
	background-image: url('/gfx/activeimport_install.gif');
	background-repeat: no-repeat;
}

	#install_activeimport div {
		padding-left: 190px;
		padding-right: 10px;
		padding-top: 0px;
	}

#install_activeexport {
	width: 530px;
	height: 379px;
	background-image: url('/gfx/activeexport_install.gif');
	background-repeat: no-repeat;
}

	#install_activeexport div {
		padding-left: 190px;
		padding-right: 10px;
		padding-top: 0px;
	}

#contact {
	width: 380px;
	height: 156px;
	background-image: url('/gfx/contact_bg.gif');
	background-repeat: no-repeat;
}

	#contact_left {
		padding: 10px;
		float: left;
		width: 130px;
	}

	#contact_right {
		padding: 10px;
		float: left;
		width: 200px;
	}

.box_header {
	height: 22px;
	background-color: #b5d9f1;
	background-image: url('/gfx/box_puzzle.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.box_body {
	padding: 5px;
}

.quote {
	background-image: url('/gfx/quote_grey.gif');
	background-repeat: no-repeat;
}

.quote p {
	line-height: 15px;
	margin-bottom: 0px;
}

.quoteauthor {
	font-style: italic;
	color: #999999;
	text-align: right;
}

.quote2 p {
	line-height: 15px;
	margin-bottom: 0px;
}

.quoteauthor2 {
	font-style: italic;
	color: #999999;
}


.fancybullet {
	margin-top: 5px;
	list-style-image: url(/gfx/fancybullet.gif);
}

.fancybullet li {
	font: 65% Verdana, sans-serif;
	/* color: #224876; */
	color: #333333;
	margin-left: -15px;
	margin-bottom: 5px;
}

.clearboth {
	clear: both;
}

-->