/* Start of CMSMS style sheet 'fcshow_content' */
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 205px;    /* adjust according your image size */  
   background: #660099 url(uploads/images/page_graphics/banner_01.gif) no-repeat 0 0px; 
display: block;
width: 970px;
}

div#header h1 {
/* you can set your own image here */
      font-size: 20px;
   PADDING-TOP: 170px;
   PADDING-left: 190px;
   text-align: center;
  display: block;
    text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
position: absolute;
}
div#header h1 a:hover {
COLOR: #f2d9ff;
}
DIV#search {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: right;
	FONT-SIZE: 80%;
	PADDING-BOTTOM: 0.2em;
	MARGIN: 0px 1em;
	WIDTH: 23em;
	PADDING-TOP: 0.6em;
	TEXT-ALIGN: right
}
DIV.breadcrumbs {
	PADDING-RIGHT: 0em;
	PADDING-LEFT: 0em;
	FONT-SIZE: 80%;
	PADDING-BOTTOM: 1.2em;
	MARGIN: 0px 1em;
	PADDING-TOP: 1.3em;
	BORDER-BOTTOM: #000 1px dotted;
	text-align: left;
	
float: left;
clear: none;
}
DIV.breadcrumbs SPAN.lastitem {
	FONT-WEIGHT: bold
}
DIV#container {
	TEXT-ALIGN: left
                display: block;
                width: 100%;
}
DIV#content {
	FONT-SIZE: 1.1em;
	TEXT-ALIGN: left
}
DIV#content H1 {
	FONT-SIZE: 1.7em;
	MARGIN: 0px;
	LINE-HEIGHT: 1em
}
DIV#content H2 {
	PADDING-LEFT: 0.5em;
	FONT-SIZE: 1.5em;
	PADDING-BOTTOM: 10px;
	MARGIN: 0px 0px 0.5em;
	COLOR: #f2d9ff;
	TEXT-ALIGN: left
}
DIV#content H3 {
	FONT-WEIGHT: normal;
	COLOR: #ffffff;
	FONT-FAMILY: "Arial Rounded MT Bold", Arial, Verdana;
	TEXT-ALIGN: left
}
DIV#content H4 {
	FONT-SIZE: 1.2em;
	MARGIN: 0px 0px 0.25em;
	COLOR: #f2d9ff;
	LINE-HEIGHT: 1.3em
}
DIV#content H5 {
	FONT-SIZE: 1.1em;
	MARGIN: 0px 0px 1.5em;
	COLOR: #f2d9ff;
	LINE-HEIGHT: 1.3em
}
H6 {
	FONT-SIZE: 1em;
	MARGIN: 0px 0px 0.25em;
	COLOR: #f2d9ff;
	LINE-HEIGHT: 1.3em
}
P {
	MARGIN-TOP: 10px;
	MARGIN-BOTTOM: 10px
}
BLOCKQUOTE {
	MARGIN-LEFT: 10px;
	BORDER-LEFT: #ddd 10px solid
}
STRONG {
	FONT-WEIGHT: bold
}
B {
	FONT-WEIGHT: bold
}
EM {
	FONT-STYLE: italic
}
I {
	FONT-STYLE: italic
}
CODE {
	FONT-SIZE: 1em;
	FONT-FAMILY: "Courier New", Courier, monospace;
	WORD-WRAP: break-word
}
PRE {
	FONT-SIZE: 1em;
	FONT-FAMILY: "Courier New", Courier, monospace;
	WORD-WRAP: break-word
}
PRE {
	BORDER-RIGHT: #000 1px solid;
	PADDING-RIGHT: 0.5em;
	BORDER-TOP: #000 1px solid;
	PADDING-LEFT: 0.5em;
	FONT-SIZE: 90%;
	PADDING-BOTTOM: 0.5em;
	MARGIN: 0px 1em 1em;
	BORDER-LEFT: #000 1px solid;
	LINE-HEIGHT: 1.5em;
	PADDING-TOP: 0.5em;
	BORDER-BOTTOM: #000 1px solid;
	BACKGROUND-COLOR: #ddd
}
DIV.templatecode {
	MARGIN: 0px 0px 2.5em
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 20px;
 background-color:#660099;
}
.block h2 {
                background-color: #B380CC;
padding-top: 5px;
padding-bottom: 5px;
}
/* End of 'fcshow_content' */

