/* generated by csscreator.com */ 
html, body { 
    margin:0; 
    padding:0; 
    text-align:center; 
}
 
body {
	margin: 0;
	font: 22px Arial, Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #blue;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	display: block;
}

p {
	color: #000000;
	font-size: 12px;
	line-height: 23px !important;
	margin: 2px 0 20px 4px !important;
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
}
ol {
    padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	margin-left: 20px;
}
ul {
    padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	margin-left: 20px;
}

ul li {
    color: #000000;
	font-size: 12px;
	line-height: 23px !important;
}

ol li {
	color: #000000;
	font-size: 12px;
	line-height: 23px !important;
}
/* font Styling */
h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 4px;
	color: #000000;
	padding-left: 10px;
}

h3 {
    font-size: 14px;
	font-weight: normal;
	margin: 0 0 20px 4px;
	color: #000000;
	padding-left: 10px;
	padding-right:20px;
	font-weight: bold;
}

#bgContent { 
    width:950px; 
    text-align:left;  
    margin-left:auto; 
    margin-right:auto; 
    border: 1px solid #666; 
} 

#maincol{
    background-color: #FFFFFF;  
    float: right; 
    display:inline; 
    position: relative; 
    width:950px; 
}
/* *** Float containers fix:*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

