﻿BODY {
	background-color: #ffffff;
	background-image: url('bg.gif');
	background-repeat: repeat-x;
}
p {
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
#master {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border: solid #A7AFB6 1px;
}
#header {
	width: 900px;
	height: 248px;
	background-image: url('header.png');
	background-repeat: no-repeat;
	background-color: #A7AFB6;
	border: solid red 0px;
}
#LayoutArea {
	background: #FFFFFF;
	width: 900px;
	border: solid green 0px;
	background-image: url('menuareaBG.gif');
	background-repeat: repeat-y;
}
#MenuArea {
	float: left;
	width: 217px;
	border: solid RED 0px;
	padding-top: 7px;
}
#TitleArea {
	width: 550px;
	background: #ffffff;
	height: 40px;
	background-repeat: no-repeat;
}
#TextArea {
	width: 630px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
	font-weight: normal;
	border: solid green 0px;
	float: left;
	background: #FFFFFF url('textareabg.gif') no-repeat;
}
#showscreen {
	float: right;
	height: 500px;
}
#Footer {
	width: 900px;
	height: 61px;
	background: #A7AFB6 url('footer.png') no-repeat;
	border: solid aqua 0px;
}
.ULMenu {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 18px;
	list-style-type: none;
	list-style-position: outside;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #556576;
	text-align: left;
}
.liMenu {
	padding-bottom: 10px;
	font-size: 18px;
}
a {
	color: #8E214A;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: none;
}
h3 {
	display: none;
}

