@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #a4c380;
	font-family: Arial, Helvetica, sans-serif;
}

#maincontainer {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#leftcontainer {
	width: 200px;
	height: 400px;
	float: left;
}

#rightcontainer {
	width: 550px;
	height: 400px;
	float: right;
}

#rightTop {
	width: 540px;
	height: 250px;
	border: solid thin;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: scroll;
}


#rightBottom {
	width: 540px;
	height: 120px;
	border: thin solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color:#FFFFFF;
	font-weight:bold;
	border-color:#000000;
}

#thetext {
	margin: 5px 5px 5px 5px;
}

table.menu a {
	width:510px;
	border: 1px dotted #333333;
	display: block;
}

div.menu a {
	color: #FFFFCC;
	background: #FFFFCC;
	text-decoration:none;
	font-size:11px;
	line-height:16px;
	font-family: Tahoma, verdana, sans-serif;
	padding: 2px 5px;
}

div.menu a:link {
	color: #333333;
	background: #FFFFCC;
}

div.menu a:active {
	color: #000000;
	background: #FFFFCC;
}

div.menu a:visited {
	color: #333333;
	background: #FFFFCC;
}

div.menu a:hover {
	color: #eeeeee;
	background: #3399ff;
	border:1px dotted #000000;
	font-weight: bold;
}

div.menu (
	position:absolute;
	top:0;
	left:0;
)

