body
{
	background-color: #BBBBBB;
	background-image: url("images/siteBackground.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
}

p.first
{
	margin-top: 0em;
	margin-bottom: 0em;
}

h1.first
{
	margin-top: 0em;
	margin-bottom: 1em;
}

/* head */
div.head
{
	text-align: center;
}

/* mainContent */
div.mainContent
{
	background-color: #888888;
	overflow: auto;
	border-width: 3px;
	border-style: solid;
	border-color: #CCCCCC;
	color: white;
	text-align: justify;
}

div.mainContent span.highlight
{
	color: yellow;
	font-weight: bold;
}

div.mainContent a.highlightLink:link, div.mainContent a.highlightLink:visited, div.mainContent a.highlightLink:hover
{
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

div.mainContent p.enlargedImage
{
	text-align: center;
}

div.mainContent img.imageLink
{
	border-color: black;
	border-width: 0px;
}

div.mainContent p.enlargedImage a:link
{
	color:#00FF00;
}

div.mainContent p.enlargedImage a:visited
{
	color:#00FF00;
}

div.mainContent p.enlargedImage a:hover
{
	color:#FFFF00;
}

div.mainContent a.contact:link, div.mainContent a.contact:visited, div.mainContent a.contact:hover
{
	color:#FFFF00;
	font-weight: bold;
	text-decoration: none;
}

div.mainContent pre.code
{
	color: white;
	font-size: 9pt;
}

p#coverImage
{
	text-align: right;
}

/* menu */
#menuList
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menuList ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menuList li #selectedMenuItem:link 
{
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #711515;
	border-right: 1px solid #711515;
	background-color: #BF2266;
	color: #FFFF00;
	text-decoration: none;
}

#menuList li #selectedMenuItem:visited 
{
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #711515;
	border-right: 1px solid #711515;
	background-color: #BF2266;
	color: #FFFF00;
	text-decoration: none;
}

#menuList li
{
	border-bottom: 1px solid #FF9F2F;
}

#menuList li a:link
{
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #711515;
	border-right: 1px solid #711515;
	background-color: #BF5500;
	color: #FFFFFF;
	text-decoration: none;
}

#menuList li a:visited
{
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #711515;
	border-right: 1px solid #711515;
	background-color: #BF5500;
	color: #FFFFFF;
	text-decoration: none;
}

#menuList li a:hover
{
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #711515;
	border-right: 1px solid #711515;
	background-color: #BF2266;
	color: #FFFF00;
	text-decoration: none;
}

#menuList li a:active
{
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #711515;
	border-right: 1px solid #711515;
	background-color: #BF2266;
	color: #FF0000;
	text-decoration: none;
}

/* picOfTheDay */
div.picOfTheDay
{
	background-color: #AAAAAA;
	border-width: 3px;
	border-style: solid;
	border-color: #666666;
	text-align: center;
	color: white;
}

div.picOfTheDay h1
{
	color: #235F2B;
}

div.picOfTheDay img.imageLink
{
	border-color: black;
	border-width: 0px;
}

div.picOfTheDay a.imageLink
{
	color: black;
}

/* visitsCounter */
div.visitsCounter
{
/*	background-color: #FFFFFF;	*/
	text-align: center;
}

div.visitsCounter a:link
{
	color: black;
	text-decoration: none;
}

div.visitsCounter a:visited
{
	color: black;
	text-decoration: none;
}

div.visitsCounter a:hover
{
	color: blue;
	text-decoration: underline;
}

div.visitsCounter span.highlight
{
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

/* footer */
div.footer
{
	background-color: #AAAAAA;
	border-width: 3px;
	border-style: solid;
	border-color: #666666;
	text-align: center;
	color: white;
}

div.footer span.w3cValidators  a:link,div.footer span.w3cValidators  a:visited,div.footer span.w3cValidators  a:hover,div.footer span.w3cValidators  a:active
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div.administration
{
	color: black;
	font-weight: bold;
}

ul.gallery
{
	list-style: none;
}

li.gallery
{
	margin-bottom: 20px;
}

ul.gallery img.imageLink
{
	border-color: black;
	border-width: 0px;
}

div.searchControls
{
	border-color: #BBBBBB;
	border-width: 3px;
	border-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

div.searchControls p
{
	margin-top: 2px;
	margin-bottom: 5px;
}

p.disclamer
{
	font-size: 9pt;
}
