@charset "UTF-8";
body {
	background: #000000 url(../images/bg_body.jpg);
	margin: 0px;
	padding: 0px;
}
#flag {
	margin-top: 48px;
}
#shell td.col1 {
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #045485;
	padding-right: 24px;
	padding-bottom: 32px;
	padding-left: 40px;
}
#shell .col1 h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #F26521;
}
#shell .col1 p {
	line-height: 18px;
}
#shell td.col2 {
	background: #6DAED9 url(../images/column_bg.jpg) no-repeat left bottom;
	width: 217px;
}
#shell .col2 p {
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 20px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#shell .col2 a {
	font-weight: bold;
	color: #F26521;
	font-size: 11px;
}
#shell .col2 b {
	font-size: 12px;
	margin-bottom: 4px;
}
#foot {
	background: #F26521 url(../images/bg_foot.jpg) repeat-x top;
	height: 22px;
	margin-bottom: 48px;
}

/* The Image Menu */

#menu {
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 100%;
	background: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
	font-size: 11px;
}
#menu td {
	text-align: center;
	height: 40px;
	padding-top: 12px;
}
#menu td.divider {
	height: 40px;
	width: 2px;
}
.menu_off {
	background: #FFFFFF url(../images/nav_bg-off.jpg) repeat-x left top;
	border-width: 0px;
	border-style: none;
	vertical-align: top;
}
.menu_off a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_on {
	background: #FFFFFF url(../images/nav_bg-over.jpg) repeat-x left top;
	border-width: 0px;
	border-style: none;
	vertical-align: top;
}
.menu_on a {
	color: #FFFFFF;
	text-decoration: none;
}
