﻿body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f7f7f7;
	background-image: url(images/bg_slice.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: white;
	border-left-color: white;
	border-bottom-color: White;
}
 #header {
	background-image: url(header_bg_slice.jpg);
	height: 87px;
	width: 780px;
	position: relative;
}
#content td
{
  overflow: hidden;
}
#logo{
	background-image:url(header_logo.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:87px;
	width: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	}

.greenheadings  /* all green headings*/
   {
        font-size:14px;
         font-family: georgia, times, serif;
         color:#77A542; 
		 
       
   }

#mainContent {
	background-color: #fff;
	min-height: 400px;
	
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;

	top: 8px;
	right: 15px;
}
#menubar {
	background-image: url(menu_bg_slice.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	width: 780px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #626262;
}
#menubar a {
	color: #626262;
	text-decoration: none;
}
#menubar p {
	margin-top: 0px;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#MovePanel
{
    position: relative;
    height: 200px;
    
}  
#gap
{margin-right: 6px;
 width:85px;
 height:60px;
 overflow:hidden;
} 
    #back
    {
        height: 16px;
        width: 32px;
    }
    #next
    {
        height: 16px;
        width: 32px;
    }
    #imfFx
    {
       width:472px;
    overflow:  hidden;

      background-color:  #f2f2f2;
    }
    #txt
    {margin:10px;
    }
    .modalBackground {
	background-color: silver;
    filter: alpha(opacity=70);
    opacity: 0.7;  
} 
.modalPopup {
	background-color:#ffffdd;
	 
	width:900px;
	height:auto;
	border-style:solid;
	border-color:Gray;
	text-align:center;
	
	 
}
.modalPopup3 {
	background-color:#ffffff;	 
	width: 600px;
	height:auto;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}
.modalPopupMCE {
	background-color:  #f2f2f2;	 
	width: auto;
	height:auto;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}
.modalPopupSlide {
	background-color:  #f2f2f2;	 
	width: auto;
	height:auto;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}
.modalPopuppdf{
	background-color:  black;	 
	width: auto;
	height:auto;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}