﻿
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
background-color: #659833;
min-height:468px;/* for good browsers*/
min-width:552px;/* for good browsers*/
font-family:Calibri, Arial, Verdana;
margin-top:0px;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:top;
}
#container {
position:relative;
vertical-align:top;
display:table-cell;
height: 680px;
} 
#inner 
{
	width: 994px;
	background:#659833;
	height: 650px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	height:180px;
}
#top-border
{
	height:1px;
	width:100%;
	background-color:Black;
}
#middle-container
{
	height:530px;
}
#left-margin
{
	float:left;
	width:180px;
	height:530px;
	
}
#left-NavBar
{
	min-height:370px;
	margin-top:50px;	
}
#left-address
{
	height:100px;
	color:white;
	position:fixed;
}
#left-border
{
	float:left;
	width:1px;
	height:100%;
	background-color:Black;
}
#middle-content-box
{
	width:600px;
	height:100%;
	float:left;
}
#middle-content-container
{
	width:100%;
	height:100%;
}
#content-text
{
	width:100%;
	overflow:auto;
	float:left;
	height:100%;
}
#right-border
{
	background-color:Black;
	width:1px;
	height:100%;
	float:left;
}
#right-margin
{
	float:left;
	width:180px;
	height:530px;
	padding-left:20px;
}
#bottom-border
{
	height:1px;
	width:100%;
	background-color:Black;
}
#footer
{
	text-align:center;
	/*margin-left:138px;
	margin-right:138px;*/

}
#footer-left
{
	width:190px;
	float:left;
	text-align:left;
}
#footer-middle
{
	float:left;
	text-align:center;
	width:614px;
}
#footer-right
{
	width:180px;
	float:left;
	text-align:right;
}


.footer-text
{

	font-size:11px;
	color:white;
	text-decoration:none;
}
.content-text
{

	font-size:small;
	color:Black;
	height:500px;
	overflow:auto;
}




/* BASE TAGS */



/* P */
p.main {
    font-family: Verdana;
    font-size: 10pt;
    color: Black; 
}

.PageTitle
{
  font-family: Verdana, Arial;
  color:#FF6600;
  font-size:12pt;
}
.PageText
{
  font-family: Verdand, Arial;
  color:black;
  font-size:10pt;
}

ul
{
	list-style-type:circle;
	color:black;
}