*      				{ font-family: "Lithos Pro", "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, Tahoma; }

body      			{ margin: 0px; padding: 0px; background: #a6e257; }

img                     	{ border: 0px; }

a				{ text-decoration: none; color: #404040; }
a:hover				{ text-decoration: underline; }

#form				{ margin: 0px; padding: 0px; }

#top				{ width: 990px; height: 11px; margin: 50px auto 0px auto; background: url('img/top.png') top left no-repeat; }
#mid				{ width: 990px; margin: 0px auto; background: url('img/mid.png') top left repeat-y; }
#bot				{ width: 990px; height: 8px; margin: 0px auto 50px auto; background: url('img/bot.png') top left no-repeat; }

#pagewrapper			{ width: 982px; margin: 0px 6px 0px 2px; padding: 0px; background: #b5e675 url('img/bg_fade.gif') top left repeat-x; min-height: 700px; _height: 700px; }

#logo				{ padding: 25px 0px 0px 25px; }

#leftpanel			{ width: 290px; float: left; }
#rightpanel			{ width: 690px; float: right; }

#topbar				{ width: 540px; padding: 25px 125px 25px 25px; }

#menubar			{ width: 290px; float: left; }
#menubar ul			{ list-style: none; margin: 50px 0px 0px 50px; padding: 0px; }
#menubar ul li			{ margin: 0px; padding: 0px; }
#menubar ul li a		{ font-size: 16px; padding: 15px 0px; display: block; color: black; }

#menubar ul ul			{ margin: 0px 0px 0px 25px; }
#menubar ul ul li a		{ font-size: 14px; padding: 5px 0px; }

#main				{ width: 640px; padding: 100px 50px 50px 0px; }

.box				{ position: relative; }
.box .a				{ position: absolute; top: -20px; right: 0px; background: inherit; padding: 2px 15px; }
.box:hover .a			{ visibility: visible; }

.module				{ position: relative; padding: 10px; }
.module .a			{ position: absolute; top: -20px; right: 0px; background: inherit; padding: 2px 15px; }
.module:hover .a		{ visibility: visible; }

.a,
.a input,
.a textarea			{ font-size: 11px; }
.a td				{ vertical-align: top; }

td				{ vertical-align: top; }

.leftie				{ float: left; }
.rightie			{ float: right; }
.clear				{ clear: both; }