body {
	background-color: #FFFFCC;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	background-image: url('../Images/right1.jpg');
	background-position: right top;
	background-repeat: repeat-y;
	margin-top: 0;
}
#main {
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 10px;
	border: thin solid #B4292C;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 760px;
	margin: auto;
	text-align: center;
}

.mainleft {
 float: left;
 width: 255px;
 padding: 0;
 margin: 0;
 position: relative;
}

.mainright {
 position: relative;
 width: 500px;
 padding: 0;
 margin: 0;
 float: left;
}

td, th {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #330000;
}

a {
	color: #330000;
}

ul.nav {
	display: inline;
	border: thin;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
			
}


form {
	background-color: #CCCC99;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
  color: #FFFF66;
  background-image:url(Images/header.jpg);
  background-position:center;  
}

.nav {
	background-color: #FFFFCC;
	text-align: center;
	padding: 10px;
	width:760px;
	margin:auto;
}
.nav ul {
	margin: 0px;
	padding: 0px;
}
.nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	color: #4B4B4B;
}
.nav a {
	color: #C04645;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #000000;
	border-left-color: #000000;
}
.nav a:hover {
	color: #C1C3B8;
	font-size: 12px;
	text-decoration: none;
}
.footer {
	text-align: center;
	padding: 0;
	font-size: 8pt;
	color: #696969;
}

.footer a
{
 color: #1C71A3;
}

.pagenav a
{
 color: blue;
}

.catname
{
 font-weight: bold;
 font-size: 18px;
 color: #1B568D;
}

.leftcol
{
 float: left;
 width: 240px;
 padding: 2px;
}

.rightcol
{
 float: right;
 width: 500px;
 padding: 2px;
 background-color: #BBDAF9;
 border: 2px solid #1B568E;
}

.rightcol td
{
 border-top: 1px solid black;
}

td.first
{
 border: none;
}
p.img {
	padding: 5px;
	border: thin solid #B4292C;
}

.clear
{
 clear: both;
 height: 1px;
 letter-height: 1px;
}
