/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, img {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/* end CSS reset */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../img/bg-menu.png') repeat-y left top #fff;
	color: #676767;
	width: 100%;
	min-width: 700px;
}
h1, h2, h3 {
	letter-spacing: -0.8px;
	color: #399dbe;
	padding: 0 0 0.8em 0;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 0.8em;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
	padding: 0.8em 0;
	font-weight: normal;
}
p {
	padding: 0 0 0.8em 0;
	line-height: 1.5;
	text-align: justify;
}
a, a:visited {
	color: #2680C9;
	text-decoration: none;
}
a:hover {
	color: #F0A52E;
	cursor: pointer;
}
ul {
	padding: 1em 0;
	list-style-type: none;
}
li {
	line-height: 20px;
	background-image: url('../img/li-square.png');
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 1.5em;
}
img {
	display: block;
	margin: 0 auto;
	text-align: center; /* for IE */
}

.italic {
	font-style: italic;
}

.img_desc {
	color: #0000FF;
	text-align: center;
	padding: 0;
	margin: 1.2em 0;
}

#top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	clear: both;
	z-index: 99;
	background-color: #041766;
	border-bottom: 1px solid #7f8489;
}
#top table {
	width: 100%;
}
#top img{
	margin: 0;
	text-align: left;
}

#menu {
	background: transparent;
	position: fixed;
	left: 5px;
	top: 90px;
	width: 190px;
	padding-top: 2em;
	z-index: 1;
}
#menu li {
	padding-bottom: 0.8em;
	background-image: url('../img/li-garrow.png');
}
#menu a {
	color: #399DBE;
}

#menu li.active a {
	font-weight: bold;
}

#menu a:hover {
	background: #E7F2F6;
	display: block;
}

#content_area {
	position: absolute;
	left: 200px;
	top: 90px;
}
#content {
	width: 745px;
	margin: auto;
	margin-left: 25px;
	padding: 15px;
}

#links, #links table {
	text-align: center;
	margin: 0.8em auto 0 auto;
	padding: 5px;
}
#links td{
	padding: 5px;
}
