﻿
div.top
{
  position: absolute;
  top: 0px;
  left: 0px;
}

div.content
{
  position: absolute;
  top: 260px;
  left: 8px;
  clear: both;
  background: url(Line.jpg) repeat-y;
  background-position: 111 150;
}

div.endtext;
{
  position: relative;
}

div.endline
{
  position: relative;
  top: -150px;
  left: -143px;
}

div.leftcol
{
  width: 230px;
  float: left;
}

div.middlecol
{
  width: 400px;
  left: +250px;
  position: relative;
  float: left;
}

div.rightcol
{
	width: 200px;
	position: relative;
	left: +300px;
	float: left;
}

p.redhead
{
  font-family: calibri, arial;
  font-weight: bold;
  font-size: 20px;	
  color: 990000;
}

p.pictext
{
  font-family: calibri, arial;
  font-weight: bold;
  font-size: 14px;	
  color: 000000;
}

div.menu
{
	position: absolute;
	left: 212px;
	top: 222px;
	width: 300px;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#nav-menu li
{
float: left;
margin: 0 0.15em;
} 


div.leftlinetop
{
  position: absolute;
  top: +250px;
  left: +119px;
  width: 5px;
  background: url(Line.jpg) repeat-y;
  height: 105px;

}

div.leftline
{
  position: relative;
  left: -100px;
  width: 5px;
  border: 0.1em solid #dcdce9;
  background: url(Line.jpg) repeat-y;
}


div.leftimgshadow
{
  position: absolute;
  left: +40px;
  top: +370px;
  width: 170px;
  height: 227px;
  background: url(25black.png) repeat;
  z-index: 100;
}

div.leftimg
{
  position: relative;
  top: -5px;
  left: -2px;
  border: 0.05em solid #000000;
}

#nav-menu li a
{
  background: url(menubackground.gif) #fff bottom left repeat-x;
  height: 2em;
  line-height: 2em;
  float: left;
  width: 9em;
  display: block;
  border: 0.1em solid #dcdce9;
  color: #0d2474;
  text-decoration: none;
  text-align: center;
  font-family: calibri, arial;  
  font-size: 14px;
  font-weight: normal;
} 

#nav-menu li a:hover
{
  background: url(menubackground.gif) #fff bottom left repeat-x;
  height: 2em;
  line-height: 2em;
  float: left;
  width: 9em;
  display: block;
  border: 0.1em solid #dcdce9;
  color: #0d2474;
  text-decoration: underline;
  text-align: center;
  font-family: calibri, arial;
  font-size: 14px;
  font-weight: normal;
} 

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	width: 40em
}
.normal {
	font-family: "MS Sans Serif";
	font-size: 14px;
}
.link {
	font-family: "MS Sans Serif";
	font-size: 14px;
	color: #990000;
}


