﻿html,
body {
	font-family: Verdana;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #d3d3d3;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url('Images/bg.gif');
	color: #990000;
}
h1 {
	border-color: #999999 #FFFFFF #FFFFFF #999999;
	border-width: 1px;
	border-style: solid;
	background-color: #808080;
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	padding-left: 5px;
	padding-bottom: 2px;
}
h3 {
	background-color: #CECECE;
	color: #990000;
	padding-left: 5px;
	padding-bottom: 1px;
	font-size: small;
}
#main {
	width: 800px;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
}
#logo {
	padding-top: 14px;
	padding-bottom: 10px;
}
#navbar {
	background-image: url('Images/NavBar.png');
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	clear: both;
	width: 794px;
	height: 45px;
	top: 5px
}
#navbar li {
	background-image: url('Images/NavBar_Div.png');
	background-repeat: no-repeat;
	background-position: right;
	list-style-type: none;
	float: left;
	height: 38px;
	margin: 0px;
	padding: 0px;
}
#navbar ul {
	padding: 0px;
	margin: 0px;
}
#navbar LI A {
	padding: 12px 24px 12px 24px;
	float: left;
	color: #63665d;
	cursor: pointer;
	text-decoration: none;
}
#navbar LI A:hover {
	COLOR: #CC0000
}
#content {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 30px;
}
#footer {
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 100%;
	padding-top: 20px;
	text-align: center;
	font-size: x-small;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
li {
	padding-bottom: 4px;
}
.borderlessImage
{
    border-width: 0px;
}
