@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #f0e8d6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
}
table {
	font-size: 10pt;
}
.tableFull{
	height: 100%;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 800px;
	
}
.headerExtend {
	background-image: url(images/header_extend.jpg);
	background-repeat: repeat-x;
}
.bodyExpand{
	background-image: url(images/shadow_bot.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.navTable {
	color:#FFFFFF;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navTableSelected{
	font-weight: bold;
	color:#FFFFFF;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-decoration: underline;
}
#mainContainer {
	padding: 20px;
	border: 1px solid #999999;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a.footer {
	color: #e2d9c5;
}
a.links{ font-weight: bold; }
p {
	text-indent: 12pt;
}
a:hover.footer {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1pt;
}
#mainContent{
	color:#FFFFFF;
}
.pageImage{
	height: 100%;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
