body {
	text-align: center;
	padding: 0px 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	font-size: 0.8em;
}
td { font-size:0.8em; }
#container {
	width: 900px;
	margin: 0 auto;
	border: 13px solid #eee;
}
#page { background: #fff url(img/bg_links.gif) top left repeat-y; }
#header {
	text-align:right; 
	height:125px;
	background:#5380AB;
}
#header img {
	float:right;
	padding:0px;
	margin-left:0px !important;
	margin-left:-10px;
	margin-right:0px !important;
	margin-right:-10px;
	}
#footer {
	background: #fff;
	clear: both;
	padding:1em;
	color: #7D7D7D;
	text-aligbn:center;
	font-size:0.85em;
}
#nav { width:190px; float:left; }
#content { margin-left:210px; padding: 8px 24px 8px 8px; text-align:left; }
#content ul { list-style:square; }
#nav ul { list-style: none; margin: 0px 0px 0px 0px; padding: 10px 0px 0px 0px; background: #B3CCE6; width:190px; }
#nav ul li { list-style:none; margin: 0px 0px 0px 0px;background: #B3CCE6 url(img/dotz.gif) left no-repeat; }
#nav ul li a {
	text-align: left;
	width:190px;
	color: #000;
	text-decoration: none;
	display: block;
	border-bottom: 1px dashed #999;
	padding: 3px 0px 3px 0px;
	text-indent:1em;
	font-weight:bold;
	text-indent:1.5em;
}
#nav ul li a:hover {
	background: #FFFCE3;
	color: #000;
}
#nav ul li a.current { background:#E7EEF5; }
#nav ul li a.current:hover { background:#FFFCE3 url(img/dotz.gif) left no-repeat; }

h1 { font-size:1.5em; color: #426D96; }
h2 { font-size:1.1em; color: #000; }
h3 { font-size:1em; }
a { color: #46709C; text-decoration: none; }
a:hover { text-decoration:underline; color:#AC5281; }

#nav ul ul { padding-top:0px; width:190px; }
#nav ul ul li a { color:#555; text-indent:20px; width:190px; background: #EEF3C2 none; }
#nav ul ul li a.current { background: #D3D99D; color:#000; }
