body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
a, a:active, a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 1.5em;
	margin: 7px;
}
input, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	margin: 5px 0px 10px 10px;
	color: #000066;
}
strong {
	color: #000066;
}
ul {
	padding: 0px 5px 0px 10px;
	margin: 0px 5px 0px 18px;
}
li {
	line-height: 1.5em;
	padding: 3px;
	margin: 0px;
}
.titleBar {
	background-image: url(../images/titlebar.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin-bottom: 5px;
}
.rightBorder {
	border-right: 1px dashed #ccc;
}
.rightBorder a {
	font-weight: normal;
}
.topBorder {
	border-top: 1px dashed #ccc;
}
.mainContent {
	width: 800px;
	vertical-align:top;
	border-right: 1px solid #000033;
}
.timeStamp {
	float: right;
	color: #FFCC33;
	font-size: 11px;
	padding: 7px 10px 0px 0px;
	margin: 0px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 172px;
}
#footer {
	height: 30px;
	width: auto;
	background-image: url(../images/footerbar.jpg);
	background-repeat: repeat-x;
	font-size: 9px;
	color: #FFCC33;
	padding: 9px 0px 0px 0px;
}
 #footer a {
 font-size: 9px;
 color: #FFCC33;
 text-decoration: underline;
 font-weight: normal;
}
#footer a:hover {
	font-size: 9px;
	color: #FFCC33;
	text-decoration: none;
	font-weight: normal;
}
#navcontainer {
	height: 30px;
	width: auto;
	margin: 0;
	padding: 0;
}
#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navcontainer li {
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
#navcontainer a, #navcontainer a:visited, #navcontainer a:active {
	display: block;
	float: left;
	padding: 6px 10px 5px 10px;
	margin: 2px 0 0 0;
	color: #FFCC33;
	text-decoration: none;
	border-right: 1px outset;
}
#navcontainer a:hover {
	background-image: url(../images/navON.jpg);
	background-repeat: repeat-x;
	color: #000033;
}
