/* RESET */

html, body, div, span, applet, object, iframe,
blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #999999;
}

h1 {
	font-size: 13px;
	font-family: Arial;
	line-height: 15px;
	color:#000099;
}

h2 {
	font-size: 11px;
	font-family: Arial;
	line-height: 14px;
	color:#999;
}

p {
	font-size: 12px;
	font-family: Arial;
	line-height: 14px;
	color:#000;
	vertical-align: middle; 
}

span {
	font-size: 12px;
	font-family: Arial;
	line-height: 14px;
	color:#333;
	vertical-align: middle; 
}

.small {
	font-size: 11px;
	font-family: Arial;
	line-height: 14px;
	color:#333;
	vertical-align: middle; 
}

ul {
	font-size: 12px;
	font-family: Arial;
	line-height: 14px;
	vertical-align: middle; 
}

.pic { border:none; padding:0px; margin:0px; }

hr {
	height: 1px;
	color: #cccccc;
}

/* END RESET */

/* LAYOUT */
.global {
	position: relative;
	width: 720px;
	height: auto;
	margin: 15px auto 0px auto;
	padding: 0px;
	border:1px solid #FF9C00;
}

.top {
	position: relative;
	background-color:#003060;
	width: 100%;
	height: 125px;
	margin: 0px;
	padding: 0px;
}

.top_sub {
	position: relative;
	background-color:#003060;
	width: 100%;
	height: 70px;
	margin: 0px;
	padding: 0px;
}

.top_nav {
	position: relative;
	width: 100%;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border-bottom:1px solid #FF9C00;
	overflow: hidden;
}

a.nav {
	font-size: 11px;
	display:block;
	font-family: Arial;
	line-height: 18px;
	font-weight:bold;
	color:#fff;
	position: relative;
	float:left;
	width: 167px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	border-right:1px solid #FF9C00;
	text-decoration:none;
}

a.nav:hover {
	text-decoration:none;
	background-color:#FF9C00;
}

a.nav_no_border {
	font-size: 11px;
	display:block;
	font-family: Arial;
	line-height: 18px;
	font-weight:bold;
	color:#fff;
	position: relative;
	float:left;
	width: 168px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	text-decoration:none;
}

a.nav_no_border:hover {
	text-decoration:none;
	background-color:#FF9C00;
}

.top_header {
	position: relative;
	width: 100%;
	height: 105px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	border-bottom:1px solid #FF9C00;
	clear:both;
}

.top_header_sub {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	border-bottom:1px solid #FF9C00;
	clear:both;
}

.content {
	position: relative;
	background:#fff url(../assets/bg_content.jpg) repeat-y;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear:both;
	overflow:auto;
}

.content_green {
	position: relative;
	background:#fff url(../assets/bg_content_green.jpg) repeat-y;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear:both;
	overflow:auto;
}

.content_left {
	position: relative;
	display:inline;
	float:left;
	width: 170px;
	height: auto;
	margin: 0px;
	padding: 7px;
}

.content_middle {
	position: relative;
	display:inline;
	float:left;
	width: 345px;
	height: auto;
	margin: 0px;
	padding: 3px 3px 0px 3px;
	border-right:1px solid #FF9C00;
}

.content_middle_left {
	position: relative;
	display:inline;
	float:left;
	width: 169px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top:1px solid #FF9C00;
}

.content_middle_right {
	position: relative;
	display:inline;
	float:right;
	width: 169px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top:1px solid #FF9C00;
}

.breadcrumb {
	position: relative;
	float:right;
	width: 524px;
	height: 14px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-bottom:1px solid #FF9C00;
	background-color:#FFFFCC;
}

.content_right {
	position: relative;
	float:right;
	width: 170px;
	height: auto;
	margin: 0px;
	padding: 5px 5px 0px 5px;
}

a.left_nav {
	font-size: 11px;
	display:block;
	font-family: Arial;
	line-height: 16px;
	font-weight:bold;
	color:#fff;
	position: relative;
	float:left;
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color:#CF3000;
	border:1px solid #CF3000;
	text-decoration:none;
	padding:0px 0px 0px 5px;
}

a.left_nav:hover {
	text-decoration:none;
	background-color:#FF9C00;
	border:1px solid #CF3000;
}

a.left_nav_green {
	font-size: 11px;
	display:block;
	font-family: Arial;
	line-height: 16px;
	font-weight:bold;
	color:#fff;
	position: relative;
	float:left;
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color:#009900;
	border:1px solid #009900;
	text-decoration:none;
	padding:0px 0px 0px 5px;
}

a.left_nav_green:hover {
	text-decoration:none;
	background-color:#A3D39C;
	border:1px solid #009900;
}

.footer {
	position: relative;
	width: 720px;
	height: 30px;
	margin: 10px auto 0px auto;
	padding: 0px;
	text-align:left;
}

.footer_left {
	position: relative;
	float:left;
	width: 300px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

.footer_right {
	position: relative;
	float:right;
	width: 300px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align:right;
}

.link {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	color:#000099;
	text-decoration:none;
}

.link:hover {
	text-decoration:underline;
}

.link_heading {
	font-size: 13px;
	font-family: Arial;
	line-height: 18px;
	color:#000099;
	text-decoration:none;
	font-weight:bold;
}

.link_heading:hover {
	text-decoration:underline;
}

.link_white {
	font-size: 11px;
	font-family: Arial;
	line-height: 18px;
	color:#fff;
	text-decoration:none;
}

.link_white:hover {
	text-decoration:underline;
}

.language {
   background-color: #CF3000;
   border-color: #FF9C00;
   color: #FFFFFF;
   width:167px;
}

.pic_legend {
	background-color:#003366;
	position: relative;
	width: 333px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	border:1px solid #FF9C00;
	font-size: 11px;
	font-family: Arial;
	line-height: 14px;
	color:#fff;
}

.directory {
	background-color:#003366;
	position: relative;
	width: 333px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	border:1px solid #FF9C00;
	font-size: 11px;
	font-family: Arial;
	line-height: 14px;
	color:#fff;
}

.matrix {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	color:#666;
	text-decoration:none;
}

.matrix:hover {
	color:#333;
}
/* END LAYOUT */
