/* Style sheet created for:
   Alpha Canine Traning Center - http://www.alphak9.com
   Author: Jan A. Allinder - Digital Imaging Group
*/

/* define basic styles */
body {  
	background-color: #D2D0BF;
	margin: 8px 0px;
	font-family: Geneva, Arial, Helvetica, san-serif;
}
img.floatleft {
	clear: right;
	float: left;
	border: 2px solid #333;
	margin: 2px 8px 2px 0px;
}
img.floatright {
	clear: left;
	float: right;
	border: 2px solid #333;
	margin: 2px 0px 2px 8px;
}
p {  
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1em;
	color: black;
	line-height: 1.2;
}
table {  
	background-color: #D2D0BF;
	font-size: 1em;
	line-height: 1.2;
}

.clearer{clear:both;height:0px;line-height:0px;}

.caption {
	font-size: .80em;
	text-align: center;
}
.smemphasis {  
	font-size: .80em; 
	font-style: italic; 
}
.lgemphasis {  
	font-weight: bold;
	color: #660000;
	font-size: 1.10em;
}
.smallerright {
	font-size: .80em;
	text-align: right;
	clear: left;
}
/* H E A D E R */
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #61282B;
	font-size: .85em;
	text-align: right;
	margin: 100px 0px 2px 0px;
	border-top: 1px solid #857B7C;
}
#headerindex h1  {
	font-family: Arial, Helvetica, sans-serif;
	color: #61282B;
	font-size: .85em;
	text-align: right;
	margin: 10px 0px 2px 0px;
	border-top: 1px solid #857B7C;
}
/* F O O T E R */
#footer {
	color: #222;
	padding: 12px 20px;
	border-top: 1px solid #857B7C;
	text-align: center;
	font-size: .90em;
}
#footer .company {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}

#footer .credit {
	text-align: center;
   font-size: .70em;
}
#footer .menu {
	font-size: .80em;
}
/* L E F T - C O L U M N  */
#leftcol {
	width: 170px;
}
/* M A I N  Division */
#main p {
	font-size: 1em;
	margin:12px 20px 20px 20px;
}
#main .smaller {
	font-size: .85em;
	margin: 12px 20px;
}
#main li {
	margin: 6px 30px 6px 36px;
}
#main h1 {	
	color: #920B36;
	font-family: "Times New Roman", Times, serif;
	margin: 20px 20px 0px 20px;
	font-size: 180%;
}
#main h2 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	margin: 18px 20px 10px 16px;
}
#main h3 {
	font-size: 120%;
	margin: 16px 20px 10px 16px;
	border-bottom: 1px dashed #920B36;
	color: #920B36;
}
#main h4 {
	font-size: 115%;
}

