/*  global style definitions */
#main {
	clear: both;
	margin-left: 14px;
	width:877px;
}
#maincontent{
	margin:20px 0px;
}

h2{
	font-size:15px;
	font-weight:bold;
	margin:0px;
	font-family:Verdana;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

p {
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.3em;
}


