html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
}
td, tr, table {
	padding: 0;
	margin: 0;
}
/* Layout */
body {
	padding-top: 15px;
	background: black;
}
.Header {
	background: #183B75;
}
.Table {
	width: 980px;
	border: 2px solid #C2D3F2;
	line-height: 1.5;
	margin: 0 auto;
}
.TableLeft,
.TableRight {
	background: #003172 url(../images/sidebarbg.gif) bottom repeat-x;
	padding: 7px;
	width: 200px;
}
.TableCenter {
	background: white;
	padding: 20px 20px 0 20px;
	width: 100%;
}
.TableFooter {
	background: white;
	color: black;
	text-align: center;
	font-size: 75%;
	padding: 10px 0;
}

/* General */
body {
	word-wrap: break-word;
	font-size: 90%;
	color: #3A2C2E;
	font-family: arial, sans-serif;
}
a {
	color: #5276a5;
}
a:hover {
	color: #f36f3e;
}
.TableCenter ol, 
.TableCenter ul {
	margin-left: 35px;
	list-style: square;
}
hr {
	height: 1px;
	border: 0; /* FF */
	background: #273446; /* FF */
	color: #273446; /* IE */
}
.Navigation ul {
	list-style: none;
}

/* Menu */
.subheader {
	background: #193B78 url(../images/subheaderbg.gif) top repeat-x;
}
/* DROPDOWN */
.dropdown_menu {
	margin: 0px !Important;
	padding: 5px;
	text-align: center;
	z-index: 900;
	background: white url(../images/dropdownbg.gif) top left repeat-y;
	position: absolute;
	display: none;
	border: 1px solid #475675;
}
.dropdown_menu ul {
	color: #400D01;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dropdown_menu a:link,
.dropdown_menu a:visited {
	text-decoration: none;
	border: 0;
	color: #5276a5;
	font-size: 12px;
	font-family: arial;
	white-space: nowrap;
	display: inline;
}
.dropdown_menu a:hover {
	color: #f36f3e;
}
.mainbutton {
	height: 24px;
	display: block;
}
.homebutton {
	background: url(../images/home.gif) top left no-repeat;
	width: 76px;
}
.welcomebutton {
	background: url(../images/welcome.gif) top left no-repeat;
	width: 98px;
}
.regionbutton {
	background: url(../images/region.gif) top left no-repeat;
	width: 151px;
}
.leaderbutton {
	background: url(../images/leader.gif) top left no-repeat;
	width: 153px;
}
.contactbutton {
	background: url(../images/contact.gif) top left no-repeat;
	width:90px;
}
.thisthatbutton {
	background: url(../images/thisthat.gif) top left no-repeat;
	width: 157px;
}
#welcome_menu {
	width: 86px;
}
#leader_menu {
	width: 140px;
}
#contact_menu {
	width: 78px;
}
#thisthat_menu {
	width: 145px;
}
/* ---------- */