/* CSS Document */
* {
	margin:0; padding:0; border:0;
}
body {
	margin-top:20px;
	background-image:url(images/main_bg.gif)
}
#boxHolder {
	margin:auto; border:solid 5px #6b6b6b;
	width:885px;
}
#boxTop {
	border-bottom:solid 2px #b0b0b0;
	width:885px; height:191px;
}
#boxTopLogo {
	padding:100px 0 0 45px;
	width:621px; height:52px;
	background-image:url(images/top_logo.jpg);
	float:left;
}
#boxTopPicture {
	width:219px; height:191px;
	background-image:url(images/top_picture.jpg);
	float:right;
}
#boxTopMenu {
	padding-left:32px;
	width:634px; height:39px;
	background-image:url(images/menu_bg.gif);
	float:left;
}
#boxBody {
	padding:10px 0 10px 0;
	width:885px;
	background-color:#FFFFFF;
}
#boxBottom {
	margin:auto; padding:5px 15px 5px 15px;
	width:855px;
}
.boxContentRow {
	padding:10px 20px 10px 20px;
	width:845px;
	float:left;
}
.boxContentLeftHolder {
	width:409px;
	background:url(images/content_bg.gif) repeat-y top right;
	float:left
}
.boxContentRightHolder {
	width:409px;
	background:url(images/content_bg.gif) repeat-y top left;
	float:right;
}
.boxContent {
	padding:0 10px 10px 10px;
	width:389px;
	background-position:bottom;
	background-repeat:no-repeat;
}
.CLEAR {
	height:0px;
	font-size:0px; line-height:0px;
	clear:both
}

/* === text === */
.text {
	margin:15px 20px 15px 20px; padding:0;
	font:normal 11px/13px Tahoma;
	color:#363636;
}
.textTitle {
	margin:20px 20px 10px 20px; padding:0;
	font:normal 19px/19px Tahoma;
	color:#00306c;
}
.boxText {
	margin:15px; padding:0;
	font:normal 11px/13px Tahoma;
	color:#363636;
}
.copywright {
	font:normal 11px Tahoma;
	color:#a1a1a1;
}
/* === links === */
.disclaimer {
	font:bold 10px/11px Tahoma;
	color:#00306c;
}
.disclaimer:hover {
	color:#000;
}
.menuTop {
	padding:0 13px 0 13px;
	background-image:url(images/menu_sep.gif); background-repeat:no-repeat; background-position:right;
	font:bold 11px/39px Tahoma;
	color:#FFF;
	text-decoration:none;
}
.menuTop:hover {
	color:#a6a6a6;
	text-decoration:none;
}
.links {
	margin:0; padding:0;
	font:normal 11px Tahoma;
	color:#00306c;
}
.links:hover {
	color:#000;
}
.retina {
	font:bold 11px Tahoma;
	color:#FFF;
}
/* === others === */
.inputText {
	margin:0 5px 0 5px; padding:0; border:0;
	width:112px;
	font:normal 11px/11px Tahoma;
	color:#434343;
}
.listList {
	margin:0 0 0 35px; padding:0 0 50px 0;
	width:280px;
	list-style-image:url(images/list_arrow.gif); list-style-position:outside;
	font:normal 11px/13px Tahoma;
	color:#363636;
}
#tooltip{
	margin:0; padding:5px; border: 2px solid #6b6b6b;
	position:absolute;
	width:250px;
	background-color:#FFF;
	font:normal 11px/13px Tahoma;
	color:#363636;
	visibility: hidden;
	z-index: 100;
}
