/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;  /*-- Enables font size scaling in MSIE  --*/
	margin:0;
	padding:0;
	text-align:center;
	color:#303030;
	background:url(../images/xmas.jpg) no-repeat center 0;
}
#top{		/*-- Nomensa Method to hide the content --*/
	position:absolute;
	left:-999em;
	width:990em;
}
form,table,p,h1,h2,h3,h4,h5,h6,ul,li,div,dl{
	margin:0;
	padding:0;
	font-size:100%;
}
li{
	padding:0;
	margin:0;
	list-style:none;
}
a{
	text-decoration:none;
	outline:none;
	color:#000;
}
a:hover{
}
img{
	border:0;
	vertical-align:top;
}
.clsFloatLeft{
	float:left;
}
.clsFloatRight{
	float:right;
}
/* CSS Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*End of CSS Clearfix */
.clsInnerPage {
	padding:0 10px;
	}
.clsInnerPage img {
	border:1px solid #666666;
	}
.clsInnerPage p{	
	padding:0 0 10px 0;
	}
.clsInnerPage h2, .sideBar1 h3 {
	font:24px Arial, Helvetica, sans-serif;
	color:#006600;	
	padding:0 0 10px 0;
	}
.sideBar1 a{
	color:#006600;
	}	
.sideBar1 a:hover{	
	color:#a3dca3;
	}
/*Read More Link */
.clsReadMore a {
	float:right;
	font:18px Arial, Helvetica, sans-serif;
	color:#006600;	
	}
.clsReadMore a:hover {	
	color:#A3DCA3;
	}	
/*End of the Read More Link */	
