/* CSS Document */

body{
	background-color:#660000;
	color:#FFFFCC;
	font: 14pt Geneva, Arial, Helvetica, sans-serif;
	}
	
a:link {
	color:#ffffcc;
	border-bottom: 1px dotted #ffffcc;
	text-decoration:none;
}

a:visited {
	color:#ffffcc;
	border-bottom: 1px dotted #ffffcc;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	border-bottom: 4px double #ffffcc;
}

a:active {
	text-decoration:none;
	border-bottom: 4px double #ffffcc;
}

#head {
	display:block;
	font: bold 28pt "Times Roman", serif;
	color:#660000;
	background-color:#ffffcc;
	background-image:url(images/graphics/l1_down.gif);
	background-position:bottom;
	text-align:center;
	border: 1px dotted #660000;
	width:98%;
	position:absolute;
	left:5px;
	top:27px;
	}
	
#navcontainer ul
{
	margin: 0;
	padding: 2px;
	background-color:#ffffcc;
	border:1px dotted #000;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:absolute;
	height:79%;
	left:5px;
	top:115px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 130px;
	background-image: url(images/graphics/l1_down.gif);
}

#navcontainer a:link, #navlist a:visited
{
	border:1px dotted #660000;
	font-weight:bold;
	color: #660000;
	text-decoration: none;
}

#navcontainer a:hover
{
	border:1px dotted #ffffcc;
	color:#ffffcc;
	background-image: url(images/graphics/l1_over.gif);

}

#tablestyle{
	width:79%;
	position:absolute;
	top:115px;
	left:180px;
}

#tablestyle a{
	border:0px;
}
	
#tablestyle td{

	border:1px dotted #ffffcc;
	}
	
#textbox {
	color:#ffffcc;
	width:79%;
	position:absolute;
	top:115px;
	left:180px;
}

