body {margin-top: 0px;
	background-color: #babfc5;
}
#main {
	
	width: 800px !important; /*For standards compliant browsers.*/
	width: 800px;
	background-color: white;
}

#header {
	width: 800px !important; /*For standards compliant browsers.*/
	width: 800px; /*compliant browsers ignore this, it's not !important. IE will pick this value up.*/
}
.headerlogo {
	width: 199px !important; /*For standards compliant browsers.*/
	width: 199px; /*compliant browsers ignore this, it's not !important. IE will pick this value up.*/
	height: 151px !important;
	background-image: url(../images/headerlogo.jpg);
	
}
.headerlogo2 {
	width: 199px;
	height: 22px !important;
	background-image: url(../images/headlogo2_image.jpg);
}
.headertext {
	width: 602px !important; /*For standards compliant browsers.*/
	width: 602px; /*compliant browsers ignore this, it's not !important. IE will pick this value up.*/
	height: 151px !important;
	background-image: url(../images/headertext.jpg);

}
#Tbar {
	background-color: #E4E8EB;

/* elements within pagebody area */
}
#pagebody {
    width: 800px;
}

#textbody {
    width: 99%; 


/* left menu styles */
    
}
.Lmenuarea {
	width: 180px;
	text-align: left;
	padding-top: 9px;
	background: url(../images/leftmenu_tile.gif) repeat-y;
}
#Lmenuacont {
	width: 177px;
	text-align: left;
	background: url(../images/leftmenu_tile.gif) repeat-y;
}
#Lmenu {
	width: 177px;
	padding-top: 25px;
	margin-top: 25px;
	


/* rightmenu styles */
}
.Rmenuarea {
	width: 120px;
	padding-top: 9px;
}
#Rmenuacont {
	width: 120px;
	text-align: center;
	background: url(rightmenu/img/rightmenu_up.gif) repeat-y;
	border: 1px solid #dee3e7;
}
#Rmenu {
	width: 120px;
	text-align: center;
	
}

/* TOP MENU STYLES */

#Tmenu {
	background-color: #E4E8EB;
	padding-left: 5px;
	
}

#footer {
	color: #454b16;
    text-align: center;
	font: 10px Georgia, "Times New Roman", Times, serif;
	background-color: #e7ebee;
	width: 100%;
	border: 1px solid #dee3e7;
	vertical-align: top;
	height: 25px;
}
div.footer {
	color: #454b16;
    text-align: center;
	font: 10px Georgia, "Times New Roman", Times, serif;
	background-color: #e7ebee;
	width: 100%;
	border: 1px solid #dee3e7;
	vertical-align: top;
	height: 25px;
}

/* table styles */
.green {

	background-color: #def6e1;
	border-color: #b2c5b5;
}
#cont {
	border: #b2c5b5;
}


#title {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 16px;
	color: #8c8f91;
	padding-left: 199px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F0F7F0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
	color: #8c8f91;
    font-weight: bold;
    text-align: left;

}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
	color: #454b16;
    font-weight: bold;
    text-align: left;
	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
	color: #454b16;
    font-weight: bold;
    text-align: left;
    }
    
h4 {
	color: #8c8f91;
    text-align: left;
	font: small-caps bold 12px Georgia, "Times New Roman", Times, serif;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
	color: #454b16;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	

}
a {  color: #454b16;  text-decoration: none;}a:visited {  color: #536371;}a:hover {  color: #536371;  text-decoration: underline;}

