body {
	background-image: url(../images/background_2.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_2.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;
}

.topBorder {
	border-top: 1px dashed #ccc;
}

.mainContent {
	width: 800px;
	vertical-align:top;
	border-right: 1px solid #000033;
}

.timeStamp {
	float: right;
	color: #ffffff;
	font-size: 11px;
	padding: 7px 10px 0px 0px;
	margin: 0px;
}

#footer {
	height: 30px;
	width: auto;
	background-image: url(../images/footerbar_2.jpg);
	background-repeat: repeat-x;
	font-size: 9px;
	color: #ffffff;
	padding: 9px 0px 0px 0px;
}

#footer a:link, #footer a:visited, #footer a:active, {
	font-size: 9px;
	color: #FFffff;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer {
	height: 30px;
	width: auto;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto;
}

#navcontainer a, #navcontainer a:visited, #navcontainer a:active {
	display: block;
	float: left;
	padding: 6px 10px 7px 10px;
	margin: 1px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px outset;
}

#navcontainer a:hover {
	background-image: url(../images/navON_1.jpg);
	background-repeat: repeat-x;
	color: #000033;
}

