/* Tag definitions and the like */
body { behavior: url(../scripts/csshover.htc); margin: 0px; color: #000000; font-size: 10pt; }
dfn {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	font-style: normal;
	font-weight: bold;
	cursor: help;
	color: #000000;
}
u { font-weight: bold; color: #003300; }
strong, b { color: #5B3700; }
em, i { color: #BF4D00; font-weight: bold; }
h1, h2, h3 { color: #333399; margin: 0px 0px 5px 0px; }
h4, h5, h6 { color: #6699CC; margin: 0px 0px 5px 0px; }
h1 { font-size: 24pt; }
h2 { font-size: 18pt; }
h3 { font-size: 16pt; }
h4 { font-size: 14pt; }
h5, h6 { font-size: 12pt; }

/* Main DIV Element */
div#main {
	background-image: url(../images/body_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	background-position: left top;
	background-repeat: repeat-y;
	position: relative;
	font-size: 9pt;
	color: #444444;
	width: 820px;
	margin: 0px;
}

/* Body DIV Element */
div#body { text-align: left; min-height: 300px; width: 820px; }

/* Language navigation bar and sub-classes */
div#lang_bar {
	font-family: "Apple Garamond BT", "Times New Roman", serif;
	background-image: url(../images/lang_nav.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 12pt;
	padding: 0px;
	height: 35px;
	width: 820px;
	margin: 0px;
}
div#lang_bar table td { background-repeat: no-repeat; background-position: left top; padding-left: 10px; }
div#lang_bar table td#left { background-image: url(../images/left_norm.gif); }
div#lang_bar table td#left:hover { background-image: url(../images/left_hover.gif); }
div#lang_bar table td#mid { background-image: url(../images/mid_norm.gif); }
div#lang_bar table td#mid:hover { background-image: url(../images/mid_hover.gif); }
div#lang_bar table td#right { background-image: url(../images/right_norm.gif); }
div#lang_bar table td#right:hover { background-image: url(../images/right_hover.gif); }


/* Main content container and sub-classes */
div#content { position: relative; float: right; width: 630px; margin-top: 10px; padding-right: 20px; }
div#content p { margin: 0px 0px 10px 0px; line-height: 120%; }
div#content img.left { float: left; margin: 0px 10px 5px 0px; }
div#content img.right { float: right; margin: 0px 0px 5px 10px; }
div#sidebar p.link {
	background-image: url(../images/sidebar_normal.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 1.5em;
	height: 24px;
	width: 145px;
	padding-top: 1px;
	margin: 0px;
}

/* Sidebar and sub-classes */
div#sidebar {
	font-family: "Apple Garamond BT", "Times New Roman", serif;
	background-image: url(../images/sidebar_top.gif);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 20px;
	margin-left: 10px;
	font-size: 12pt;
	width: 145px;
}
div#sidebar p.link:hover { background-image: url(../images/sidebar_hover.gif); background-repeat: no-repeat; background-position: left center; }
div#sidebar p.end_cap {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	text-align: center;
	padding: 5px 0px;
	width: 145px;
	margin: 0px;
}

/* Links */
a:link { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
