BODY		{
	background-color: #ffffff;
	margin: 0px; 
	font-size: 10pt; 
	font-family: Microsoft Sans Serif, Arial; }

	
a, a:link, a:visited, a:active {
	color: #0000EE;
	text-decoration: underline; }

a:hover {
	text-decoration: underline; }	

a.menu, a.menu:link, a.menu:visited, a.menu:active {
	color: #0000AA;
	text-decoration: none; }

a.menu:hover {
	color: #ffffff;
}

a.pdf, a.pdf:link, a.pdf:visited, a.pdf:active {
	color: #0000AA;
	text-decoration: none; 
	background: url('/img/ico_pdf.gif') top left no-repeat;
	padding-left: 18px; }

a.pdf:hover {
	color: #ffffff;
}	
	
a.foot, a.foot:link, a.foot:visited, a.foot:active {
	color: #ABABAB;
	text-decoration: underline; }

a.foot:hover {
	color: #efefef;
	text-decoration: underline; }
	
div#maincontainer {
	position: absolute;
	float: left;
	width:1010px;
	left:50%;
	margin-left:-505px;
	display: block;
	margin-top: 20px;
	
  	-moz-box-shadow: 10px 10px 20px #000; /* Firefox */
  	-webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */
	
	behavior: url(/ie-css3.htc);
	box-shadow: 10px 6px 30px;
}

Table.container {
	position:relative;
	float:left;
	width:990px;
	left:50%;
	margin-left:-495px;
}

TD.MainFill	{
	vertical-align: top;
	height: 314px;
	background-color: #80A9D7;
	background-image: url(/img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

TD.RightFill	{ 
	height: 314px;
	background-image: url(/img/right_bg_repeat.jpg); 
	background-position: top; }
	
td.bgfill	{ 
	background-image: url(/img/main_bg_repeat.jpg); 
	background-position: top; }
	
TD.Footer		{
/*	background-color: #FFF; */
	color: #efefef;
	text-align: center;
	font-weight: normal;
	height: 20px;
	font-size: 10px; }

TD.Footer2		{
/*	background-color: #FFF; */
	color: #ABABAB;
	text-align: center;
	font-weight: normal;
	height: 14px;
	font-size: 9px; }
	
div.Maintext	{
	padding: 5px;
	color: #FFFFFF; }

div.Maintext ul li {
	list-style-type: disc;
}

div.menubox	{
	position: relative;
	width: 120px;
	top: 0px;
	left: 10px;
	padding: 5px;
	color: #FFFFFF;
/*	filter:shadow(color:#dfdfdf, strength:5, direction:135);  */
}

div.menubox ul {
    padding: 0px;
	 margin: 0px;
	 list-style-type: none;
 }

 
div.menubox ul li.top {
/*   	border: 1px solid #7AAEDE; */
	border-bottom: 1px solid #ffffff;
/*   	background-color: #FEF783;
	background-image: url(img/menu_bg_top.gif); 
	background-repeat: no-repeat; */
   	padding-left: 10px;
   	line-height: 25px;
	width: 110px; }

div.menubox ul li {
/*   border: 1px solid #7AAEDE; */
	border-bottom: 1px solid #ffffff;
/*   background: #FEF783; */
   padding-left: 10px;
   line-height: 25px;
	width: 110px; }

div.menubox ul li.bottom {
/*	border: 1px solid #7AAEDE;
	border-bottom: 1px solid #7AAEDE; 
    background: #FEF783;
	background-image: url(img/menu_bg_bottom.gif); 
	background-repeat: no-repeat; */
   padding-left: 10px;
   line-height: 25px;
	width: 110px; }
