* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333399;
	margin: 0;
	padding: 0;
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-decoration: none;
	text-align: left;
}
body {
	text-align: center; /* IE ONLY */
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
body {
	background-color: #BDBDBD;
}

#box {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #efefef;
}

#header {
	position: relative;
	height: 100px;
	background-color: white;
}

#logo {
	position: absolute;
}


			
#headerRight {
	float: right;
	width: 250px;
	height: 100%;
	background-color: #9eb3d0;
}

#main {
	position: relative;
	width: 800px;
}

#navigation {
	float: left;
	width: 199px;
	padding-top: 15px;
	padding-bottom: 0px;
	background-color: #F7E859;
}


#navigation_bottom {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #acacac;
	padding-left:16px;
	width: 199px;
	margin-top: 45px;
	padding-top: 15px;
	padding-bottom: 0px;
}


#content {
	position: relative;
	float: left;
	width: 600px;
	_width: 601px;
	background-color: #efefef;
	border-left: 1px solid white;
}

#contentWide {
	float: left;
	width: 600px;
	padding-bottom: 45px;
	background-color: white;
	border-top: 1px solid white;
}

#contentMain {
	float: left;
	width: 350px;
	padding-bottom: 45px;
	border-top: 1px solid white;
}

#contentRight {
	float: right;
	width: 247px;
	padding-bottom: 45px;
	border-top: 1px solid white;
}

#pano {
	position: realtive;
	height: 100px;
	width: 600px;
	background-color: #CDD9E7;
	overflow: hidden;
}

#panoDeviderLine {
	position: absolute;
	top: 0; 
	left: 349px;
	width: 0; 
	height: 100px;
	border-left: 1px solid white; 
}

#footer {
	_margin-bottom: -2px;
	clear: both;
	font-size: 0;
	height: 0px;
	background-color: transparent;
}

.edit {
	position: relative;
	top: 1px;
	left: 0px;
}

.mgnlControlButtonSmall {
	position: relative;
	cursor: pointer ! important;
}


h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	/*color: red;*/
	font-size: 14pt;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	/*color: green;*/
	font-size: 13pt;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 10px;
}
h3 {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
h4 {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h6 {
	padding-bottom: 12px;
	width: 340px;
}

.text {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.textPano {
	position: absolute;
	z-index: 9;
	width: 325px;
	_width: 350px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 12px;
}

p {
	padding-bottom: 12px;
}

a { 
	font-weight: bold;
	text-decoration: none; 
	color: #3E83AD; 
}
a:hover,
a:focus { 
	color: #445566;
}

ul {
	padding-bottom: 12px;
	padding-left: 15px;
	margin-left: 0px;
}

li {
	padding-left: 0px;
	margin-left: 0px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.image_pano {
	position: relative;
}


.navSelf {
	font-weight: bold;
}

td {
	vertical-align: top;
	font-size: 7pt;
	padding-bottom: 8px;
}

td em,
td strong {
	font-size: 7pt;
}


.nav,.navSelf,.navPath,.navPathSelf { padding-bottom:3px;padding-top:3px; }
.navSelf,.navPathSelf { background-color:#FFFFFF;}
.navPath { background-color:#003F87;}

a.navA {font-weight:normal;}
a.navPathLink {color:#FFFFFF;}
a.navA {color:#333399;}

hr {
	border: none;
	background: url(images/dotedline.gif) fixed repeat-x;
}
