BODY {
	margin: 0px;
	padding: 10px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;

	color: #4D6F89;
	background-color: #FFFFFF;
}

IMG {
	border: 0px;
}

A {
	color: #4D6F89;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

#main {
	margin: auto;
	width: 800px;
}

#top {
	height: 25px;
	text-align: right;
	padding-right: 15px;
	color: #909090;
}
#top B {
	color: #4D6F89;
}

#left {
	float: left;
	width: 230px;
}
#left .box {
	background-color: #D7E2E7;
	color: #4D6F89;
	background-image: url(images/arcs_top.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	text-align: center;
}
#left .box H1 {
	font-size: 25px;
	margin: 0px;
	padding: 0px;
}
#left .box H3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#left .box .bottom {
	background-image: url(images/arcs_bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
}

#menu {
	padding-top: 30px;
}
#menu A {
	display: block;
	color: #4D6F89;
	border-bottom: 1px solid #D8E3E8;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 3px;
}
#menu A:hover {
	background-color: #D8E3E8;
	text-decoration: none;
}
#menu A.selected {
	background-color: #D8E3E8;
	font-weight: bold;
}
#menu .submenu A {
	display: block;
	color: #4D6F89;
	border-bottom: 1px solid #D8E3E8;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 25px;
	font-size: 12px;
}
#menu .submenu A:hover {
	background-color: #EBF1F3;
	text-decoration: none;
}
#menu .submenu A.selected {
	background-color: #EBF1F3;
	font-weight: bold;
}

#right {
	float: right;
	width: 550px;
}

#banner {
	display: block;
	margin-bottom: 28px;
}

#article {
	color: #606060;
	line-height: 1.9em;
	font-size: 12px;
}
#article #annotation {
	font-weight: bold;
	margin-bottom: 10px;
}
#article TABLE {
	color: #606060;
	line-height: 1.7em;
	font-size: 11px;
}
#article H1 {
	font-size: 23px;
	color: #4D6F89;
	margin: 0px;
	padding: 0px 0px 11px 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
}

#article H2 {
	font-size: 23px;
	color: #4D6F89;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
}

#article H3 {
	font-size: 13px;
	color: #4D6F89;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
}

#article H4 {
	font-size: 13px;
	color: #4D6F89;
	margin: 0px;
	padding: 7px 0px 0;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
}

#article P {
	margin: 0px;
}

