body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}


#container {
	width: 4.5in;
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	display: none;
}

p {
	font-size: 12px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;	
}



h1 {
	line-height: 17px;
	font-size: 17px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;	
}

h2 {
	line-height: 15px;
	font-size: 15px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;	
}

h3 {
	content: "Visit on the web at www.2970design.com";
	line-height: 13px;
	font-size: 13px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;	
}

h4 {
	line-height: 12px;
	font-size: 12px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;	
}

#see_more {
	width: 960px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}

#topnav li {
	display: none;
	}

#bottomnav li {
	display: inline-block;
	padding-right: 20px;
	font-size: 10px;
	}
	
#returntotop {
	display: none;	
	}
	

#main .row {
	padding-bottom: 20px;
}

#main .row .left {
	width: 4.5in;
}

#main .row .left h3 {
	line-height: 13px;
	font-size: 13px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;	
}

#main .row .left h4 {
	line-height: 12px;
	font-size: 12px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;	
}

#main .row .left p {
	padding-bottom: 5px;	
	font-size: 12px;

}

#main .row .left .clickicon  {
	color: #666666;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
}

#main .row .left a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}
	
	
	
	
	
	
	


.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}



#header h1 {
	font-size: 24pt;
}
#maincontent h1 {
	font-size: 18pt;
	width: 4.5in;
	padding-bottom: 2pt;
	border-bottom: 1pt solid black;
}
#mainContent p {
	font-size: 12pt;
	line-height: 14pt;
	width: 6in;
	margin-left: .25in;
}
blockquote {
	font-size: 14pt;
	width: 4in;
	margin-left: .25in;
}

/*
start does not print, display none -- or make a bkgrnd image -- 
*/
#header ul, #sidebar, #footer, .rightalighn {
	display: none;
}
/*
end does not print, display none -- or make a bkgrnd image -- 
*/


/*
start control of page breaks -- 
*/
.break {
	page-break-before: always;
}
/*
end control of page breaks -- 
*/

/*
start links print out URL -- 
*/
a:link, a:visited {
	text-decoration: none;
	color: black;
}

a[href^="http://"]:after {
	content: " at " attr(href);
	font-weight: bold;
}
/*
end links print out URL -- 
*/