/* CSS Document */
.center{
	width: 75%;
	background-color: #ffffff;
}

.space_gray{
	background: #efefef;
	height: 7px;
}
#container{
	width: 100%;
}
#container a{
	border: none;
}
#sub_top {
	font-size: 11px;
	float: right;
	height: 30px;
	padding: 5px;
}

#ribbon{
	font-size: 18px;
	height: 90px;
	float: left;
	
}
#clock{
	float:right;
	padding: 0px;
	margin: 0px;
}
#language_setting{
	float: right;
}

.space_shadow{
	background: url(../images/top_bg.gif);
	height:10px; 
	clear:both;
}

.space_blank{
	height:7px; 
	padding: 0px;
	margin: 0px;
	clear:both;
	background: #A38161;
	background-image: url(../images/header_border_bottom_blue.png);
}
#quote{
	font-size:13px;
	background-color: #efefef;
	text-align:left;
	padding:10px;
}
#body{
	border-top: 1px solid #efefef;
	border-right: 1px dotted #efefef;
	border-left: 1px dotted #efefef;
}

#left{
	float: left;
	width: 180px;
	border-right: 1px dotted #dddddd;
}
#above_left_menu_picture{
	padding: 0 5px;
}
#above_left_menu_picture img{
	border: 1px solid #dddddd;
}
#search_form{
	padding: 0 5px;
	margin: 0px;
}
#tracking{
	font: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 200px;
	clear: right;
}
#middle{
	font: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 200px;
	padding-right: 20px;
}
#right{
	float:right;
	width: 160px;
	border-left: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
	border-right: 1px dotted #dddddd;	
	margin-right: 5px;
}
/* Footer */
#footer {
	clear:both;
	height: 66px;
	font-size: 11px;
	color: #333333;
	border-top: 1px solid #dddddd;
	padding: 13px 25px 13px 5px;
	line-height: 18px;
	text-align:left;
}
#footer a{
	text-decoration:none;
	color:#333333;
}
#footer a:hover {
	color: #db6d16;
}
#footer #footer_menu{
	float: right
}

/* General style */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #eaeaea;
}
.brief{
	color: #999999;
}
.full{
	color: #333333;
}
a{color: #1461AF;  border-bottom:1px dotted; cursor:pointer;}
a:hover{color:#CCCCCC;}
a:visited{color:#1461AF;}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:12px;}
.right_shadow{
	background: url(/images/right_px.jpg);
	text-align:left;
	background-repeat: repeat-y;
}
.left_shadow{
	background: url(/images/left_px.jpg);
	text-align: right;
	background-repeat: repeat-y;
}
.relate{
	border: 1px solid #aaaaaa;
}
.relate_title{
	font-weight: bold;
	background: #efefef;
	color: #888888;
	height: 23px;
	padding: 5px 0 0 5px;
}
.relate_detail{
	padding: 10px 5px;
}

