/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

* {
	margin:0;
	padding:0;
}
	
/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:5px 0px 0px 0px;
    margin:0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight: normal;
	color: #01639b;
}

.tableBox
{
	border: 1px solid #001c3e;
	font-size: 11px;
	background: #fbfdff;
	color: #000000;
	padding:3px;
}

.sidebar{
	background:#e9eff7 url(_gfx/int/sidebar_bg.gif) bottom repeat-x;
	float:right;
	width:180px; margin:10px 0 10px 10px;
	padding:10px 10px 40px 10px;
	border-top:5px solid #05264c;
}

*html .sidebar {width:200px;}

.pictureCaption, .pictureCaption p
{
	font-family: "MS Sans", Arial, Helvetica, sans-serif; 
	font-size:9px !important;
	font-weight:900 !important;
	line-height:14px;
	color: #6a655c;
}

/*
Inherit stock styles
*/

body
{
	font-family: "MS Sans", Arial, Helvetica, sans-serif; 
}

table.tableData {
     border-collapse: collapse;
     border: 1px solid #633B16;
     background: #fff;
     width: 90%;
     height: 1%;
     font-size: 1.2em;
     padding-bottom: 1em;
     text-align: left;
     }
.tableData th, .tableData td, .tableDataHdr {
     padding: .25em 1em;
     border: 1px solid #633B16;
     }
.tableData th {
     background: #c99252;
     color: #fff;
     }
.tableData caption {
     font-weight: bold;
     font-size: 1.2em;
     padding-bottom: .5em;
     text-align: left;
     }

p, blockquote, td, th, pre  {
     font-size: 1.2em;
     line-height: 1.4em;
     padding-bottom: 1em;
	 margin: 0;
	 background-color:transparent;
     }
th	{
	font-size: 1em;
	}
h1     {
     font-size: 1.8em;
     line-height: 2.6em;
     font-weight: bold;
     }
h2, h3, h4, h5, h6 { 
	color:#000;
	margin: 0;
	}
h2     {
     font-size: 1.4em;
     line-height: 1.7em;
     font-weight: bold;
     }
h3     {
     font-size: 1.35em;
     line-height: 1.4em;
     font-weight: bold;
     }
h4     {
     font-size: 1.35em;
     line-height: 1.5em;
     font-weight: bold;
     font-style: italic;
     }
h5     {
     font-size: 1.25em;
     line-height: 1.45em;
     font-weight: bold;
     }
h6     {
     font-size: 1.2em;
     line-height: 1.4em;
     font-weight: normal;
     font-style: italic;
     }
blockquote {
     float: left;
     width: 40%;
     font-size: 1.4em;
     line-height: 2em;
     font-style: italic;
     margin: 1em 3em 1em 0;
     padding: 1em 0;
     border-top: 2px solid;
     border-bottom: 2px solid;
     }
abbr, acronym {
     font-style: italic;
     border-bottom: dotted 1px;
     color: #633B16;
     cursor: help;
     }
ul, ol, dl      {
     font-size: 1.2em;
     line-height: 1.4em;
     margin: .25em 0 1em 1.5em;
     padding: 0 0 0 1em;
     }
dl, dt, dd	{
	color: #000;
	}
dt	{
	font-weight:bold;
	}
dd	{
	font-style: italic;
	}
ul ul, ul ol, ul dl, ol ol, ol ul, ol dl, dl dl, dl ul, dl ol {
     font-size: 100%;
     padding: 0;
     margin: .5em 0 0 1.25em;
     }
ul li, ol li     {
     margin: 0;
     padding: 0 0 .25em 0;
     }
a 	{
     color: #633B16;
     }

/* Font Color
----------------------------------------------------------*/
.sfers_brown {
     color: #633B16;
     } 
	 
.left_image {
margin: 10px 20px 10px 0; 
float: left;
}

.right_image {
margin: 10px 0 10px 20px;
float: right;
}
