html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #96C4E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container {
	width: 100%;
	height: 100%;
}
#header {
	background-image: url(../images/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 27px;
}
#body {
	height: expression((document.body.clientHeight - 54) + "px");
	background-image: url(../images/page_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 27px;
}

#header_layout {
	width: 788px;
	height: 27px;
	background-image: url(../images/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#body_layout {
	width: 788px;
	height: 100%;
	background-color: #FFFFFF;
}
#left_shadow {
	background-image: url(../images/left_shadow.gif);
	background-position: top right;
	background-repeat: repeat-y;
	width: 8px;
}
#right_shadow {
	background-image: url(../images/right_shadow.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 8px;
}
#footer_layout {
	width: 788px;
	height: 27px;
	background-image: url(../images/footer.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 66%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer_layout a, #footer_layout a:active, #footer_layout a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_layout a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	height: 100%;
}
#content_layout {
	height: 100%;
}
#text {
	height: expression((document.body.clientHeight - 497) + "px");
	font-size: 100%;
	color: #4B4B71;
}
#sub_text {
	height: expression((document.body.clientHeight - 397) = "px");
	font-size: 100%;
	color: #4B4B71;
}
#text h1, #sub_text h1 {
	font-size: 233%;
	font-weight: bold;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	text-align: left;
}
#text h2, #sub_text h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
}
#text h3, #sub_text h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
}
#text p, #sub_text p {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}
#text .inset, #sub_text .inset {
	padding: 0px 0px 0px 10px;
}
#text ul, #sub_text ul {
	padding: 0px;
	margin: 0px 0px 8px 17px;
	list-style-type: disc;
}
#text ol, #sub_text ol {
	padding: 0px;
	margin: 0px 0px 8px 23px;
}
#text ul li, #sub_text ul li {
	padding: 0px 0px 0px 4px;
	margin: 0px;
}
#text ol li, #sub_text ol li {
	padding: 0px;
	margin: 0px;
}
#text a, #sub_text a, #text a:active, #sub_text a:active, #text a:visited, #sub_text a:visited {
	color: #6B8CA3;
	text-decoration: none;
}
#text a:hover, #sub_text a:hover {
	color: #6B8CA3;
	text-decoration: underline;
}
#magtext {
	height: expression((document.body.clientHeight - 397) + "px");
	font-size: 100%;
	color: #4B4B71;
}
#magtext h1 {
	font-size: 233%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#magtext h2 {
	font-size: 110%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#magtext p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#magtext p.black {
	color: #4B4B71;
}
#magtext ul {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
}
#magtext ul li {
	padding: 0px 0px 0px 10px;
}
#magtext td.description span.title {
	color: #4B4B71;
	font-size: 133%;
	font-weight: bold;
}
#magtext td.description span.subtitle {
	color: #4B4B71;
	font-size: 110%;
	font-weight: bold;
}
#magtext td.description span.toc {
	color: #4B4B71;
	font-size: 100%;
	font-weight: bold;
}
#magtext td.description div.inset {
	padding: 0px 0px 0px 15px;
}
#magtext td.description div.description {
	color: #56567A;
	font-size: 110%;
	font-weight: normal;
}
#magtext td.description span.title a, #magtext td.description span.title a:active, #magtext td.description span.title a:visited {
	color: #6B8CA3;
	text-decoration: none;
}
#magtext td.description span.title a:hover {
	color: #6B8CA3;
	text-decoration: underline;
}
#magtext td.description span.subtitle a, #magtext td.description span.subtitle a:active, #magtext td.description span.subtitle a:visited {
	color: #6B8CA3;
	text-decoration: none;
}
#magtext td.description span.subtitle a:hover {
	color: #6B8CA3;
	text-decoration: underline;
}
#magtext td.description div.description a, #magtext td.description div.description a:active, #magtext td.description div.description a:visited {
	color: #56567A;
	text-decoration: none;
}
#magtext td.description div.description a:hover {
	color: #56567A;
	text-decoration: underline;
}
#nav_bar {
	height: 26px;
	background-color: #6F8FA3;
	font-size: 89%;
	color: #FFFFFF;
}
#nav_bar a, #nav_bar a:active, #nav_bar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_bar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#logo_bar {
	height: 61px;
}
#banner {
	height: 256px;
}
.banners {
	height: 100px;
}
#left_column {
	width: 524px;
	padding: 8px;
	text-align: left;
}
#left_column hr {
	border-top: 2px #535377 dotted;
}
#right_column {
	width: 232px;
}
#right_column p {
	padding: 8px 0px 8px 0px;
}
#right_column div#news {
	background-color: #EDEBDB;
	border-left: 1px #000000 solid;
	border-top: 18px #535377 solid;
	border-bottom: 18px #535377 solid;
	padding: 8px;
	margin: 0px;
	font-size: 90%;
}
#right_column div#news hr {
	border-top: 2px #535377 dotted;
}
#right_column div#news ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#right_column div#news li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#right_column div#news ul ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	list-style: none;
}
#right_column div#news ul ul li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#right_column div#news a, #right_column div#news a:active, #right_column div#news a:visited {
	color: #4B4B71;
	text-decoration: none;
}
#right_column div#news a:hover {
	color: #4B4B71;
	text-decoration: underline;
}

a#decrease, a#decrease:active, a#decrease:visited {
	font-size: 80%;
	text-decoration: none;
}
a#decrease:hover {
	font-size: 80%;
	text-decoration: none;
}
a#increase, a#increase:active, a#increase:visited {
	font-size: 120%;
	text-decoration: none;
}
a#increase:hover {
	font-size: 120%;
	text-decoration: none;
}

a.pdf {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;

}
img.lmagazine {
	padding: 0 18px 18px 0;
	margin: 0;
}
img.rmagazine {
	padding: 0 0 18px 18px;
	margin: 0;
}
div#article div, div#letter div {
	padding: 0 0 8px 0;
	margin: 0;
}
div#article p , div#article p br, div#letter p, div#letter p br {
	padding: 0 0 0 0;
	margin: 0;
	clear: none;
}

table#fontChanger {
	list-style: none;
	padding: 0;
	margin: 0;
}
table#fontChanger td.size {
	border: #CCCCCC 1px solid;
	color: #CCCCCC;
	width: 18px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
}
table#fontChanger td.active {
	border: #000000 1px solid;
	color: #000000;
	width: 18px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
}
#s8 {
	font-size: 8px;
}
#s10 {
	font-size: 10px;
}
#s12 {
	font-size: 12px;
}
#s14 {
	font-size: 14px;
}
#s16 {
	font-size: 16px;
}
#s18 {
	font-size: 18px;
}

.italic {
	font-style: italic;
}
.small {
	font-size: 70%;
}
div.level {
	font-size: 133%;
	font-weight: bold;
}
div.header {
	font-size: 133%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
div.parent {
	font-size: 110%;
	font-weight: bold;
}
div.children {
	padding-left: 10px;
	font-weight: normal;
}
div.resources {
	padding-left: 10px;
	font-weight: normal;
}
div.resource {
	padding: 0px 0px 3px 10px;
}
div.description {
	padding-left: 10px;
	font-weight: normal;
	font-style: italic;
}
div.center {
	padding-left: 10px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}
div.inset {
	padding: 4px 0 0 12px;
}
div.hidden {
	visibility: hidden;
	display: none;
}
div.visible {
	visibility: visible;
	display: block;
}
div.error {
	background: #fff6bf url(../images/exclamation.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 5px 0px 5px 0px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
tr.header {
	background-color: #CCCCCC;
	font-weight: bold;
}