/******* DIVS *********/

#MAINDIV{
	position: absolute;
	width: 800px;
	height: 100px;
	left: 88px;
	top: 14px;
}
#BODYDIV{
	width: 643px;
	}

#TOPIMAGE{
	position: absolute;
	width: 700px;
	height: 231px;
	padding:'0' '0' '0' '0';
	left: 1px;
	top: 1px;
}

#SMALLLINE{
	position: absolute;
	float:left;
	width: 700px;
	height: 4px;
	padding:'0' '0' '0' '0';
	left: 1px;
	top: 231px;
}

#FARLEFT{
	position: absolute;
	float:left;
	width: 30px;
	height: 675px;
	padding:'0' '0' '0' '0';
	left: 1px;
	top: 235px;
}

#TOPMENU{
	position: absolute;
	float: left;
	width: 644px;
	height: 52px;
	padding:'0' '0' '0' '0';
	left: 31px;
	top: 235px;
	background-image: url(images/WAM1_04.gif);
}

#TEXTAREA{
	position: absolute;
	float:left;
	width: 644px;
	height: 620px;
	padding:'0' '0' '0' '0';
	left: 0px;
	top: 52px;
}

#BOTTOMMENU{
	position: absolute;
	float: left;
	width: 644px;
	height: 23px;
	padding:'0' '0' '0' '0';
	left: 31px;
	top: 888px;
}

#FARRIGHT{
	position: absolute;
	float: left;
	width: 26px;
	height: 675px;
	padding:'0' '0' '0' '0';
	left: 644px;
	top: 0px;
}

#BOTTOM{
	position: absolute;
	float: left;
	width: 700px;
	height: 72px;
	padding:'0' '0' '0' '0';
	left: -30px;
	top: 675px;
}

/******** Basic Page Properties *********/

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}

/*************  Text Properties *****************/

a {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #4f463c;
}
a:link {
	text-decoration: none;
color: #4f463c;
}
a:visited {
	text-decoration: none;
	color: #4f463c;
}
a:hover {
	text-decoration: underline;
	color: #4f463c;
}
a:active {
	text-decoration: none;
	color: #4f463c;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 12px;
	color: #888888;
}
h2 {
	font-size: 14px;
	color: #000000;
}

p {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	margin-left: 20px;
	margin-right: 350px;
}

