@charset "UTF-8";

/* ----------- basic styling ------------ */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #3E8FF3;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 100%;
	}
	
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 20px;
	}
	
#clear {
	clear: both;
	}
	
a.global, a.global:link, a.global:visited   {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	
}
a.global:hover {
	color: #003EB1;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

a.globalon {
	color: #003EB1;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


a.link16, a.link16:link, a.link16:visited   {
	color: #3E8FF3;
	text-decoration: underline;
	font-size: 16px;
	
}
a.link16:hover {
	color: #003EB1;
	text-decoration: underline;
	font-size: 16px;
}
a.link11, a.link11:link, a.link11:visited   {
	color: #3E8FF3;
	text-decoration: underline;
	font-size: 11px;
	
}
a.link11:hover {
	color: #003EB1;
	text-decoration: underline;
	font-size: 11px;
}

.text11   {
	color: #333333;
	font-size: 11px;
	
}

.nav {
	color:#FFFFFF;
	vertical-align: middle;
	line-height: 17px;
	text-align: right;
	padding-right: 10px;
	height: 17px;
}
#content {
	line-height: 20px;
	color: #333333;
	font-size: 16px;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	padding-top:30px;
	padding-bottom:80px;
	background-image: url(../img/bottombg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#app {
	line-height: 20px;
	color: #333333;
	font-size: 16px;
	text-align: center;
}
.schHd {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
.sch {
	font-size: 14px;
	padding: 3px;
}
#simpleViewer { height: 92%;}