body {
	color:#333;
	background:#FFF;
	margin:0px;
	padding:0px;
	font:13px verdana, arial, helvetica, sans-serif;
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:1.8em;
	font-weight:900;
	color: #000;
	text-align: center;
}
h2 {
	font:bold 1.4em/1.6em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#000;
	border-bottom:1px solid #8C2;
}
h3 {
	font:bold 1.3em/1.6em verdana, arial, helvetica, sans-serif;
	color: #000;
	margin:0px 0px 5px 0px;
}
h4 {
	font:bold 1em/1.2em verdana, arial, helvetica, sans-serif;
	color: #222;
	margin:0px 0px 5px 0px;
}
p {
	font:13px/17px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}
.ContentSection>p {
	margin: 0 0 2em;
}
/* .ContentSection>p+p {
	text-indent: 0em;
    margin: 0 0 2em;
	} */

.pictures ul {
    list-style-type: none;
    margin: 4px;
    padding: 2px;
    text-align: center;
}
.pictures li{
	/* background-color: #ccc; */
    display: inline-block;
    padding: 2px;
    width: 280px;
	vertical-align: top;
}
.pictures li>div{
	border: thin #ccc solid;
	margin: 0.5em;
	padding: 0.5em;
}
.pictures li>div>p {
	/* background-color: #abcdef; */
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	margin: 0.1em;
}
.SmallText {
	font-style: italic;
	font-size: smaller;
}
.ContentSection:first-child {
	min-height: 480px;
}
ul, ol {
	font:13px/17px verdana, arial, helvetica, sans-serif;
}
a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}
a:link {color:#9ad85d;}
a:visited {color:#07a;}
a:hover {text-decoration:none; border-bottom:1px solid #7B90ED;}
  
.italics {
	font-style: italic;
}
/* All the content boxes belong to this content class. */
.ContentSection {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	/* min-width:240px; */
	margin:0 150px 5px 150px;
	border:1px solid #000;
	background-color:white;
	padding:10px;
	z-index:0; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	/*-moz-border-radius-bottomleft: 26px;
	-webkit-border-bottom-left-radius: 26px;*/
	border-bottom-left-radius: 26px 26px;
	/*-moz-border-radius-topright: 26px;
	-webkit-border-top-right-radius: 26px;*/
	border-top-right-radius: 26px;
}

#navAlpha {
	position:absolute;
	width:150px;
	top:150px;
	left:0px;
	/* border:1px dashed black; */
	/* border:none; */
	background-color:#eee;
	padding:0px;
	border-right: 1px solid #000;
	z-index:1;
}

		
#navBeta {
	position:absolute;
	width:150px;
	top:150px;
	right:0px;
	/* border:1px dashed black; */
	/* border:none; */
	background-color:#eee;
	padding:0px;
	border-left: 1px solid #000;
	z-index:1;
}

#footer {
    clear:both;
    background:#fff;
	text-align:center;
	border-top: 1px dashed rgb(204, 204, 204);
}

#header {
    clear:both;
    background:#fff;
	position:absolute; /* Change to "fixed" to have the header stay permanently in the window when scrolling. Assisted via stacking order (z-index). */
	width:100%;
	height:88px;
	min-width:700px;
	margin:20px auto 2px auto;
	border:none;
	padding:0px;
	z-index:4; /* This allows the content to overlap all the content if header position is set to fixed. */
	text-align:center;
}

#page {
	position: relative;
	margin: auto;
	min-width:700px;
	max-width:1200px;
	padding:125px 0 0 0;
}

img {
 border: none;
}

table
{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border-collapse:collapse;
	width:650px;
	background-color:#eef9ff;
}
th
{
	background-color:#39c;
	color:white;
	height:30px;
} 
table, td, th
{
	border:1px solid #39c;
}


/* #navAlphaTabs {
	padding: 0px;
	margin: 0px;
} */
/* #navAlphaTabs>li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
} */
#navAlpha a{
	width:139px;
	color: #FFF;
	display:block;
	margin: 5px 0 0 0;
	padding: 5px;
	border: 1px solid #000;
	background:#9ad85d;
	/*-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;*/
	border-top-left-radius: 5px;
	/*-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
	border-bottom-left-radius: 5px;
	z-index:2;
}
#navAlpha a#selected {
	color: #9ad85d;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #FFF;
	background:#FFF;
	/*-moz-box-shadow: -3px 3px 2px #888;
	-webkit-box-shadow: -3px 3px 2px #888;*/
	box-shadow: -3px 3px 2px #888;
}
#navAlpha a:hover {
	color: #9ad85d;
	background:#FFF;
	/*-moz-box-shadow: -6px 4px 2px #888;
	-webkit-box-shadow: -6px 4px 2px #888;*/
	box-shadow: -6px 4px 2px #888;
}
#navAlpha a#selected:hover {
	/*-moz-box-shadow: -6px 4px 2px #888;
	-webkit-box-shadow: -6px 4px 2px #888;*/
	box-shadow: -6px 4px 2px #888;
}
/* #navBetaTabs {
	padding: 0px;
	margin: 0px;
} */
/* #navBetaTabs>li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
} */
#navBeta a {
	position: relative;
	left: -1px;
	width:139px;
	color: #FFF;
	display:block;
	margin: 5px 0 0 0;
	padding: 5px;
	border: 1px solid #000;
	background:#7B90ED;
	/*-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;*/
	border-top-right-radius: 5px;
	/*-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;*/
	border-bottom-right-radius: 5px;
	z-index:2;
}
#navBeta a#selected {
	color: #7B90ED;
	border-top: 1px solid #000;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background:#FFF;
	/*-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;*/
	box-shadow: 3px 3px 2px #888;
}
#navBeta a:hover {
	color: #7B90ED;
	background:#FFF;
	/*-moz-box-shadow: 6px 4px 2px #888;
	-webkit-box-shadow: 6px 4px 2px #888;*/
	box-shadow: 6px 4px 2px #888;
}
#navBeta a#selected:hover {
	/*-moz-box-shadow: 6px 4px 2px #888;
	-webkit-box-shadow: 6px 4px 2px #888;*/
	box-shadow: 6px 4px 2px #888;
}
#navBeta div {
	font:10px verdana, arial, helvetica, sans-serif;
	color:#888;
	text-align:center;
}
