body {  font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
	font-size:16px;
}

#top{
	background-color:white;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:999px;
	height:327px;
}
#main{
	border:0px solid red;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:999px;
	min-height:400px;
	background-color: white;
	margin-top:2px;
	}
#main_left{
	
	position:relative;
	left:0px;
	top:0px;
	min-height:400px;
	height:100%;
	border:0px solid red;
	width:222px;
	background-color:#B3C2D5;
	padding-bottom:5px;
	}	
#main_right{
	margin:0px 0px 0px 0px;
	position:relative;
	left:3px;
	top:1px;
	min-height:500px;
	height:100%;
	padding:0px 5px 3px 5px;
	border:0px solid red;
	width:764px;
	background-color:#F3F5F8;
	}
	
#bottom{
	border:0px solid red;
	background-color:#8399AF;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:999px;
	height:52px;
	text-align: center;
	margin-top: 5px;
	padding-top:5px;
}

.top_image{padding:20px 0 30px 0;}
.indent10 {  text-indent: 10px}

.menuA {	COLOR: white; FONT-WEIGHT: bold; TEXT-DECORATION: none ; text-align: center; font-size:16px;}
.menuA:hover {
	COLOR: #2E3E50;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	text-align: center;
	background-color: #B3C2D5;
	 font-size:16px;
}


.menuB:hover {	COLOR: #F3F5F8; FONT-WEIGHT: bold ; TEXT-DECORATION: underline }
.menuB {
	COLOR: #2E3E50;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	text-indent: 10pt;
	}

.boldbblue {  font-weight: bold; color: #1E2735}
.boldlightblue {  font-weight: bold; color: #0000CC}
.boldbblueunder {  font-weight: bold; color: #1E2735; text-decoration: underline}
.monobold {  font-weight: bold}
.underline1 {  text-decoration: underline}
.linkclass1 {  color: #000099; text-decoration: none}
.linkclass1:hover {
	color: #FFA500;
	text-decoration: underline;
}
.linkclass_2white {	color: White;	text-decoration: none;}
.linkclass_2white:hover {	color: White;	text-decoration: underline;}
.linkclass_3reverse {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
.linkclass_3reverse:hover {
	color: #587CA0;
	text-decoration: none;
	background-color: White;
	font-weight: bold;
}
.dred1 {
	color: #B61F1F;
	text-decoration: none;
	font-weight: bold;
}
.dred1:hover {
	color: #B61F1F;
	text-decoration: underline;
	font-weight: bold;
}
.bold_coloremail:hover {  color: WHITE; text-decoration: underline}
.bold_coloremail {   color: WHITE; text-decoration: NONE}
.mycursor{ cursor:pointer;}

-->