body  {
	margin:0px; 
	padding:0px;
}


h2 {
	font-size: 15pt; 
	font-weight: bold;
        margin: 10px 10px 10px 0px;	
	font-family: Georgia, Thahoma, Arial;  
}


select, input, textarea	{
	background-color:#A5A570;
	color:rgb(222,222,222);
	border: 1px solid black;
}

#mainPage {
	width: 890px;
}

#mainImage {
	position: absolute;
	top: 130px;
	left: 0px
}

#menu { 
	position: absolute;
	top: 40px;
	left: 20px;
}

.menu {
	color: #585858;
	font-size: 13pt; 
	font-style: italic; 
	font-weight: bold;
	font-family: Georgia, Arial;  
	vertical-align: top;
	letter-spacing: -0.5px;
}

ul.menu {
	list-style-type: none;
}
	
li.menu {
	vertical-align: top;
	padding-bottom: 11px;
}


a.menu:link {
	text-decoration: none;
}

a.menu:visited {
	text-decoration: none;
}

a.menu:hover {
	color: #000000;
}

#title {
	position: absolute;
	top: 20px;
	left: 455px
}

#mainArea  {
	position: absolute;
	top: 130px;
	left: 505px;
	width: 400px;
	height: 430px;
	overflow: auto;
	font-size: 12pt; 
	font-family: arial;  
	color: #000000;
	padding: 2px;
}

.mainAreaText {
	font-size: 12pt; 
	font-family: Georgia, Thahoma, Arial;  
}

.mainAreaBottom {
	position: absolute;
	top: 390px;
	font-size: 9pt; 
	font-weight: bold;
	font-family: arial;  
	font-style: italic; 
}

.mainAreaBottomText {
	font-size: 9pt; 
	font-weight: bold;
	font-family: arial;  
}


#bottom {
	position: relative;
	top: 570px;
	left: 85px;
	width: 780px;
	text-align: center;
	border-top: 1px solid black;
	font-size: 9pt; 
	font-weight: bold;
	font-family: arial;  
	font-style: italic; 
	color: #777777;
	padding: 2px;
}

a.bottom:link {
	color: #606060;
	text-decoration: none;
}

a.bottom:visited {
	color: #505050;
}

a.bottom:hover {
	text-decoration: underline;
}

.bottomDivider {
	color: #000000;
	font-weight: bold;
	display: inline;
	font-size: 10pt; 
}