﻿body
{
	margin: 0px;
	color: Black;
	background: white;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 70%;
}
h1
{
	padding-right: 0px;
	padding-left: 45px;
	font-weight: bold;
	font-size: 17px;
	left: 90px;
	background-image: url(Images/lak_header.png);
	background-color: Black;
	padding-bottom: 3px;
	margin: 0px;
	color: #9A9A36;
	padding-top: 102px;
	background-repeat: no-repeat;
	font-family: Arial;
}
h3
{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
}
p
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
a:link
{
	color: #990000;
}
a:hover
{
	color: Black;
}
a:visited
{
	color: #990000;
}
table
{
	width: 100%;
	padding: 0px;
	border: 0px;
}
table td
{
	vertical-align: top;
	vertical-align: top;
}
ul
{
	margin-top: 5px;}

/* Page Layout */
table#ploTable
{
	width: 760px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;

}
td#ploLeft
{
	width: 200px;
	background-color: #316531;
}
td#ploMain
{
	background-image: url(Images/page_background.jpg);
	background-repeat: no-repeat;
	width: 375px;
	height: 100%;
}
td#ploPageTitle
{
	background-color: Black;
	height: 124px;
}
td#ploMainBody
{
	padding: 5px 15px 5px 15px;
	}
td#ploRight
{
	background-color: #316531;
	border-right: solid 15px black;
	width: 170px;
}
td#ploRight a
{
	color: White;
}
table#ploRightTable
{
	width: 170px;
}
td#ploRightTicker
{
	padding: 5px 20px 5px 17px;
	height: 100px;
	vertical-align: middle;
	color: #9A9A36;
	font-weight: bold;
}
td#ploRightTicker A
{
	color: #9A9A36;
	text-decoration: none;
}
td#ploBottom
{
	background-color: #999900;
	border-bottom: solid 5px #316531;
	height: 30px;
	vertical-align: middle;
	text-align: right;
	padding: 2px;
}
td#ploBottom A
{
	color: Black;
	text-decoration: underline;
}
td#ploBottom A:visited
{
	color: Black;
	text-decoration: underline;
}
td#ploLeftBottom
{
	width: 200px;
	background-color: #316531;
	height: 30px;
}

.TopMenu {margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #9A9A36;}
.TopMenuLi {position: relative; width: 200px; border-top: 1px solid #9A9A36; border-left: 1px solid #316531; border-right: 1px solid #316531; border-bottom: 0; color: white; display: block; float: left; height: 1%;}
.SubMenuUl {position: absolute; width: 200px; top: 0; left: 199px; display: none; margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #9A9A36;}
.TopMenuLi a {color: white; display: block; padding: 2px 5px; height: 1%; text-decoration: none;}
.TopMenuLi a:visited {color: white; display: block; padding: 2px 5px;}
		/* background: black; = IE6 Bug */
.SubMenuLi a {display: block; text-decoration: none; color: white; background: #316531; border: 1px solid #9A9A36; border-bottom: 0; padding: 2px 5px; height: 1%;}
.SubMenuLi a:visited {display: block; text-decoration: none; color: white; background: #316531; border: 1px solid #9A9A36; border-bottom: 0; padding: 2px 5px;}
.TopMenuLi a:hover { color: black; background: #9A9A36; }
.SubMenuLi a:hover { color: black; background: #9A9A36; }	
li:hover ul, li.over ul { display: block; }


TD.LeftSeperatorTop
{
	border-top: solid 7px #9A9A36;
	}
TD.LeftSeperatorBottom
{
	border-bottom: solid 7px #9A9A36;
	}
Table.PictureFrame
{
	width: 250px;
	height: 250px;
}
.Warning
{
	color: Red;
	}