html, body {
	margin: 0px;
	height:100%;
	width: 100%;
}

#mainContainer{
	height: 643px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#topArea{
	height: 594px;
	width: 100%;
	background-image:url(images/leftBg.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#bottomMenu{
	width: 100%;
	height: 49px;
	background-image:url(images/menuBG.jpg);
	background-repeat:repeat-x;
}

.bottomMenuButton{
	padding: 0px 0px 0px 20px;
}

#rightArea{
	height: 594px;
	background-image:url(images/banner_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin: 0px 0px 0px 313px;
}

#textArea{
	padding: 25px 20px 20px 27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	height: 425px;
	overflow:auto;
	text-align: left;	/*width: 540px;*/
}
#textArea h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:10px;
	font-weight:bold;
}
#textArea a:link, #textArea a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#334A6A;
	font-weight:bold;
	text-decoration:none;
}
#textArea a:hover{
	text-decoration:underline;
}

form{
	width:200px;
}
