/* CSS Document */

/* Imported Styles
-----------------------------------------------
*/
@import url("Generic.css");
@import url("GenericText.css");

/*
----------------------------- links ---------------------------------------
*/

/*header styles*/

#banner
{ 
	position: relative;
	height: 93px;
	background: #FFF; 
	margin: 0; 
	padding: 0 0 0 0; 
}


.leftmainbanner {


	height: 75px; 
	width: 350px;
	
	padding: 0 0 0 0; 
	
}

.rightmainbanner {

	
	
	top: 0px;
	height: 75px; 
	width: 650px;
	display: inline;
	position: relative;
	padding: 0 0 0 0; 
	
}

.leftsubbanner {


	height: 15px; 
	width: 400px;
	padding: 0 0 0 0; 


}

.rightsubbanner {


	position: relative;
	height: 15px; 
	width: 395px;
	display: inline;
	padding: 0 0 0 0; 

}

.MainWhiteDivider

{
	background-color: #FFF;
	Height:3px;
	Width: 800px;
	padding: 0 0 0 0; 

}

/*Body Styles*/


.LeftNavPanel 
{

	 left: 0px;
	 padding: 0 0 0 0;
	 background-color: #8CBAD2;
	 height: 460px;
	 width:172px;

}

.RightPanel

{
	 background-color: #F2F2F2;
	 width:828px;
	 text-align: justify;
	 padding-left: 10px;
	 padding-top: 10px; 
	 padding-bottom: 10px; 
	 padding-right: 10px; 
	 
}

/*footer Styles*/


#footerblock

{
	position: relative;
	background-color: #93BED4;
	margin-left: 0px; 
	Height:12px;
	Width: 800px;
	top: 3px; 
	bottom: 0px;
	display: block;

}

#FooterTxt {

	position: relative;
	color: #9B4312;
	top:2px;

}


#ToTop {
	position: relative;
	float: right;
	top: 3px;
}

/*Admin Styles*/


.AdminFormTable {
	
	background-color: #CFE2FB;
	border-style: solid;
	border: 1px;
	border-color: #9FBDDC;
		
}

.MenuTreeTable {
	width: 500px;
	background-color: #F5F6F7;
	border: 1px;
	border-color: #9FBDDC;
	border-style: solid;
}

.AdminLoginTable 
{
	width: 300px;
	background-color: #F5F6F7;
	border: 1px;
	border-color: #8CBAD2;
	border-style: solid;
			
}



