html {
	min-width: 1000px;
	width: 99%;
	zoom: normal;
}
body {
	font-family: "Trebuchet MS", "Helvetica", "sans-serif";
	background-image: url("images/background-gradientFull.jpg");
	background-repeat: repeat-y;
	background-position: center;
	//background-color: #00a855;
	width: 100%;
}

.pic-frontpage {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	font-size: 16pt;
}
.pic-frontpage img {
	vertical-align: middle;
}
.pic-frontpage a img{
	border: none;
}

.footer {
	width: 700px;
	color: #3399FF;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url("./images/wave.png");
	background-repeat: no-repeat;
	background-position: center;
	min-height: 45px;
}
.footer a {
	text-decoration: none;
	color: inherit;
}
.footer a:hover {
	color: black;
}
.footer table {
	width: 100%;
}
.footer td {
	min-height: 45px;
	vertical-align: center;
}
.header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	border: 4px solid #3399FF;
	color: #3399FF;
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
}

.header .sub {
	font-size: 14pt;
}

.nav-bar {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: -4px;
}

.nav-bar ul {
	list-style: none;
	padding:0;
	margin:0;
	text-align: center;
}

.nav-bar li {
	display: inline;
	padding-bottom: 1px;
	border: 4px solid #3399FF;
	margin: 0;
	margin-left: -9px;
	background-color: #e0f1e0;
}
.nav-bar li.up {
	border-top-width: 0;
}
.nav-bar li.down {
	border-bottom-width: 0;
}
.nav-bar li a {
	padding: 0px 5px;
	font-weight: bold;
	text-decoration: none;
	color: #3399FF;
}

.nav-bar li a:hover {
	color: black;
}

.frame-wrapper{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: none;
	
}

.content-wrapper {
	width: 710px;
	color: black;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 500px;
}
.content-wrapper table{
	height: 100%;
	min-height: 500px;
}
.wrapper-outer {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.main {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.main h3 {
	text-align: center;
}
.main ul {
	list-style: none;
}
.main a {
	text-decoration: none;
	color: #3399FF;
}
td.sidebar {
	padding: 15px;
	background-color: black;
	color: #bddfc6;
	border: 4px solid #3399FF;
	vertical-align: top;
	font-size: 8pt;
	text-indent: -5px;
	overflow: hidden;
}
td.sidebar .book {
	text-align: center;
}
td.sidebar a {
	text-decoration: none;
	color: #3399FF;
}
td.sidebar a:hover {
	color: #bddfc6;
}
td.sidebar ul {
	list-style: none;
	font-weight: bold;
	margin-left: -40px;
}
td.sidebar li {
	font-weight: normal;
}

.wavebar {
	color: #bddfc6;
	font-size: 8pt;
}
ul.wavebar{
	list-style: none;
	font-weight: bold;
}
.wavebar a {
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;
}
.wavebar a:hover {
	color: #bddfc6;
}
.wavebar li {
background-color: black;
	padding: 5px;
	list-style: none;
	margin-top: -4px;
	border: 4px solid #3399FF;
}

.wavebar li.left {
	border-left-width: 0px;
}
.wavebar li.right {
	border-right-width: 0px;
}
