/*
 *  File:         layout_style.css
 *
 *  Project:      htsc.co.uk 
 *
 *  Description:  CSS for page layout
 *
 *  Created:      21/11/2011
 */



#MarginLeft {
}

#MarginRight {
}


#PageLeftSidebar {
  text-align: 	    center;
}

#PageRightSide {
}

#PageTitle {
  background-image:	url('./images/topbackground.jpg');  
}


#PageHeading {
  padding-top:	    15px; 
  padding-left:	    15px; 
  font-size: 		    1.50em;
  font-weight: 	    normal;
  text-decoration:  none;
	text-align: 	    left;
  color:            navy;  
}
#PageHeadingHome {
  padding-top:	    5px; 
  font-size: 		    1.1em;
  font-weight: 	    normal;
  text-decoration:  none;
	text-align: 	    center;
  color:            navy;  
}

#PageTextHome {
  padding-left:	    0px;
	padding-right:    0px;
	text-align:		    justify;
/*	overflow-y:		    scroll;  */
	padding:		      10px;
  
  font-size: 	    1.0em;
	text-align:	    left;
/*	margin-left:	10px; */
	margin-right:   10px;
 	font-weight: 	  normal;
	line-height: 	  1.4em;
/*	letter-spacing: 2px */
  
}

#PageTextUpper {

}

#PageTextMid {
  font-weight: 	    normal;
}

#PageTextLower {

}

#PageCopyright {
  font-size: 		0.80em;
  text-align: 	center;
}


