@charset "UTF-8";

/*===========
Normalize CSS
===========*/

body, div, dl, dd, dt, ul, ol, li,  h1, h2, h3, h4, h5, h6, p, pre, input, blockquote, th, td{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}
ol, ul{
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img{
	border: 0;
}
caption: th{
	text-align: left;
}
q:before, q:after{
	content: "";
}

/*===============*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color:#F0F0FF;
	/*background-image:url(img/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}
a {
	color:#343d68;
	font-weight:600;
	text-decoration:underline;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
div#header {
	text-align: left;
	margin: 0.5em 100px 0.5em 100px;
	padding: 0px;
	/*color:#F0F0FF;*/
	/*color:#333333;*/
	color:#FF0000;
	min-width: 40em;
}
p {
	margin: 0em 2em 0.75em 2em;
	line-height: 1.5em;
	text-indent:1.5em;
	text-align:justify;
	clear:both;
	font-size:125%;
}
p:first-child {
	margin-top:0px;
}
div#bod {
	text-align: left;
	margin: 0px 100px 0px 100px;
	background-color:#FFFFFF;
	word-wrap: break-word;
	min-width: 40em;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}
div#content {
	padding: 0.5em;
	color: #333333;
	/*margin-left: 145px;*/
	font-size:120%;
	overflow:hidden;
}
div#content ul {
	/*list-style:disc inside;*/
	padding:0;
	/*text-indent: -1em;*/
	margin:0 1em 1.5em 1em;
	font-size:150%;
	font-weight:600;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
}
ul#sponsors{
	text-align:center;
}
div#content ul.disk{
	list-style:disc inside;
	border:0px;
	font-size:110%;
	font-weight:500;
}
div#content ul ul {
	/*list-style:circle inside;*/
	margin-bottom: 1em;
	font-size:85%;
	font-weight:500;
}
div#content ul ul ul {
	/*list-style:disc inside;*/
	font-size:85%;
}
div#content li {
	margin:0.5em 0em 0.5em 0em;
}
div#content ul ul li {
	/*font-size:medium;*/
	margin:0.5em 0.25em 0.5em 0.25em;
}
div#gallerycontent {
	padding: 0.5em;
	color: #000000;
	font-size:larger;
	text-align:center;
}
div#gallerycontent a {
	width: 200px;
	height: 150px;
}
div#gallerycontent img {
	margin:5px;
}
div#gallerycontent img:hover {
	margin:0px;
	border:5px #343d68 solid;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color:#343d68;
}
div#topmenu a {
	color:#343d68;
	font-weight:600;
	display:inline-block;
	padding:3px;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#topmenu ul {
	margin:0px;
	padding: 1px 0px 1px 0px;
	display: block;
	overflow:hidden;
	text-align:center;
}
div#topmenu li {
	margin: 0px 3px 0px 3px;
	padding: 0px;
	display: inline;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
div#topmenu a:hover {
	color:#DDDDDD;
	background-color:#343d68;
	text-decoration:none;
}
div#topmenu a:focus {
	background-color:#343d68;
}
div#topmenu a:active {
	background-color:#343d68;
}
div#footer {
	padding: 0.25em;
	text-align: left;
	min-width: 40em;
}
img.imgleft {
	float:left;
	margin: 0.5em 0.5em 0 0;
	clear:left;
}
h1 {
	font-size: 200%;
	margin: 0px 0px 0px 20px;
	padding: 0;
	text-shadow: /*#343d68*/ #220000 2px 2px 5px;
}
h1+div {
	font-size:125%;
	margin: 0px 0px 0px 20px;
	padding: 0;
	text-shadow: #220000 2px 2px 5px;
}
h4 {
	text-align:center;
	margin:0.5em 0em 0.1em 0em;
	padding:3px;
	/*background:url(img/h4-trans.png) center;*/
	font-size:250%;
}
h4.small {
	font-size:150%;
}
h4.sub {
	font-size:100%;
	font-style:italic;
}
hr {
	padding:0;
	margin:0;
	height:1px;
	border:0;
	background-color:#000000;
}
h3 {
	/*background:url(img/toplevel-trans.png) no-repeat;*/
	padding:3px 3px 3px 0.5em;
	margin-bottom:5px;
}
.floatright {
	float:right;
}
dl {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding:100px 0 100px 0;
	font-size:150%;
}
dt {
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
}
tr {
	font-size:80%;
	border-bottom:1px solid #000000;
	background-color:#CCCCCC;
}
tr:hover {
	background-color:#BBBBBB;
	color:#000000;
}
td {
	padding: 3px;
}
th {
	padding: 3px;
	font-weight:700;
	text-align:center;
	background-color:#664242;
	color:#CCCCCC;
}
.clear {
	clear:both;
}
.red {
	color:#FF0000;
}
.center {
	text-align:center;
}
h5 {
	text-align:center;
	font-size:150%;
	margin-top:1em;
	margin-bottom:1em;
}
.verse {
	text-align:center;
	font-style:italic;
	text-indent:0;
}
.author {
	text-align:right;
	font-style:italic;
}