﻿body
{
	font-family: Verdana, Sans-Serif;
	font-size: small;
	line-height: 1.5;
	background-color: #ec1a03;
	/*background-color: White;*/
}

table
{
	display: block;
	position: static;
}

a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:link {color:blue} /* unvisited link */
a:visited {color:purple} /* visited link */
a:hover {color:black} /* mouse over link */
a:active {color:red} /* selected link */

h2
{
	margin-top: 20px;		
}

h3
{
	font-size: 100%;	
}

/* classes */
#header
{
	float: right;
	width: 900px;
	background: url(../images/bg.gif) repeat-x;
	line-height: normal;
	border-left: dashed 1px #ec1a03;
	border-right: dashed 1px #ec1a03;
}
    
#header ul 
{
	/* margin sets the amount of space between the top of the ul element and the header image */
    margin:0px;
    /* padding sets space around the ul element */
    padding:10px 10px 0px;
    list-style:none;    
	font-family: Arial;
	text-decoration: none;
    }
    
#header li
{ 
	float: right;
	background: url( "../images/tabrightB.gif" ) no-repeat right top;
	/* margin-right sets the spacing between the tabright.gif image and the next tab image (space between tabs) */
	margin-right: 5px;
	/* padding sets the space around the li tag and fills it with red (background color) */
	padding: 0px 0px 0px 0px;
	}

    
#header a
{
	display: block;
	background: url("../images/tableftB.gif") no-repeat left top;
	padding: 5px 15px 4px;
}

#header #current
{
	color: #ec1a03;
	background: url("../images/tabright_current.gif") no-repeat left top;
	font-style: italic;
	padding-bottom: 20px;
}

#leftNav
{
	display: block; 
	position: absolute; 
	width: 200px; 
	left: 230px; 
	top: 52px;
	background-color: White;
	border-left: dashed 1px #ec1a03;
	border-bottom: dashed 1px #ec1a03;
}  

#leftNav #page
{
	list-style-image: url(../images/arrow.gif);
	list-style-position: inside;
}

#leftNav ul
{
	position: absolute;
	left: 0px;
	top: 86px;
	text-align: left;
	font-weight: bold;
	color: black;
	list-style-type: none;
	text-decoration: none;
}

#mainBody
{
	display: block; 
	position: absolute; 
	width: 661px; 
	height: 605px;
	left: 430px; 
	top: 52px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: White;
	border-right: dashed 1px #ec1a03;
	border-bottom: dashed 1px #ec1a03;
}

#mainBody ul
{
	list-style: bullet;	
}

.topMenu
{
	font-weight: bold;
	color: black;
	font-family: Arial;
	display: inline;
	text-decoration: none;
	text-align: right;
	padding-left: 100px;
}

.statement
{
	font-weight: bold; 
	margin: 5px 20px; 
	font-style: italic; 
	font-family: Arial; 
}

#footer
{
	font: Monospace small;
	background: url( "../images/Itascatur_small.gif" ) no-repeat top left;
	z-index: 5;
	position: absolute;
	left: 430px;
	text-align: left;
}

#footer blockquote
{
	padding-left: 115px;
	margin-top: -4px;
}

#footer ul li
{
	float: left;
	display: inline;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
	text-align: center;
	list-style-type: circle;
	margin-right: 15px;
}

#footer a
{
	color: White;	
}

.date
{
	color: #ec1a03;
	font-weight: bold;
}

.copyright
{
	text-align: center;
	line-height: 2em;
	font-style: italic;
	font-family: Verdana, Sans-Serif;
	font-size: 0.7em;
	font-weight: bold;
}
