body
{
  font-family: "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  color: #202020;
}
h1, .contentheading, .componentheading
{
  font-size: 26px;
}
h2
{
  font-size: 16px;
}
h3
{
  font-size: 14px;
}
h4
{
  font-size: 13px;
  font-weight: bold;
}
p, a
{
  font-size: 13px;
}
a:link, a:visited {
	color: #5e5cd0;
	text-decoration: none;
}
a:hover, a:active 
{
	color: #5e5cd0;
	text-decoration: underline;
  	text-align: left;
}

#menu, #menuGallery
{
  color: white;
  text-align: left;  
  font-weight: bold;
  
}
#menu p, #menuGallery p
{
	background-color: #65411F;
}
#footer, #footerGallery
{
  color: white;
  font-size: 10px;
  text-align: center;
}

#contentbody a:link, #contentbody a:visited,
#contentbodyGallery a:link, #contentbodyGallery a:visited {
	color: #5e5cd0;
	text-decoration: none;
}
#contentbody a:hover, #contentbody a:active,
#contentbodyGallery a:hover, #contentbodyGallery a:active  
{
	text-decoration: underline;
}
#related a:link, #related a:visited {
	color: #65411F;
	text-decoration: none;
	font-weight:bold;
}
#related a:hover, #related a:active {
	text-decoration: underline;
}
#menu a:link, #menu a:visited,
#menuGallery a:link, #menuGallery a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover, #menu a:active,
#menuGallery a:hover, #menuGallery a:active {
	text-decoration: underline;
	font-weight: bold;
}
#footer a:link, #footer a:visited,
#footerGallery a:link, #footerGallery a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active,
#footerGallery a:hover, #footerGallery a:active {
	text-decoration: underline;
}
.scrollbox {
	padding: 0px;
	height: 120px;
	width: 400px;
	background-position: center center;
	background-attachment: fixed;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-style: none;
	border-left-style: none;
	overflow: auto;
}
#content, #contentGallery {
	text-align: left;
}


