body {
background-color: #FFFFFF;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color:#564b47;
padding:0;
margin:0;
}
/*
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}
*/



/* ----------container to center the layout-------------- */
#container {
width: 975px;
margin-bottom: 10px;
margin: 0 auto;
background-color: #f9eddd;
}

/* ----------banner for logo-------------- */
#banner {
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/mainhead.jpg);
	background-repeat: no-repeat;
	height: 202px;
} 

#topinfo {
 color:#FFFFFF;
 width: 278px;
 height: 15px;
 margin-right: 10px;
 margin-left: 685px;
 padding-top: 0px;
 margin-top: 0px;
}

#topnav {
	height: 35px;
	position: relative;
	left: 0px;
	top: 152px;
	padding: 0px;
	margin: 0px;
}

#topnav img {
	padding: 0px;
	margin: 0px;
}

.lblue {
 color:#C3F9FC;
}

h1 {
	color:#3b5296;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}

#banner a {
	color:#000000;
}

/* -----------------content--------------------- */
#content {
background-color: #f9eddd;
padding: 0px;
margin: 0 194px;
width: 463px;
text-align: left;

}

div#content { 
	min-height:568px;
	height:expression(this.scrollHeight > 568 ? "auto":"568px"); 
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: justify;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 0px;
}

.cblue {
 color: #3B5296;
}

#subPage {
	background-color: #f9eddd;
	margin-left: 194px;
	width: 781px;
	min-height: 568px;
	height:expression(this.scrollHeight > 568 ? "auto":"568px");
}

#subText {
	padding-top: 15px;
	padding-left: 15px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

/* -----------------flabob mainpage content--------------------- */

#fcontent {
	padding: 0px;
	margin: 0px;
	width: 781px;
	float: right;
	text-align: left;
	height: 568px;
	background-image: url(../images/fcontentbg.jpg);
	background-repeat: no-repeat;
}
div#fcontent { 
min-height:568px;
height:expression(this.scrollHeight > 568 ? "auto":"568px"); 
}

#fcontent2 {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	width: 731px;
	height: 400px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: justify;
	float: right;
	text-align: left;
	background-image: url(../images/fcontentbg2.jpg);
}
div#fcontent2 { 
min-height:568px;
height:expression(this.scrollHeight > 568 ? "auto":"568px"); 
}

#homeSpace {
	margin-top: 300px;
	margin-left: 30px;
	width: 330px;
}

#contact_info {

	width:500px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-size:14px;
	border: 0px solid red;
}

.right_side {
	
	position:absolute;
	top:-1px;
	left:325px;
}

/* --------------left nav------------- */
#left {
	float: left;
	width: 194px;
	
	margin: 0;
	padding: 0;
	background-image: url(../images/lmenubg.jpg);
	background-repeat: repeat-y;
}
#flabobleft {
	float: left;
	width: 194px;
	margin: 0;
	padding: 0;
	background-image: url(../images/flmenubg.jpg);
	background-repeat: repeat-y;
}


#logobox {
	text-align: center;
	height: 200px;
	width: 194px;
	margin-top: 100px;
	float: left;
}

#logobox a {
	color:#990000;
}

/* --------------right side------------- */
#right {
	float: right;
	width: 318px;	
	margin: 0;
	padding-top: 25px;;
	background-color: #f9eddd;
	text-align: center;
}

.dline {
	width: 261px;
	height: 5px;
	margin: 8px auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	text-align: center;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 8px;
	text-align: center;
	background-color:#DEAC59;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#copy {
	text-align: center;
	color: #2383C4;
	padding-top: 5px;
	background-color: white;
}

#ffooter {
	clear: both;
	margin: 0;
	padding: 8px;
	text-align: center;
	background-color:#3B5296;
	color: #FFFFFF;
}

#ffooter a {
	color: #FFFFFF;
}


