body{
	background:url(images/homebg.jpg) repeat-x; font:11px Tahoma,Arial; color:#585859; width:738px; margin:auto;
}

/*********** ID **********/

#language{
	text-align:right; float:right;
}
#content{
	width:730px; display:table; background:url(images/gray-line.jpg) repeat-y; padding:18px 14px 0px 15px;
}
#content2{
	width:730px; display:table; background:url(images/gray-line.jpg) repeat-y; padding:0px 14px 10px 15px;
}
#box{
	background:url(images/content-bg.jpg) no-repeat; width:220px; float:left; padding:2px 2px 2px 10px; margin-right:1px;
}
#box2{
	background:url(images/content-bg.jpg) no-repeat; width:220px; float:right; padding:2px 2px 2px 10px; margin-right:0px;
}
#bluestrip{
	width:681px; display:table; background:url(images/bluebg.jpg) repeat-x; clear:left; margin:20px 0px 20px 8px;
}
#tabscontent{
	padding:1px 10px 1px 10px; text-align:center;
}
#footer{
	width:98%; display:table; background:#ededed; border-bottom:4px solid #2789dc; margin:auto; margin-top:4px;
}
#whitebg{
	background:url(images/whitebg.jpg) top repeat-x;
}


/*********** CLASS ***********/

.fleft{
	float:left;
}
.fright{
	float:right;
}
.absmid{
	vertical-align:middle;
}
.blue{
	color:#1e67a5;
}
.darkyellow{
	color:#9b7816; margin-top:2px; margin-bottom:8px;
}
.darkyellow2{
	color:#9b7816;
}
.padding{
	padding:8px;
}
.heading{
	font:bold 12px Arial, Helvetica, sans-serif; color:#0a4e8a; padding-left:10px; text-transform:uppercase;
}
.border{
	border-bottom:1px dashed #cccccc; padding:6px;
}
.padding6px{
	padding:6px;
}
.imgborder{
	padding:1px; border:1px solid #cccccc;
}
.black{
	color:#000000;
}

/********** Links *************/

a.top{
	color:#676767; text-decoration:none;
}
a.top:hover{
	color:#0a62bf; text-decoration:underline;
}
a.strip{
	color:#000000; text-decoration:none; font-weight:bold;
}
a.strip:hover{
	color:#ffffff;
}
a.footer{
	color:#4f4f4f; text-decoration:none;
}
a.footer:hover{
	color:#000000; text-decoration:underline;
}
a.whitelink{
	color:#ffffff; text-decoration:none;
}
a.whitelink:hover{
	color:#000000;
}