body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	background-image: url(/Images/bg_main-tan.gif);
}
#container {
	position:relative;
	width:980px;
	margin:0 auto;
	text-align:left;
}
#header {
	height:194px;
	position:inherit;
	padding: 0 0 0 0;
	background-color: #666666;
}
#panorama {
	position:inherit;
	height:100px!important;
	margin-top: -5px;
	
}
#menu {
	width:980px;
	height:30px;
	position:inherit;
	background: url(../images/menu_bg1.png);
	margin-top: -24px;
}
#menu div#menu_left {
	height:30px;
	width:70px;
	float:left;
	background: url(../images/menu_left1.png) no-repeat;
}
#menu div#menu_right {
       height:30px;
	   width:24px;
	   background: url(../images/menu_right1.png) no-repeat;
	   float:right;
}
#menu ul {
       list-style:none;
}
#menu ul li {
       cursor:pointer;
	   border-right:1px solid #ccc8bb;
	   border-left:1px solid #ccc8bb;
	   float:left;
	   background:url(../images/menu_bg1.png) repeat-x top left;
	   height:30px;
}
#menu ul li a,#menu ul li a:visited {
       display:block;
	   padding:.4em 1em .5em 1em;
	   color:#006600;
	   font-weight:bold;
	   text-decoration:none;
}
#menu ul li a:hover,#menu ul li a:focus {
       background:url(../images/menu_over1.png) repeat-x top left;
	   color:#003300;
}
#content-scroll {
	background-color:#dedac4;
	border: outset #77654e 2px;
	display: block;
	position: inherit;
	height: 450px;
	width: 980px;
	text-align: center;
	padding-top: 20px;
	overflow: scroll;
}
#content-main {
	background-color:#dedac4;
	border: outset #77654e 2px;
	display: block;
	position: inherit;
	height: 435px;
	width: 980px;
	text-align: center;
	padding-top: 35px;
	overflow: scroll;
}

#content-noscroll {
	background-color:#dedac4;
	border: outset #77654e 2px;
	display: block;
	position: inherit;
	height: 435px;
	width: 980px;
	text-align: center;
	font-size: 24px;
	padding-top: 35px;
	white-space: nowrap;
}
#border-left {
	border: outset #77654e 2px;
	position: absolute;
	width: 113px;
	background-image: url(/Images/back-tan.gif);
	left: -114px;
	height: 781px;
	top: 0px;
}

#border-right {
	border: outset #77654e 2px;
	position: absolute;
	width: 113px;
	background-image: url(/Images/back-tan.gif);
	left: 980px;
	top: 0px;
	height: 781px;
}
#footer {
	margin:0;
	color:#006600;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: small;
	text-transform: capitalize;
	position: relative;
	left: 160px;
	top: 10px;
	visibility: inherit;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer li {
	display: inline;
	padding-left: 20px;
	list-style-type: circle;
}
#footer li a {
	padding:0.2em 1em;
	color:#006600;
	text-decoration:none;
	float:left;
	
}
#footer li a:hover {
	color:#003300;
}
.alignImgLeft { 
	float:left;
	margin-right:
	1em;
}

alignImgRight {
    float:right;
	margin-left:
	1em;
}
.li {
	padding-bottom:
0.5em;
	text-align: justify;
}

.justify  {
	text-align:justify
}
