/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal 12px Verdana, Arial, Sans-Serif;
	color: #333333;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */

h1 {
	font: normal 24px Verdana, Arial, Sans-Serif;
	color: #66845A;
	text-transform: uppercase;
	background: url(/images/kluane_h1.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-right: 143px;
	padding-top: 30px;
}

h2 {
	font: bold 18px Verdana, Arial, Sans-Serif;
	color: #7EA0D6;
	border-bottom: solid 1px #000;
}

h3 {
	font: normal 18px Verdana, Arial, Sans-Serif;
	color: #66845A;
}

h4 {
	font: bold 16px Verdana, Arial, Sans-Serif;
	color: #7EA0D6;
}
	
h5 {
	font: normal 16px Verdana, Arial, Sans-Serif;
	color: #66845A;
	text-decoration: underline;
}
	
h6 {
	font: bold 14px Verdana, Arial, Sans-Serif;
	color: #7EA0D6;
}

/* Links - default */
a:link, a:active, a:visited {
	color: #E13333;
	font-weight: bold;
	text-decoration: none;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
}	

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */