@CHARSET "ISO-8859-1";
/*
 * Style Sheet for the Home Page of the Pastabilities SLCMS website
 */

/*
 * colouring and shaping
 */
body {
	background-color:#00234B;
	padding-top:10px;
}
#HomeWrapper {
}
#HomeTable {
	background-color:#FFFFFF;
}

/*
 * Navigation Items - Bottom Left Menu
 */
.HomePage_LHNav ul {
	display: block;
	list-style: none;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: 0; 
}
.HomePage_LHNav li {
    font-size:1.2em;
	font-weight:bold;
	color:#606080;
	padding: 6px 0px 0px 0px;
}
.HomePage_LHNav a {
	color:#606080;
	cursor: pointer;
	text-decoration:none;
}
.HomePage_LHNav a:hover {
	color:#CF3333;
	cursor: pointer;
	text-decoration:underline;
}
/* Fresh Text   */
.freshText {
    font-size:0.76em;
    float:right;
	font-weight:bold;
	color:#606080;
	padding: 10px 7px 0px 0px;
}