html,html body {
	height:100%;
}

.Screen {
	vertical-align: middle;
	text-align: center;
	height:100%;
}
.Panel {
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
	color: #233224;
}
.NoMargins {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	width: 100%;
	background-color: #BBCFAD;
	outline-style: solid;
}
.Header {
	background-color: #465206;
}
.LeftSideBar {
	width:185px;
	float: left;
}
.MainArea {
	float: right;
	width:535px;
	position: relative;
	border-color: #FFFFFF;
	outline-width: medium;
}
.Content {
	background-color: #D9E0CE;
	font-size: 12px;
}
.Scroll {
	overflow: auto
}
.TopNavBar {
	background-color: #5D815F;
	text-align: center;
}
.BottomNavBar {
	background-color: #D9E0CE;
	text-align: center;
	font-size: 14px;
	color: #1A5802;
}
.Footer {
	height: 100%;
}
.Copyright {
	font-size: x-small;
	color: #4C5C2D;
	position: relative;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #990000;
	text-align: left;
	line-height: 16pt;
}
p {
	text-align:left;
	font-size: 12px;
	color: #000000;
}

h2 {
	text-align:left;
	font-size:14px;
	color:#990000;
	font-weight:bold;
}
h3 {text-align:left; font-size:12px; color:#000000; font-weight:bold}

a {
	color: #1A5802;
	text-decoration:none;
	font-weight: bold;
	font-size: 10pt;
	}
	
a:hover {
	text-decoration:none;
	color: #859A01;
	font-size: 10pt;
	}
	
.FloatLeft {
	float: left;
	margin-right: 10px;
}
.FloatRight {
	float: right;
	margin-left: 10px;
}
a.small {
	color: #1A5802;
	text-decoration:none;
	font-weight: normal;
	font-size: x-small;
	}
	
a.small:hover {
	text-decoration:none;
	color: #859A01;
	font-size: x-small;
	font-weight: normal;
	}
