body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px 0px;
	color: #0081D7;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px 0px;
	color: #000;
}

a {color: #0081D7;text-decoration: underline;}
a:hover {text-decoration: none;}

img.CKF { border: solid 2px #81c0e9; }
img.CKF_noborder { border: 0px; }

/* Page container */
#page {
	background: url(../pics/bg-page.gif) repeat-x;
}

#page #top { 
	background: url(../pics/bg-top.jpg) no-repeat;
	width:1204px; 
	height:133px;
}

#page #content {
	width: 1250px;
	clear: both;
	background: url(../pics/bg-content.gif) repeat;
}

#page #content #innerContent {
	background: url(../pics/bg-white.gif) repeat-y;
}

#page #content #leftContent {
	width: 220px;
	float: left;
	padding: 20px 10px 10px 10px;
}
#page #content #middleContent {
	/*background-color: #fff;*/
	width: 770px;
	float: left;
}
#page #content #rightContent {
	width: 220px;
	float: right;
	padding: 20px 10px 10px 10px;;
}

/* Login container */
#page #content #leftContent #login {
	background: url(../pics/bg-box.jpg) repeat-x;
	width: 210px;
	height: 66px;
	border: 2px solid #7FC0EB;
}
#page #content #leftContent #login #loginTitle {
	line-height:20px;
	color: #0081D7;
	border-bottom: 1px solid #7FC0EB;
}
#page #content #leftContent #login img {
	float:left;
	margin: 0px;
	padding: 6px 0px 0px 10px;
}
#page #content #leftContent #login #loginButton {
	float:left;
	margin: 10px 8px 8px 20px;
	padding: 3px 15px;
	background-color: #00BB2C;
	border: 1px solid #77B7E2;
}
#page #content #leftContent #login #loginButton a {
	color: #fff;
	text-decoration: none;
}

#page #content #middleContent #text {
	display: block;
	clear: both;
	width: 760px;
	margin: 20px 0px;
	font-size: 14px;
	line-height: 17px;
}

#page #content #middleContent #objects {
	/*background-color: #fff;*/
	border: 2px solid #7FC0EB;
	margin: 20px 0px;
	height: 180px;
	width: 610px;
}
#page #content #middleContent #objects #objecttitle {
	border-bottom: 1px solid #7FC0EB;
	background-color: #00BB2C;
	padding: 5px 0px 5px 5px;
	color: #fff;
}
#page #content #middleContent #objects .object {
	float: left;
	width: 112px;
	padding: 0px 5px;
}
#page #content #middleContent #objects .object img {
	height: 87px;
	width: 110px;
	margin-top: 10px;
	border: 1px solid #0081D7;
}

/* Sitemap */

#sitemap ul ul li {
	font-size: 12px;
}

/* Address container */
#page #content #rightContent #address {
	background-color: #D1D1D1;
	width: 210px;
	border: 2px solid #7FC0EB;
}
#page #content #rightContent #address #addressTitle {
	padding: 5px;
	background-color: #0090FC;
	color: #FFF;
	border-bottom: 1px solid #7FC0EB;
}
#page #content #rightContent #address #addressInfo {
	background: url(../pics/bg-box.jpg) repeat-x;
	padding: 5px 5px 10px 5px;
	color: #0081D7;
}

/* MailBox container */
#page #content #rightContent #mailBox {
	margin-top: 20px;
	background-color: #D1D1D1;
	width: 210px;
	border: 2px solid #7FC0EB;
}
#page #content #rightContent #mailBox #Title {
	padding: 5px;
	background-color: #0090FC;
	line-height:14px;
	color: #FFF;
	border-bottom: 1px solid #7FC0EB;
}
#page #content #rightContent #mailBox #Info {
	background: url(../pics/bg-box.jpg) repeat-x;
	padding: 5px 5px 0px 5px;
	color: #0081D7;
}
#page #content #rightContent #mailBox #Info #loginButton {
	position: relative;
	width: 65px;
	margin: 10px 0px 10px 60px;
	padding: 3px 5px;
	background-color: #0090FC;
	border: 1px solid #77B7E2;
}
#page #content #rightContent #mailBox #Info #loginButton a {
	color: #fff;
	text-decoration: none;
}

