/* Used only in Editor */


.FCKcontent {
	width: 187px;
	background-color: #505C4A;
	background-position: 0px 0px;
	padding-bottom: 40px;
	background-image: url(/themes/yell08/images/contentBG.jpg) !important;
	background-repeat: repeat-y !important;
	padding-top: 20px;
	margin: 0px;
	padding-left: 40px;
}


/* All Syles should start with #content2  */

#content2 , #content2 tr td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 16px;
}

/* Text Formating , H1 H2 etc */


#content2 h1 {
	font-size: 16px;
	line-height: normal;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ce6b49;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}


#content2 h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #F5D48F;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 4px;
}

#content2 h3{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #788F8D;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: italic;
	margin: 0px 0px 0px;
	padding-bottom: 2px;
}

#content2 h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ce6b49;
	line-height: normal;
	font-variant: normal;
	font-style: normal;
	margin-bottom: 2px;
	margin-top: 2px;
}


#content2 .highlight1{
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	font-size: 14px;
}


/* Images */

#content2 img.right, #content2 img.zoomright {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	background-color: #FFFFFF;
	border: 6px solid #974f31;
}

#content2 img.left, #content2 img.zoomleft {
	padding: 0px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 6px solid #974f31;
}


#content2 img.centered, #content2 img.zoomcentered  {
	padding: 0px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 6px solid #974f31;
	display: block;
}




/* Lists */

/*#content2 ul{
	display: block;
	padding-left: 15px;
}
#content2 ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/ap08/images/ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-top: 3px;
	background-position: left center;
	padding-left: 16px;
}*/

/*Tables*/
#content2 table.stdtable{
	width: 100%;
}
#content2 table.stdtable thead tr td{
	font-size: 12px;
	font-weight: bold;
	background-color: #F0EEDD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	color: #003366;
}

#content2 table.stdtable td{
	vertical-align: top;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
}

/* Quotes */

#content2 .quote {
	background-image: url(/themes/yell08/images/c2_q1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px;
}

#content2 .quote td.main{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #F5D48D;
	text-align: left;
	background-image: url(/themes/yell08/images/c2_q2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3em;
	font-style: italic;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}

#content2 .quote td.caption{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
	padding-right: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Special Links */
#content2 a {
	color: #D6AB2A;
	text-decoration: none;
}
#content2 a:hover {
	color: #B6D4F5;
	text-decoration: underline;
}