html, body{
	margin:0;
	padding:0;
} 
 
#pagewidth{
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	list-style-image: url(images/red_bullet.png);
} 
 
#header{
	position:relative;
	height:auto;
	width:100%;
} 

#side{
	width: 240px;
	float: right;
	padding-right: 20px;
	margin-bottom: 50px;
} 

#maincol{
	float: left;
	display:inline;
	position: relative;
	width:680px;
	padding-left: 17px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	height: auto;
	padding-right: 20px;
	margin-right: 20px;
	margin-bottom: 35px;
 }
 
#footer{
	height:auto;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F61F31;
 } 
 

 
 /* *** 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: 20%;
}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{
	display:none;
	float: left;
} 
#twocols, #maincol{
	width:100%;
	float:none;
}
}
h1 {
	font-family: Cambria, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F61F31;
}
h2 {
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F61F31;
}
h3 {
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F61F31;
}
.content {
	font-family: Cambria, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	text-align: justify;
}

.contactInfo{
	font-family: “Lucida Grande”, sans-serif;
	font-size: 10.4px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
}
a:link {
	color: #F61F31;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}