#page #content #horizon {
	clear: both;
	background: url(../pics/bg-horizon.gif) no-repeat left;
	height: 31px;
	margin-left: 190px;
	margin-top: 0px;
}

#page #bottom {
	height:32px;
}

/* Menu container */
/* Menu environment */
#page #top #menu {
	padding-top: 101px;
	padding-left: 230px;
	text-align: left;
	width: 923px;
}
#page #top #menu .pulldownMenu {
	border: 2px solid #7fc0eb;
	border-right:0px;
	background-color: #e4f5fc;
	margin-top: 0px;
	padding: 0px 10px;
	display: block;
	float: left;
	text-align: left;
	line-height: 28px;
	height: 28px;
}
#page #top #menu .last { border-right: 2px solid #7fc0eb; }
#page #top #menu .current { background-color: #fff; }

#page #top #menu .popupMenu {
	overflow: hidden;
	position: absolute;
	padding: 10px;
	margin-left: -12px;
	background-color: #fff;
	border: solid 2px #7fc0eb;
	border-top: solid 2px #7fc0eb;
}
#page #top #menu  a {
	color: #0081d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#page #top #menu  a:hover { text-decoration: underline; }
#page #top #menu  .popupMenu  a { line-height: 20px; }
#page #top #menu .current { border-bottom: solid 2px #fff; }
#page #top #menu  .current a {	color: #2f8a36; }
#page #top #menu .popupMenu a  {color: #0081d7; }

/*
#page #top #menu {
	padding-top: 101px;
	padding-left: 171px;
	text-align: left;
	width: 823px;
}

#page #top #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}
#page #top #menu ul li.currentlast,
#page #top #menu ul li.last,
#page #top #menu ul li {
	border: 2px solid #7FC0EB;
	border-right:0px;
	background-color: #E4F5FC;
	margin-top: 0px;
	padding: 0px 10px;
	display: block;
	float: left;
	text-align: left;
	line-height: 28px;
	height: 28px;
}
#page #top #menu ul li.currentlast,
#page #top #menu ul li.last{border-right: 2px solid #7BC2E0;}

#page #top #menu ul li.currentlast,
#page #top #menu ul li.current {
	background-color: #fff;
	border-bottom: 2px solid #fff;
}
#page #top #menu ul li.current a,
#page #top #menu ul li a {
	color: #0081D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#page #top #menu ul li.currentlast a,
#page #top #menu ul li.current a {color: #2F8A36;}

#page #top #menu ul li a:hover {
	text-decoration: underline;
	border-top: 0px;
}
*/

/* Footer container on the bottom */
#page #footer {
	background: url(../pics/bg-bottom-line.gif) repeat-x;
	height:63px;
	line-height:20px;
	padding-top: 7px;
	padding-left: 239px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: left;
}
#page #footer a {color: #fff; text-decoration: none;}
#page #footer a:hover {text-decoration: underline;}
#page #footer a#sitemap {
	left: 963px;
	position: absolute
}

#page #print_footer {display: none;}

/* Table */
table.overview {
	border: 2px solid #7FC0EB;
	margin: 0px;
}
table.overview tr.headerrow {
	background-color: #00BB2C;
	color: #FFF;
}
table.overview tr.headerrow td { border-bottom: 2px solid #7FC0EB; }
table.overview tr.evenrow td { background-color: #E4F5FC; }

/* General classes used throughout the site */
.clear {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
}

.error { color:#F00; }

.deEmphasize {
	color: #2F8A36;
	font-size: 12px;
}

#leftMargin { width: 4px; float: left; }
#rightMargin { width: 4px; float: left; }

.leftColumn{float:left;}
.rightColumn{float:right;}

#page #content #text .thumbnailContainer {
	float: right;
	width: 120px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}
span.greenText { color:#2F8A36; }
span.blueText { color:#0081D7; }