body,td,input	{ font-family: tahoma, helvetica; font-size: 11px; color: #D9D6D6; line-height: 14px; }
body		{	background-color: #232323; }
form		{ margin: 0px; }
a			{ color: #20AFDE; font-weight: bold; text-decoration: none; }
a:hover		{ text-decoration: underline; }
.blink		{ font-weight: normal; color: #ffffff; }
.bottom		{ font-size: 10px; color: #bebebe; }
input.text	{ border: solid 1px; border-color: #454545; border-top-color: #263029; background: #212121; padding: 2px; }
br.short		{ line-height: 4px; }
h2 			{	line-height: 30px; padding: 0 15px }
.nfo p		{ font-size: 13px; }
.nfo ul 		{ font-size: 13px; }
#content {
	margin: 0 auto;
	width: 778px;
}
.header {
	background-image: url(../images/header.png);
	background-position: center;
	height: 174px;
	margin: 0 0 0 0;
	background-repeat: no-repeat;
}
.menu {

}
.left {
	text-align: justify;
	float: left;
   position: absolute;
   width: 259px;
	height: auto;
	margin: 0px 0px 0px;
   background: #FFFFCC;
   background-color: transparent;
	background-image: url(../images/back.png);
}
.left p {	padding: 5px;
	
}
.subheader_left {
	width: 259px;
	height: 32px;
	background-image: url(../images/seperator.png);
	background-repeat: no-repeat;
	}

.right {
	float: right;
	width: 503px;
	margin: 0 0 20px;
	padding: 15px 0 70px 15px;
	background-color: transparent;
	/*border-left: 1px solid #e6e6e6;*/
    overflow: auto;
    height: AUTO;;
}
.footer {
	/*clear: left; */
	color: WHITE;
	background-color: transparent;
	padding: 10px 0 10px 0;
	text-align: center;
	line-height: 13px;
	width: 100%;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
/* info boxes
----------------------------------------------------------------------------------------------------------------------*/

a.info {color: #20AFDE; padding: 0px; font: bold 12px Arial, Sans-Serif; text-decoration:none; Position:relative; }
a.info span {display:none; }
a.info:hover {cursor:default; }
a.info:hover .infobox {font-weight: normal; display:block; position: absolute;top:20px; left:0; width:200px; 
	height:auto; border: 1px solid #ccc; background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; text-align:left; font-size:15px; padding-left:10px; padding-top:10px;padding-bottom: 10px;}