body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	background-color: #4888d0;
	color: #000;
	text-align: center;
}

a:link {padding: 2px 1px; font-weight: bold; text-decoration: none; color: #333;}
a:visited {padding: 2px 1px; font-weight: bold; text-decoration: none; color: #333;}
a:hover {padding: 2px 1px; font-weight: bold; text-decoration: none; color: #666;}
a img {border: none;}

#page {
	text-align: left;
	width: 760px;
	margin: auto;
	padding: 0px;
	background: #accef1 url('../pix/page_back_blue.png') repeat-y top left;
}

#top {
	height: 130px;
	background: #fff url('../pix/page_top_blue_hr.png') repeat-y top left;
}

#bottom {
	height: 35px;
	background: #fff url('../pix/page_bottom_blue.png') repeat-y top left;
}

#frame {
	width: 580px;
	padding: 5px;
	float: right;
}

#langbar {
	text-align: right;
	margin-right: 7px;
	width: 100%;
}

#navbar {
	margin-right: 5px;
	padding: 4px;
	color: #fff;
	background-color: #4888d0;
}

#navbar a:link {padding: 2px 1px; font-weight: bold; text-decoration: none; color: #fff;}
#navbar a:visited {padding: 2px 1px; font-weight: bold; text-decoration: none; color: #fff;}
#navbar a:hover {padding: 2px 1px; font-weight: bold; text-decoration: none; color: #ddd;}


#caption {
	color: #f84;
	font-family: Times New Roman, sans-serif;
	font-size: 250%;
}

#content {
	width: 370px;
	font-family: Times New Roman, sans-serif;
	font-size: 160%;
	line-height: 1.5em;
	float: left;
}

#content_full {
	font-family: Arial, sans;
	font-size: 140%;
	line-height: 1.5em;
}

table.itemlist {
	width: 100%;
}

table.itemlist tr.even {
	background-color: #accef1;
}

ul.toclist {
	padding: 0px;
	margin: 0;
	font-size: 90%;
	list-style-type: none;
}

ul.toclist li {
	padding: 0px;
	margin: 15px;
	clear: both;
}

ul.toclist li img {
	float: left;
}

dl.contactinfo {
	font-size: 110%;
	margin: 10px;
}

dl.contactinfo dt {
	margin-top: 15px;
	font-weight: bold;
}

dl.contactinfo dl {
}

#imgarea {
	text-align: center;
}

#slidebar {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
}

#slide1 {
	width: 270px;
	margin-left: 10px;
	float: left;
}

#slide2 {
	width: 270px;
	margin-left: 285px;
}

#slide1 img {
	width: 260px;
	height: 350px;
}

#slide2 img {
	width: 260px;
	height: 350px;
}

#imgbar {
	width: 180px;
	margin-left: 380px;
	text-align: center;
}

#sidebar {
	width: 160px;
	text-transform: uppercase;
}

#sidebar a:link {padding: 2px 1px; font-weight: bold; text-decoration: none; color: #fff;}
#sidebar a:visited {padding: 2px 1px; font-weight: bold; text-decoration: none; color: #fff;}
#sidebar a:hover {padding: 2px 1px; font-weight: bold; text-decoration: none; color: #ddd;}

#sidebar ul {
	padding: 0px;
	margin: 0;
	list-style-type: none;
}

#sidebar ul.navtop {
	margin-bottom: 2em;
}

#sidebar ul li {
	margin: 0;
	padding: 3px;
	margin-left: 3px;
}

#footer {
	text-align: center;
	margin-left: 180px;
	margin-right: 15px;
	padding-top: 10px;
	border-top: 1px solid #4888d0;
	clear: both;
}

#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption { float: left; }

#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }

#overlay { background-image: url(/pix/overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/pix/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/pix/overlay.png", sizingMethod="scale");
}

