body
{
	margin: 5px 5px 5px 5px;
	background-color: black;
	color: silver;
	width:1000px;
}

.languageMenu
{
	visibility: hidden;
}

div#title
{
	position: absolute;
	top: 10px;
	left: 5px;
}

a:visited, a:hover, a:link
{
	color: Gray;
}

.topMenu
{
	position: absolute;
	display: block;
	top: 6px;
	left: 400px;
	width: 650px;
	height: 20px;
	padding: 5px;
	border-style: none;
}

.topMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	width: inherit;
}

.topMenu li
{
	margin: 0 0 0 0;
	display: inline;
}

.topMenu a
{
	float: left;
	text-decoration: none; /*lets remove the link underlines*/
	text-align: center;
	vertical-align: middle;
	padding: 0 8px 0px 8px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: Gray;
}

a.not_current
{
	text-decoration: none;
	color: gray;
}

div#text
{
	position: absolute;
	left: 420px;
	top: 100px;
	width: 380px;
	font-weight: bold;
	color: gray;
}

div#copyrightNotice
{
	position: absolute;
	font-size: 12pt;
	left: 20px;
	top: 550px;
}

div#imageFrame
{
	display:block;
	float:left;
	left: 10px;
	border: ridge 5px silver;
	padding: 10px;
}

div#leftimage
{
	margin:50px 50px 50px 50px;
	border: ridge 5px silver;
	width:150px;
	float:left;
}

div#rightimage
{
	margin:50px 50px 50px 50px;
	border: ridge 5px silver;
	width:150px;
	float:right;
}

div#centerimage
{
	border: ridge 5px silver;
	margin-left: 40px;
}

div#main
{
	border:solid 0px red;
	width: 100%;
}

div#textContent
{
	border: solid 0px green;
	display:inline-block;
	margin-left:50px;
	width: 380px;
	font-weight: bold;
	color: gray;
}

div.subitemmenu
{
	border: solid 0px green;
	display:inline-block;
	margin-left:50px;
	width: 400px;
	font-weight: bold;
	color: white;
}

a.SubItemTitle
{
	color: Silver;
	border: solid 0px red;
	display:inline-block;
	padding: 0 20px 0 20px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: Silver;
}

div.SubItemScrollButtonsPanel
{
	border: solid 0px green;
	display:inline-block;
	margin-left:50px;
	width: 400px;
	font-weight: bold;
	color: white;
	position:relative;
	top: -15px;
}

.SubItemScrollButtonsPanel table
{
	border: solid 0px green;
	margin: 0 auto;
	width: 90%;
}

.SubItemScrollButton
{
	border: solid 2px red;
	vertical-align:middle;
	text-align:center;
	width: 90px;
	padding: 6px 0 6px 0;
	cursor: default;
}

.PageNumber
{
	padding: 0 10px 0 10px;
}

div.list
{
	border: solid 0px green;
	display:inline-block;
	margin-left:50px;
	width: 400px;
	font-weight: bold;
	color: gray;
}

.multiTextItem
{
	position:absolute;
	top: 200px;
	width: 400px;
}

.SubItem
{
}


div#footer
{
	display:block;
	position:absolute;
	margin-top:100px;
	top: 460px;
	left: 10px;
	width:100%;
}

a.emailAddress:visited
{
	text-decoration: underline;
	color: silver;
	font-size: 14pt;
}
a.emailAddress:hover
{
	text-decoration: overline;
	color: silver;
	font-size: 14pt;
}
a.emailAddress:link
{
	text-decoration: underline;
	color: silver;
	font-size: 14pt;
}
a.subsection
{
	color: silver;
}

/*Page Specific */

/*Warning Page*/
div#disclaimer
{
	position: relative;
	display:block;
	font-family: Palatino Linotype;
	font-weight: bold;
	color: red;
	font-size: 12pt;
	width: 600px;
	left: 200px;
}
div#warning
{
	position: relative;
	display:block;
	text-decoration: underline;
	font-family: Palatino Linotype;
	font-weight: bold;
	color: red;
	font-size: 20pt;
	text-align: center;
	left: 400px;
	width: 100px;
}

.pageselector
{
	border: solid 0px green;
	display:block;
	position:relative;
	width: 50%;
	left: 250px;
}

.GalleryPagerEntry
{
	display: inline-block;
}

.GalleryPagerNumber
{
	display: inline-block;
	padding: 0 6px 0 6px;
	font-weight:bold;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: Silver;
}

.GalleryContainer
{
	border: solid 0px red;
	display:block;
	width:800px;
	margin: 20px auto;
}


.gallerythumbnailcontainer
{
	display:inline-block;
	float:left;
	margin: 0 20px 20px 20px;
}

.selected:link, .selected:visited, .selected:hover
{
	border: solid 0px red;
	text-decoration: underline;
	color: red;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: Silver;
	/*color: crimson;*/
}

/*Links */
.link
{
	width: 468px;
	border: solid 0px green;
	display:block;
	margin: 0 0 10px 0;
}

.linktext, .linktext a:link, .linktext a:active, .linktext a:visited
{
	border: solid 0px blue;
	width: 100%;
	display:block;
	text-align:center;
	font-weight:bold;
	padding:2px 0 2px 0;
}

.LinkBanner
{
	display:block;
	text-align:center;
}

.LinkDescription
{
	display:block;
	text-align:center;
	padding:5px 0 5px 0;
}

.Links h1
{
	text-align:center;
}

div.LinkItemScrollButtonsPanel
{
	border: solid 0px green;
	display:inline-block;
	margin-left:400px;
	width: 400px;
	font-weight: bold;
	color: white;
	position:relative;
	top: -200px;
}

.LinkItemScrollButtonsPanel table
{
	border: solid 0px green;
	margin: 0 auto;
	width: 90%;
}
