﻿.menu { font-family: Arial, Helvetica, sans-serif; font-size:15px; color:#FFFFFF; text-decoration:none; text-align:center; padding-top:15px;}
.menu:hover { color:#c6bc74; font-size:15px;}
.head{ font-family: Arial, Helvetica, sans-serif; font-size:30px; color:#523F1F; text-align:right;}
.This { font-family:Arial, Helvetica, sans-serif; font-size:19px; color:#FFFFFF}
.full { font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#FFFFFF; text-align:justify; text-decoration:none;}
.corpt { font-family: Arial, Helvetica, sans-serif; font-size:20px; color: #C6BC74; text-align:left;}
.corphead { font-family: Arial, Helvetica, sans-serif; font-size:14px; color: #006; padding: 0 2px 0 0 text-align:justify; text-decoration:none;}
.corphead:hover{ color:#FFF; font-weight:bold;}
.footer { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; text-align:center; text-decoration:none;}
.footer_text{ font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; text-align:center; text-decoration:none;}
.footer_text:hover{ color: #F93;}
.corpitalic { font-family: Arial, Helvetica, sans-serif; font-size:14px; color: #000000; font-style:italic; padding: 0 2px 0 0;}
.body1 {
	OVERFLOW: auto; 
	POSITION: right; 
	HEIGHT: 490px;
	WIDTH: 620px;
	/*border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;*/

#content {
	background-color: #BED3E7;
	background-image: url(bodybg.png);
	padding: 3em;
	margin:0.2em 2em;
	border: 2px solid #808BA4;
}


#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 850px;
	height: 460px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
}


#mycustomscroll_small {
	/* Typical fixed height and fixed width example */
	width: 900px;
	height: 478px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
}


#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 340px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #B4C2DA;
	margin: 0.3em auto;
	padding: 15px;
}