body {
	background-color: #fff;
	font-family: arial, tahoma, verdana;
	font-size: 10pt;
	color: #000;
	margin:0 0 0 0;
	padding:0;
	overflow:auto;
	overflow: -moz-scrollbars-vertical;
}

a {
	color: #164777;
	text-decoration:underline;
	outline:none;
	font-weight:bold;
}

#container {
	width:998px;
	margin:0 auto;
	padding-top:30px;
	position:relative;
	/*border: 1px solid;*/
}

#header {
	height:110px;
	width:998px;
	position:relative;
	margin:0 0 0 0;
	padding:0;
	background-color:#8aacbe;
	overflow:hidden;
	/*border: 1px dashed;*/
}
#header h2 {
	position:absolute;
	bottom:0px;
	right:540px;
	font-size:25px;
	font-weight:normal;
	color:#AEC6D2;
}
#header img {
	position:absolute;
	top:0px;
	right:120px;
	border:0;
}	

#main {
	position:relative;
	min-height:400px;
	border-bottom: 2px solid #8aacbe;
	border-right:2px solid #8aacbe;
}

#left {
	float:left;
	width:200px;
	padding:15px;
	min-height:430px;
	background-color:#aec6d2;
	text-align:right;
	/*border:1px dashed #ff0000;*/
}
br.stopfloat {
	clear:both;
}

#left ul {
	list-style-type:none;
	margin-right:-5px;
}
#left li {
	text-align:right;
	margin-top:5px;
}
#left li:first-child {
	padding-bottom:20px;	
}
#left li:last-child {
	padding-top:20px;	
}

#left a {
	text-decoration:none;
	outline:none;
	font-weight:normal;
	color:#000;
}
#left a:hover {
	font-weight:bold;
	color:#006699;
}
#left li.current a{
	font-weight:bold;
	color:#fff;
}
#content {
	float:left;
	width:500px;
	padding:30px;
	height:400px;
	overflow:auto;
	/*border: 1px dotted #ff0000;*/
}	
#content img {
	border: 0;
	outline:none;
}
#content .download-file {
	color:#999;
}
#content img.right {
	float:right;
	margin:0 0 10px 10px;
}
#content img.left {
	float:left;
	margin:0 10px 10px 0;
}
#content table {
	width:505px;
}
#content td {
	padding-top: 3px;
	vertical-align:top;
}

h1 {
	font-size:10pt;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}
h2 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;

}
h2 a{
	text-decoration:none;
}
h2 a:visited{
	text-decoration:none;
}
h2 a:hover{
	text-decoration:none;
}
h3 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}
h4 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}
h5 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}
h6 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}
hr {
	border-bottom: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	border-top: 1px #656565 solid;
	margin:10px 0 20px 0;
}

#content img.float_right {
	float:right;
	margin:0 0 5px 10px;
	padding:0;
}
#content img.float_left {
	float:left;
	margin:0 10px 5px 0;
	padding:0;
}


