html {
	height: 100%;
}
body {
	background: #eeeeff;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	height: 100%;
}
img {
	border: 0;
}

#header {
	color: black;
	background: #99a8ff;
}

#header .left {
	width: 12em;
	text-align: center;
	background: white;
}

#header .headerRight {
	position: absolute;
	top: 1em;
	right: 1em;
	font-size: 120%;
	padding: 0;
}

.navi {
	color: white;
	background: #5555cc;
	font-size: 80%;
	text-align: right;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-right: 1em;
	padding-top: .2em;
	padding-bottom: .2em;
}
.navi a {
	text-decoration: none;
	color: yellow;
}
.navi a:hover {
	text-decoration: none;
	color: white;
}

#sidebar {
	clear: left;
	float: left;
	width: 12.05em;
	/*border-right: 1px solid;*/
	background: white;
}

#sidebarmenu {
	border-right: .05em solid;
	padding: .5em;
}

.menutop {
	color: black;
	background: #6666cc;
	border: solid 1px;
	margin-top: 3px;
}
.menu {
	color: black;
	background: #8888dd;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}

.menu2 {
	color: black;
	background: #99a8ff;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}

.menu p, .menutop p {
	padding: 3px;
	margin: 0;
}

.menu2 p {
	padding: 3px;
	margin: 0 0 0 1em;
}

.menu2 a, .menu a, .menutop a {
	width: 100%;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 70%;
	color: black;
}

.menu2 a:hover, .menu a:hover, .menutop a:hover {
	text-decoration: none;
	background: #ffffff;
}

.menu a:visited {
	color: #222222;
}


#footer {
	clear: both;
	background: white;
}

#footer .left {
	float: left;
	width: 12.05em;
	/*height: 3em;*/
	background: white;
	/*border-right: 1px solid;*/
}

div.left1 {
	border-right: .05em solid;
	padding: .5em;
}


#footer .middle {
	text-align: center;
	background: #99a8ff;
	padding: .5em;
	margin-left: 12em;
	border-left: .05em solid;
}
#footer .right {
	float: right;
}

#footer a {
	text-decoration: none;
	color: blue;
}
#footer a:visited {
	color: #8000ff;
}
#footer a:hover {
	color: red;
}

#homefooter {
	text-align: center;
	background: #99a8ff;
	padding: .5em;
}

#main {
	font-size: 100%;
	background: #eeeeff;
	margin-left: 12em;
	margin-bottom: 0;
	border-left: .05em solid;
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: 1em;
	padding-top: 0;

}

#homemain {
	font-size: 100%;
	background: #eeeeff;
	margin-bottom: 0;
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: 1em;
	padding-top: 0;
}

#homemain table {
	width:		75%;
	margin-top:	1em;
	margin-bottom:	1em;
}
#homemain td.list {
	width: 50%;
}

.head1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background: #6666cc;
	padding-top: .4em;
	padding-bottom: .3em;
	padding-left: .5em;
	padding-right: .5em;
	margin-top: .5em;
}
.head2 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background: #8888dd;
	padding-top: .3em;
	padding-bottom: .2em;
	padding-left: .4em;
	padding-right: .4em;
}

.head3 {
	font-size:	100%;
	font-weight:	normal;
	text-align:	left;
	background:	#8888dd;
	padding-top:	.3em;
	padding-bottom:	.2em;
	padding-left:	.4em;
	padding-right:	.4em;
}

#main img {
	border: 0;
}

td {
	text-align:	left;
}

td.thumbc {
	padding: 	5px;
	text-align:	center;
	vertical-align: top;
}
td.lefttop {
	text-align:	left;
	vertical-align:	top;
}

p.legend {
	padding:	0;
	color:		#808080;
	font-size:	60%;
	margin:		5px;
}

.nextpage {
	text-align:	right;
}
