body
{
	background: #D0D0D0;
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	color: black;
}
img
{
  border: none;
	vertical-align: middle;
}
a:link, a:visited, a:active
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: blue;
	text-decoration: underline;
}
div
{
  overflow: auto;
}
.titlebar
{
  background-image: url('header.jpg');
  background-repeat:no-repeat;
	text-align: right;
	color: navy;
	font-weight: bold;
	font-size: xx-large;
}
.menubar
{
  background-image: url('menuback.jpg');
  background-repeat:no-repeat;
	text-align: center;
	color: wite;
}
.menubutton
{
  background: darkblue;
	text-align: center;
	font-weight: bold;
	color: white;
}
.menubuttonactive
{
  background: blue;
	text-align: center;
	font-weight: bold;
	color: white;
}
.menublank
{
	text-align: right;
	font-weight: normal;
	color: white;
}
.page
{
  background: white;
  vertical-align: top;
  border-top: 5px solid blue;
  padding: 5px;
}
.mainpage
{
  background: white;
	font-family: Times New Roman;
	font-size: 18px;
	line-height: 120%;
  vertical-align: top;
  text-align: justify;
  width: 790px;
  height: 630px;
}
.hiddencontent
{
  display: none;
}
.leftimg
{
  float: left;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
	vertical-align: middle;
}
.rightimg
{
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  border: none;
	vertical-align: middle;
}
.blogimg
{
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  border: none;
	vertical-align: middle;
}
.pagefooter
{
	background: #C0C0C0;
	font-family: Arial;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
	color: white;
}
.blogitem
{
	background: #C0C0C0;
	font-family: Arial;
	font-weight: normal;
	font-size: x-small;
	text-align: left;
	color: white;
}
.linkscat
{
	background: #B0B0B0;
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	text-align: center;
	color: white;
}
.linkslist
{
	background: #F0F0F0;
	font-family: Times New Roman;
	font-weight: normal;
	font-size: small;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}



