body {
	background-color: #B9B6A1;
	font: 12px Georgia, "Times New Roman", serif;
	line-height: 17px;
	color: #4D4D4A;
}

#container {
	margin: 0 auto;
	width:940px;
	height:500px;
}

hr {
	display: none;
}
p {
	
}


#frontpagepagecontent {
	width:554px;
	height:500px;
	background-color: #fff;
	background:url(/images/main_bg.gif) no-repeat center top;
	padding-top: 60px;
	text-align: center;

}


#frontpagecontenttxt {
	width: 554px;
	height:400px;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
}


#fplogo {
	width: 554px;
	height: 30px;
}
#fplogo h1 {
	overflow: hidden;
	margin: 1 0 2px 0;
}
#fplogo #fplogo_text {
	width: 554px;
	height: 30px;
	font-size: 22px;
	font-weight: normal;
	color: #01477C;
}
#fplogo #fplogo_text a {
	display: block;
	height: 30px;
	color: #01477C;
	text-decoration: none;
	text-align: center;
}


#pagecontent {
	background-color: #fff;
	background:url(/images/main_bg.gif) no-repeat center top;
	float: Right;
	width:554px;
	height:500px;
	text-align: left;
	padding-top: 65px;

}

#pagecontenttxt {
	width: 470px;
	height:400px;
	padding-left: 40px;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
}

#pagecontentscrollbar
{
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:#000000C;
	scrollbar-base-color: #454139;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #5B594F;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;		

	width:470px; 
	height:395px;
	cursor: default; 
	overflow: Auto; 
	overflow-x: hidden; 
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align:left;
	
		
}

#sidebar {
	background-color: #fff;
	background:url(/images/menu_bg.gif) no-repeat center top;
	float: left;
	width: 380px;
	height: 500px;
	text-align: center;
} 

#sidebartxt {
	width: 380px;
	text-align: center;
	padding-top: 60px;

} 


#logo {
	width: 380px;
	height: 60px;
}
#logo h1 {
	overflow: hidden;
	margin: 1 0 2px 0;
}
#logo #logo_text {
	width: 380px;
	height: 60px;
	font-size: 22px;
	font-weight: normal;
	color: #01477C;
}
#logo #logo_text a {
	display: block;
	height: 60px;
	color: #01477C;
	text-decoration: none;
	text-align: center;
}


#leftmenu {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}
#leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftmenu li {
	list-style: none;
	margin: 0;
	padding: 0px 0px 8px 0px;
}

#leftmenu a {
	padding-left: 8px;
	color: #01477C;
	text-decoration: none;
	/*background: url(/images/g_menudot.gif) no-repeat left center;*/
}
#leftmenu a:hover {
	/*background: url(/images/menudot.gif) no-repeat left center;*/
	color: #01477C;
}

#leftmenu a.selectedmenu {
	/*background: url(/images/menudot.gif) no-repeat left center;*/
	color: #01477C;
	font-weight: bold;
}

h1 {
	margin: 1 0 4px 0;
	font-size: 22px;
	font-weight: normal;

}
h2 {
	margin: 0 0 14px 0;
	font-size: 18px;
	font-weight: normal;

}

a {
	color: #575757;
}

a:hover {
	color: #000000;
}

 /* ---------------------------------------------------------------------- */

.Formslayout
{
	border-top-style: solid;
	border: 1px solid #8A919A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A919A;
	background-color: #fff;
	font-size: 11px;
	color: #8A919A;
}
.Sendlayout
{
	background-color: #6B6D6F;
	border-top-style: solid;
	border: 1px solid #8A919A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A919A;
	padding: 2;
	font-size: 10px;
	color: #ffffff;
}







