body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
p {
	line-height: 120%;
}
h1 {
	font-size: 160%;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 6px;
	color: #5C6874;
}

A {
	color: #001d7d;
	text-decoration: underline;

}
A:hover {
	text-decoration: none;
	color: #FF7F00;

}
li {
	margin-top: 2px;
	margin-left: 17px;
}
.imgfloat {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 2px;
}
.headInRun {
	font-weight: bold;
	color: #333333;
}
.jumper {
	text-align: right;
	clear: both;
	margin-right: 10px;
	margin-left: 40px;
	border-bottom: 1px solid #FF9900;
}
.up {
	background: url(../images/arrow_top.gif) no-repeat right bottom;
}
.ext {
	background: url(../images/arrow_ext.gif) no-repeat right bottom;
	vertical-align: text-bottom;
}
.details {
	background: #D8DEEE;
	font-size: 90%;
	padding: 4px 4px 6px 10px;
}
.showIt {
	display: block;
}
.hideIt {
	display: none;
}
.whiteText {
	color: #FFFFFF;
}
#footer {
	background: #4C5E99;
	color: #FFFFFF;
	text-align: center;
	font-size: 64%;
	border-bottom: 1px solid #F5F6FC;

}

/* properties of the vertical devision column between left menu and contents div */
#verticaldevisor {
	width: 1px; border-left-width: 1px; border-left-style: dashed; border-left-color: #FFFFFF; font-size: 1%; background: #d8deee; 
	padding: 0px; margin: 0px; text-indent: 0px;
}


/* properties of the main div containing the main contents */
#contents {
	font-size: 100%; padding: 0px; margin: 0px; border: 0px;
}

/* properties of the div with upper banner */
#upperbanner {
	padding: 0px; margin: 0px; text-indent: 0px; border: 0px;
}