html {
	height:100%; 
	min-height:100%; 
	padding:0; 
	border:0; 
}
BODY {overflow:scroll;text-align:center;background:#19376F url('/img/menufade.gif') repeat-x scroll top;min-height:100%;height:100%}
DIV#wrapper {margin:auto;width:1000px;border-left:1px solid #0D224D; border-right:1px solid #0D224D;height:100%;background:white url('img/nav-bg.gif') repeat-y top right scroll;}
DIV#wrapper[id] { height:auto; min-height:100%; }
DIV {text-align:left;}
DIV#main {margin-right:140px;vertical-align:top;}
DIV#content {padding:6px; width:845px;display:block;}
DIV.border {
	position:absolute;
	overflow:hidden;
	width:130px;
	height:100%;
	background: url('/img/bg.gif') repeat-y 100px left scroll;
}
body {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
}
DIV#nav {
	float:right;
	width:138px;
}
DIV#headline {
	padding:2px 2px 2px 6px;
	background:white;
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}
TABLE#header { width:100%; }
TABLE#header img { vertical-align:bottom; }
TABLE#topbar {
	width:100%;
	background-color:#FFC76B;
}
TABLE#topbar td {
	border:1px solid #E68530;
	border-left-width:0px;
	font-size:11px;
}
TABLE#topbar th {
	border-top:1px solid #E68530;
	background:#264B96 url(img/top/bg.sel.gif) repeat-x top left scroll;
	border-style:none;
	padding:1px 6px 1px 6px;
	font-size:11px;
}
TABLE#topbar a {
	display:block;
	padding:1px 6px 1px 6px;
}
TABLE#topbar a:hover { background-color:#FFB135; }
TABLE#title {
	border-bottom:1px solid #D2DEEE;
}
TABLE#title td { vertical-align:bottom; }
TABLE#title img { margin:1px; }
TABLE#title div {
	border-color:#D2DEEE;
	border-width:1px 1px 0px 1px;
	border-style:solid;
}
TABLE#title h1 {
	line-height:150%;
	margin-bottom:0em;
}
TD#contentarea { padding:16px 8px 16px 8px; }

TABLE#nav {
	color:white;
	font-size:11px;
	width:100%;
	border-bottom:1px solid #6B89C4;
	background-color:#345DAE;
}
TABLE#nav TD, TABLE#nav TH {
	vertical-align:top;
	line-height:14px;
	padding:2px 2px 2px 0px;
}
TABLE#nav TD.link { width:100%; }
TABLE#nav img { margin:0px 3px 0px 2px; }
TABLE#nav TR.group TD {
	border-bottom:1px solid #6B89C4;
	font-weight:bold;
}
TABLE#nav TR.sub TD, TABLE#nav TR.sub TH {
	border-top:1px solid #6B89C4;
	background-color:#5073B9;
}
TABLE#nav TR.sub TH { background:#5073B9 url(img/nav-sub-grd.gif) repeat-y top left scroll; }
TABLE#nav a {
	font-weight:normal;
	color:#EEEEDD;
}
TABLE#nav a:hover {
	color:#FFC76B;
	text-decoration:underline;
}
