body
{
	background: Black;
	font-family: Arial;
	padding:1%;
}

a
{
		color: white;
		text-decoration: none;
	
}

a:hover
{
		color: #786447;
		text-decoration: none;
	
}

ul
{
	padding: 5;
	margin: 5;
	
}


li.Normal
{
	width: 100%;
	height: 25px;
	color: white;
	list-style: none;
	font-weight:bold; 
	background-color: Transparent;
	vertical-align: middle;
	
}

li.Normal a
{
	width: 100%;
	color: white;
		
}

li.Light
{
	width: 100%;
	height: 25px;
	color: #786447;
	list-style: none;
	font-weight:bold; 
	background-color: White;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: .8;
	vertical-align: middle;
}

li.Light a
{
	width: 100%;
	color: #786447;
	
}

.DisplayPane
{
	background-color: white;
	width: 97%;
	text-align:center;
	padding:1.5%;
	
}

.header
{
	background-color: White;
	width: 98.5%;
	text-align:center;
	padding: 0px;
	background: White;
	min-height: 266px;
	background-image: url(images/3dFadeBack20px.jpg);
	background-position: left bottom;
	background-repeat:repeat-x;
	border: solid 4px #4b4d42;
}

.footer
{	
	width: 97%;
	text-align:center;
	padding: 1.5%;	
	min-height: 20px;
	
}

.footer img
{
	padding-top: 15px;
	float: left;
	padding-right: 10px;
	
	
}

.tree
{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.LogoText
{
	float: right;
	margin-top: 105px;
	margin-right: 20px;
}


.rightMenu
{
	float: right;
	text-align:left;
	vertical-align:top;
	width: 200px;
	height: 449px;
	background: #FFFFFF;
	margin-top:20px;
	background-image: url(images/rightMenu.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	border: solid 4px #4b4d42;			
}

.LeftMenu
{
	float: left;
	text-align:left;
	vertical-align:top;
	width: 75%;
	height: 161px;
	background: #d3fbb2;
	margin-top:20px;
	background-image: url(images/ButtomMenu.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	border: solid 4px #4b4d42;			
}

.MainContent
{
	float: left;
	text-align:justify;
	color: #786447;
	vertical-align:top;
	width: 75%;
	min-height: 350px;
	background: #dcf6c9;
	border-top-width: 2.5%;
	border-style:hidden;
	margin-top:2.5%;
	border: solid 4px #4b4d42;
	background-image: url(images/mainBackground.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	
}


.leftImg
{
	float: left;
	padding: 15px 15px 15px 15px;
	
}
	
.rightImg
{
	float: right;
	padding: 15px 15px 15px 15px;
	
}
	
.rightImg1
{
	float: right;
	vertical-align: top;
	padding: 0px 15px 0px 15px;
	
}

.rightImg2
{
	float: right;
	vertical-align: bottom;
	padding: 0px 15px 0px 15px;
	
}
		
.text
{
	padding: 15px;
}

.tabletext1
{
	float: left;
	color: #786447;
	text-align:left;
	font: italic bold 15px arial;
	vertical-align:center;
	min-height: 350px;
	
}

.tabletext2
{	float: left;
	color: #786447;
	text-align:left;
	font: bold 18px arial;
	vertical-align:center;
}

.tabletext3
{	
	color: #786447;
	text-align:Center;
	font: bold 18px arial;
	vertical-align:center;
}

.tabletext4
{	
	color: #786447;
	text-align:Center;
	font: 16px arial;
	vertical-align:center;
}

/* Drop Down Menues */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 1000;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 139px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	height: 12px;	
	background-image: url(images/Brown3dFadeBack20pxDown.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	
}

#sddm li a:hover
{	
	background: #49A3FF;
	height: 12px;	
	background-image: url(images/Brown3dFadeBack20px.jpg);
	background-position: top left;
	background-repeat:repeat-x;
}

#sddm div
{	
	
	display: none;
	margin: 0;
	padding: 0;
	background: #fbe4c3;
	border: 1px solid #62523a;	
}

#sddm div a
{	position: relative;	
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 139px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #fbe4c3;
	color: #62523a;
	font: 11px arial;
}

#sddm div a:hover
{	
	background: #62523a;
	color: #FFF;	
}
