﻿body {
  font-family: "Times New Roman", Times New Roman, Times, serif;
  background-color: #526749;
  background-image: url("images/background.jpg");
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  font-size: 12pt;
}

a{
	text-decoration: none;
	color: yellow;
	border: 0;
	font-weight: bold;
}
a:hover{
	color: aqua;
}

a.cp{
	color: maroon;
	border: 0;
	font-size: 18pt;
}
a.cp:hover{
	color: red;
}

p {
  margin-bottom: 15px;
}

.bold {
  font-weight: bold;
}

.border0 {
  border: 0px;
}

.border1 {
  border: 1pt white solid;
}

.center {
  text-align: center;
}

.container {
  width: 950px;
  margin: 0 auto;
}

.divider {
  height: 2%;
}

.floatright {
  float: right;
  margin-left: 18px;
  margin-bottom: 9px;
}

.header {
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  width: 950px;
  height: 274px;
  border: 1pt red solid;
  margin: auto;
}

.height155 {
  height: 155px;
}

.height280 {
  height: 280px;
  overflow: hidden;
}

.mainbody {
  margin-top: 2%;
  padding: 0px;
}

.mainright {
  padding: 0px 24px;
  color: white;
  overflow: hidden;
}

.margin5 {
  margin: 5px;
}

.margin60 {
  margin: 60px;
}

.navbar {
  background-image: url('images/navbkgd.jpg');
  background-repeat: repeat-y;
  border: 1pt red solid;
  float: left;
  width: 246px;
  height: 100%;
  margin-right: 2%;
}

.padleft {
  padding-left: 18px;
}

.pix468 {
  width: 468px;
}

.right {
  text-align: right;
}

#slideshow2 {
  width: 300px;
  margin: 0 auto;
}

.small {
  font-size: 8pt;
}

.thumbnail {
  width: 100px;
}

.w360h240 {
  margin-top: 15px;
  width: 360px;
  height: 240px;
}
