/* blue =  #00243b
brown text = #886448
brown bar = #b09578
yellow = #FEFEF4
*/


html, body 
{
	height:100%;
}
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	color:#000000;
	line-height: 1.4;	
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#FEFEF4;	
	width:100%;
}

	.LineSpacing
	{
		line-height:0.1;
	}

/*Headers*/
	/*h1 is text tittle - Gold text, 20px*/
	h1
	{
		color:#886448;
		font-size:22px;
		font-weight:500;
		padding-bottom:0px;
		margin-top:0px;
		margin-bottom:8px;
	}
	
	h5
	{
	
	line-height:0.6px;
	}
	

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/*Entire page*/
#PageSize{
	width: 1200px;
  	margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
 	margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	margin-bottom::auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
  	text-align:left; /*** IE Win re-alignment of page if page is centered ***/
	background-color:#00243b;
}

#Content
{
	height:700px;
	width:1200px;
}

#MainBar
{
	height:700px;
	width:920px;
    float:left;
	background-color:#FEFEF4;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#emptyTest{
}

#SideBar
{
	width:280px;
	height:700px;
    float:right;
	background-repeat:no-repeat;
	background-color:00243b;
}

/*Tope empty header*/
#Header
{
	width:900px;
	height:180px;
	background-image:url(Images/Panslodge_Header.jpg);
	background-repeat:no-repeat;
	background-color:#FEFEF4;
}

#Header a
{
	float:right;
	padding-top:10px;
	padding-right:30px;
	color:#00243b;
	text-decoration:none;
	font-weight:500;
	font-size:14px;
}
#Header a:hover
{
	color:#886448;
}

#Text
{
	padding-left:210px;
	width:665px;
	height:500px;
	color:#00243b;
	font-size:13px;
	
}
#Text a 
{
	color:#886448;
	font-size:13px;
	text-decoration:none;
	background:none;
}
#Text a:hover 
{
	text-decoration:underline;
}

#Text ul
{
margin-top:0px;
margin-bottom:8px;
padding:0;
padding-bottom:0px;
padding-left:15px;
line-height:1.5;
}

#TextTextLeft
{
    float:left;
	width:210px;
	color:#886448;
}

#TextLeft
{
    float:left;
	width:250px;
}
#TextRight
{
	float:right;
	width:720px;

	
}
#TextTopLink
{
	height:445px;
}
#TextBottomLink
{
	float:right;
	height: 30px;
}
#TextBottomLink a 
{
	color:#886448;
	text-decoration:none;
}
#TextBottomLink a:hover 
{
	text-decoration:underline;
}

#ScrollingTextBar
{
	clear:both;
	font-size:4px;
	height:20px;
	background-color:#b09578;
	vertical-align:bottom;
}
#ScrollingTextBarLeft
{
	font-size:4px;
	height:20px;
	width:103px;
	float:left;
}
#ScrollingTextBarRight
{
	font-size:4px;
	float:right;
}

#Footer
{
	color:#FFFFFF;
	font-size:16px;
}

#FooterLeft{
width:103px;
float:left;
}
#Footer a
{
	text-decoration:none;
	color:#FFFFFF;
}
#Footer a:hover
{
	color:#886448;
}

#FooterText
{
	padding-left:204px;
	padding-top:25px;
	height:55px;
}

#SideBarText
{
	width:1190px;
	height:20px;
	color:#FFFFFF;
	font-size:11px;
}

