body {
  margin: 30px;
  padding:0px;
  font-size: 80%; 
  font-family: "Bitstream Vera Sans", sans-serif; 
  color: #444444;  
}

#MainTable {
padding:0px;
width:100%;
}


.NavContainer {
float:left;
}


.NavContainer ul {
  float:left;
  list-style-type:none;
  list-style-position:inside;
  margin-top:0px;
  margin-left:0px;
  padding:0;
}

.NavContainer li {
  display:block;
  font-family: "Bitstream Vera Sans", sans-serif;
  text-align:left;
}

.NavContainer a:link {
  margin: 2px 0 2px 0;
  display:block;
  background-image:url(pgimages/button_bg_off.gif);
  background-position: 0 50%;
  background-repeat: no-repeat;
  text-decoration: underline;
  font-weight : bold;
  padding: 2px 2px 2px 25px;
  width: 120px;
  height: 16px;
  color: #222222;
}

.NavContainer a:visited {
  margin: 2px 0 2px 0;
  display:block;
  background-image:url(pgimages/button_bg_off.gif);
  background-position: 0 50%;
  background-repeat: no-repeat;
  text-decoration: underline;
  font-weight : bold;
  padding: 2px 2px 2px 25px;
  width: 120px;
  height: 16px;
  color: #222222;
}

.NavContainer a:hover {
	margin: 2px 0 2px 0;
	display:block;
	background-image:url(pgimages/button_bg_on.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	text-decoration: underline;
	padding: 2px 2px 2px 25px;
	width: 120px;
	height: 16px;
	color: red;
}

.NavContainer a:active {
  margin: 2px 0 2px 0;
  display:block;
  background-image:url(pgimages/button_bg_off.gif);
  background-position: 0 50%;
  background-repeat: no-repeat;
  text-decoration: underline;
  font-weight : bold;
  padding: 2px 2px 2px 25px;
  width: 120px;
  height: 16px;
  color: #222222;
}

#MainBody {
margin-left:0px;
width:100%;
vertical-align:top;
}

#MainContent {
padding-left:10px;
padding-right:10px;
vertical-align:top;
width:auto;
}

#ImageBar {
width:110px;
vertical-align:top;
padding-left:10px;
padding-right:10px;
padding-top:0px;
padding-bottom:0px;
margin:0px;
}
.ImageBarImage {
vertical-align:top;
border:1px solid black;
padding:0px;
margin:0px;
}


#MainImage {
vertical-align:bottom;

}


.ThumbNail {
border:1px solid black;
}


 #MainContent ul {
	float:left;
	list-style-type: square;
	list-style-position:inside;
	margin-top:0px;
	margin-right:10px;
	margin-left:2px;
	padding:0;
}

#MainContent li {
  text-align:left;
  padding:5px;
  margin-bottom:5px;
  }

.Left{
width:4px;
}



.MidLeft{
width:4px;
background-image : url("pgimages/m_m_l.gif");
background-repeat : repeat-y;
}

.Right{
width:22px;
}

.MidRight {
width:22px;
background-image : url("pgimages/m_m_r.gif");
background-repeat : repeat-y;
}

.AlignTop {
vertical-align:top;
}

.AlignBottom {
vertical-align:Bottom;
}

.author {
	font-size : medium;
	margin-top : 0px;
	margin-bottom : 0px;
	text-align:left;
}

.quote {
	font-size : small;
	font-style : italic;
	margin-top : 0px;
	margin-bottom : 2px;
	text-align:left;
}


 .input
	{
	background-color : #dddddd;
	border : 1pt solid #444444;
	color : black; 
	text-align : Left;
}

.errorinput
	{
	background-color : #dddddd;
	border : 1pt solid red;
	color : black 
}

.button
	{
	background-color : silver;
	border : 1pt solid black;
	color : black;	
}


a:link {
  font-weight: bold;
  color: #004080;
}

a:visited {
  font-weight: bold;
  color: #004080;
}

a:hover {
  font-weight: bold;
  color: red;
}

a:active {
  font-weight: bold;
  color: #004080;
}

.BottomLink{
padding:0px; 
Margin:0px; 
text-align:center;
}

.BottomLink a:link {
  color: #7e7e7e;
}

.BottomLink a:visited {
  color: #7e7e7e;
}

.BottomLink a:hover {
  color: #ffb0b0;
}

.BottomLink a:active {
  color: #7e7e7e;
}

