/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  

   If you would like to customize the styles please create 
   copy of this file called 

     "standalone_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.

   $Id: standalone_style.css.default,v 1.6 2003/09/09 12:15:20 beckettmw Exp $
*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, A:visited, A:active 
	{ color: #333366; }
A:hover 
	{ color: #336666; }

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  background-color: #D2D0BF;
	  color: #000000;
	}
TD, P 
	{ 
	  color: #000000;
	}

/* 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 12px 2px 0px;
}
img.floatright {
	clear: left;
	float: right;
	border: 2px solid #333;
	margin: 2px 0px 2px 12px;
}
p {  
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1.05em;
	color: black;
	line-height: 1.2;
}
table {  
	background-color: #D2D0BF;
	font-size: 1.05em;
	line-height: 1.2;
}
.caption {
	font-size: .85em;
	text-align: center;
}
.smemphasis {  
	font-size: .95em; 
	font-style: italic; 
}
.lgemphasis {  
	font-weight: bold;
	color: #660000;
	font-size: 1.15em;
}

/* 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;
}
/* F O O T E R */
#footer {
	color: #222;
	padding: 12px 20px;
	border-top: 1px solid #857B7C;
	text-align: center;
	font-size: .95em;
}
#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: 1.05em;
	margin: 15px 20px;
}
#main .smaller {
	font-size: .9em;
	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: 200%;
}
#main h2 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	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%;
}
#main h2 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	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%;
}