body {
	
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(../images/gladiator_blue_32_dithered.png);
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

em {
	
	font-family: "Times Roman", Times, serif;
	font-style: italic;
	
}

pre, code {
	
	padding-left:15px;
	font-family: courier, fixed, sans-serif;
	font-style: normal;
	color: #080;
	
}

.cssmenuleftarrow {
	border-style: solid;
	border-color: #a3b4eb #313f7f #6e80bf #8b9cd7;
	margin: 0px;
	width:0px;
	height:0px;
	line-height:0px;
	position:fixed;
	border-width:10px;
	border-top-width: 55px;
	border-bottom-width: 55px;
	left: 5px;
	top:  5px;
	cursor: w-resize;
}

.cssmenurightarrow {
	border-style: solid;
	border-color: #a3b4eb #8b9cd7 #6e80bf #313f7f; 
	margin: 0px; 
	width:0px; 
	height:0px; 
	line-height:0px;
	position:fixed; 
	border-width:10px;
	border-top-width: 55px;
	border-bottom-width: 55px;
	left: 5px;
	top:  5px;
	cursor: e-resize;
}

.cssmenurightarrow:hover {
	border-left-color: #000;
}

.cssmenuleftarrow:hover {
	border-right-color: #000;
}

div#navigation {
	
	position: fixed;
	top: 125px;
	left: 5px;
	width: 160px;
	height: 5cm;
	
}

div#navigation a {
	
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	font-family: Aharoni, "Arial Bold", Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	background-color: #9ca1d5;
	border: 1px solid #313f7f;
	margin: 2px;
	background-image: url(../images/gladiator_blue_ripples_medium_blue_mask.png);
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

div#navigation a:hover {
	
	color: #000;
	border-color: #000;
	background-color: transparent;
	background-image: url(../images/gladiator_blue_waves_white_mask.gif);
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

div#navigation a:visited {
	
	color: #4949aa;
	border-color: #313f7f;
	background-color: #e6e2f6;
	background-image: url(../images/gladiator_blue_ripples_light_blue_mask.png);
	background-repeat: no-repeat;
	
}

div#navigation a:visited:hover {
	
	color: #000;
	border-color: #000;
	background-color: #e6e2f6;
	background-image: url(../images/gladiator_blue_waves_light_blue_mask.gif);
	background-repeat: no-repeat;
	
}

div#navigation p {
	
	font-variant: small-caps;
	font-size: 10px;
	color: #000;
	text-align: center;
	
}

div#content {
	
	position: absolute;
	top: 125px;
	left: 175px;
	right: 5px;
	border: 1px solid #313f7f;
	padding: 7px;
	background-image: url(../images/gladiator_blue_ripples_white_mask.png);
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

div#content p, li{
	
	font-family: "Times Roman", Times, serif;
	font-size: 12pt;
}

div#content .notebene{
	
	font-style: italic;
	font-weight: bold;
	color: #800;
	
}

div#content h1 + p:first-letter{
	font-size: 25pt;
	font-weight: bold;
	line-height: 0.8em;
	color: #313f7f;
}

div#content h2 + p:first-letter{
	font-size: 25pt;
	font-weight: bold;
	line-height: 0.8em;
	color: #313f7f;
}

div#content h3 + p:first-letter{
	font-size: 25pt;
	font-weight: bold;
	line-height: 0.8em;
	color: #313f7f;
}

div#content h1, h2, h3, h4 {
	font-family: Roman, "Times Roman", serif;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	left: 2px;
	right: 2px;
	background-color: #9ca1d5;
	background-image: url(../images/gladiator_blue_ripples_medium_blue_mask.png);
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: -1px;
	margin-right: -1px;
	border-color: #313f7f;
	padding: 5px;
}

div#content h1 {
	font-size: 20pt;
	color: #000;
	padding-left: 10px;
	border-top: 2px solid;
	border-bottom: 10px solid;
}

div#content h2 {
	font-size: 20pt;
	font-style: italic;
	padding-left: 20px;
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;
}

div#content h3 {
	font-size: 17pt;
	padding-left: 40px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

div#content h4 {
	font-size: 14pt;
	font-style: italic;
	padding-left: 60px;
}

input {
	
	margin: 5px;
	color: #000;
	background-color: #a3b4eb;
	display: inline;
	
}

div#content .caption{
	font-family: Roman, "Times Roman", serif;
	font-style: italic;
	font-size: 12pt;
	text-align: left;
}

div#content img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div#content .figureleft{
	margin: 10px;
	padding: 10px;
	padding-right: 10px;
	border: 1px solid #000;
	float: left;
	background-color: #ffe;
}

div#content .figureright{
	margin: 10px;
	padding: 10px;
	padding-right: 10px;
	border: 1px solid #000;
	float: right;
	background-color: #ffe;
}


div#content table {
	border-collapse: collapse;
	border: 2px solid #000; 
	text-align: center;
	background-color: #e6e2f6; 
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#content table td ul{
	text-align: left;
}

div#content .invisible_table{
	border-collapse: separate;
	border: 0px; 
	background-color: transparent; 
	text-align: left;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#content .invisible_table td{
	border: 0px;
	padding: 5px; 
}

div#content .spanningcell{
	
	font-family: Aharoni, "Arial Bold", Arial, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	background-color: #8b89cd;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000; 
}

div#content .hovercell:hover{
	font-weight: bold;
	color: #fff;
	background-color: #8b89cd;
	cursor: pointer;
}

div#content th{
	border: 1px solid;
	border-color: #313f7f;
	border-bottom: 2px solid #000;
	padding: 10px;
	font-weight: bold;
	margin: 0px;
	vertical-align: baseline; 
}

div#content td{
	border: 1px solid #8b89cd;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}



div#content .csswidgetuparrow{
	display: block;
	border-style: solid;
	border-color: #a3b4eb #a3b4eb #6e80bf #a3b4eb;
	margin: 2px;
	width:0px;
	height:0px;
	line-height:0px;
	border-width:10px;
	border-top-width: 0px;
	left: 5px;
	top:  5px;
	cursor: pointer;
}

div#content .csswidgetuparrow:hover{
	border-bottom-color: #000;
}

div#content .csswidgetdownarrow{
	display: block;
	border-style: solid;
	border-color: #6e80bf #a3b4eb #a3b4eb #a3b4eb;
	margin: 2px;
	width:0px;
	height:0px;
	line-height:0px;
	border-width:10px;
	border-bottom-width: 0px;
	left: 5px;
	top:  5px;
	cursor: pointer;
}

div#content .csswidgetdownarrow:hover{
	border-top-color: #000;
}

div#content .spinwidget{
	height: 22px;
	width: 45px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #000;
	display: inline;
	text-align: right;
	padding: 2px;
}








