/* Used only in Editor */

body{
	margin: 0px;
	padding: 0px;
}
#FCKcontent tr, #FCKcontent td, #FCKcontent {
	text-decoration : none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.6em;
}
#FCKcontent {
	width: 220px;
	background-image: url(/themes/crc-winter/winter_images/freeformC2BG.jpg);
	padding-left: 24px;
	background-color: #367d9e;
	background-repeat: repeat-y;
	padding-top: 18px;
}


/* Make sure each defenition is duplicated with #FCKcontent  */

#FCKcontent, #content2 {
	font-size: 11px;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
}

/* Text Formating , H1 H2 etc */


#FCKcontent h1, #content2 h1 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	padding-top: 1px;
	padding-left: 45px;
	letter-spacing: normal;
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	background-image: url(/themes/crc-winter/winter_images/c2h1bg.jpg);
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding-bottom: 2px;
}
#FCKcontent h2, #content2 h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#FCKcontent h2 a:link , #FCKcontent h2 a:visited, #content2 h2 a:link , #content2 h2 a:visited  {
	color: #0033CC;
	text-decoration: none;
}

#FCKcontent h2 a:hover, #content2 h2 a:hover{
	color: #003366;
	text-decoration: underline;
}

#FCKcontent h3, #content2 h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #384E88;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: italic;
	margin: 0px 0px 0px;
	padding-bottom: 0px;
}
#FCKcontent h4, #content2 h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	margin: 0px 0px 0px;
	padding-bottom: 0px;
}


#FCKcontent .highlight1, #content2 .highlight1{
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
/* Links*/


#FCKcontent a , #content2 a , #content2 a:visited  {
	color: #0066CC;
	text-decoration: none;
}

#FCKcontent a:hover, #content2 a:hover  {
	color: #003366;
	text-decoration: underline;
}
#FCKcontent a:visited, #content2 a:visited  {
	color: #666666;
}

#FCKcontent a h1, 
#FCKcontent h1 a, 
#content2 a h1, 
#content2 h1 a, 
#FCKcontent h1 a:visited, 
#content2 h1 a:visited, 
#FCKcontent a:visited h1, 
#content2 a:visited h1{
	color: #CCFFCC;
	text-decoration: none;
	background-image: url(/themes/crc-winter/winter_images/c2h1_linkbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 28px;
	padding-top: 1px;
	padding-left: 45px;
	margin-top: -1px;
	margin-left: -45px;
	display: block;
	height: 30px;
}

#FCKcontent a:hover h1, #FCKcontent h1 a:hover, #content2 a:hover h1, #content2 h1 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Images */
#FCKcontent img.right, #content2 img.right {
	padding: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 7px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	
	max-width: 206px;
}

#FCKcontent img.left, #content2 img.left {
	padding: 5px;
	margin-top: 3px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	
	max-width: 206px;
}


#FCKcontent img.centered , #content2 img.centered {
	padding: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	display: block;
	max-width: 206px;
}

#FCKcontent img.noborder , #content2 img.noborder {
	padding: 0px;
	margin: 0px;
	border:0px solid #CCCCCC;
	max-width: 210px;

}


#FCKcontent img.mini , #content2 img.mini {
	border:1px solid #333333;
	display:block;
	background-color: #FFFFFF;
	padding: 4px;
	margin: 4px;
	float: left;
	
	width:90px;
	height:62px;
}

/* Lists */

#FCKcontent ul, #content2 ul{
	display: block;
	padding-left: 10px;
	list-style-type: disc;
	margin-top: 4px;
	margin-bottom: 6px;
}
#FCKcontent ul li, #content2 ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/crc-winter/winter_images/sideBllt.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-position: 0px 1px;
}


/* Quotes */

#FCKcontent .quote , #content2 .quote {
	background-image: url(/themes/footprints/images/quote1.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#FCKcontent .quote td.main , #content2 .quote td.main{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #6890B6;
	text-align: center;
	padding: 25px 25px 15px;
	background-image: url(/themes/footprints/images/quote2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3em;
	letter-spacing: 1px;
}

#FCKcontent .quote td.caption, #content2 .quote td.caption{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding-right: 10px;
}






