/* CSS Styles for Consistacom web site
   Inherited from Tony Heathcoat by Steven Fitzgerald
   Modifications started July 6, 2008    */

body{
background-color:#FFFFFF;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:75%;
margin:0;
padding:0;
}
#outer{  /* original main frame content area */
width:650px;
margin:5px auto 5px auto;
padding:0;
text-align:left;
position:relative;
}

#mainframefullwidth hr,#mainframecolumns hr{
	color:#00F;
}

#mainframefullwidth {
width:650px ;	
margin:5px auto 5px auto;
text-align: left;
padding: 0;
position: relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:75%;
}

#mainframecolumns {
width:650px ;	
margin:5px auto 5px auto;
text-align: justify;
padding: 0;
position: relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:75%;
}
/* Customize the leading for column paragraphs and their
	relationship to article headers  */
#mainframecolumns p {
margin-top: .5em;
margin-bottom: .5em;
text-align: justify;
}
#mainframecolumns h4 {
margin-bottom: .2em;
margin-top: 0.5em;
text-align: center;
}
/* indent the first line of each paragraph */
#mainframecolumns p:first-line {
	margin-left: 10px;
	float: right;
}
#mainframecolumns p:first-letter {
font-size:1.3em;
}
#mainframecolumns ul {
margin-top: 1em;
}

/* specify horizontal layout of three column pages */
#mainframecolumns .column1of3 {
float: left;
width: 202px ;	
margin-left: 0;
}

#mainframecolumns .column2of3 {
	width: 202px ;
	margin-left: 217px;
}

#mainframecolumns .column3of3 {
width: 202px ;
float: right;
}

#mainframecolumns .Resources {
	position:absolute;
	width:236px;
/*	height:231px; */
	z-index:1;
	background-color: #E0FEFD;
}

#mainframecolumns .ResourceHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	width: auto;
	color: #990033;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainframecolumns .ResourceSection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom: 5px;
}
#mainframecolumns .ResourceItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 1px;
	padding-top: 1px;
	margin: 1px;
	margin-left: 15px;
}



h1{
font-size:32px;
}
h2{
font-size:24px;
}
h3{
font-size:18px;
}
h4{
font-size:16px;
}
h5{
font-size:13px;
}

/* Define a standard FAQ list style  */
.faqstyle01 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.faqstyle01 dt {
	font-size:140%;
	color: #0000FF;
	font-style: normal;
	font-weight: bold;
	margin-top: 1.1em;
}
.faqstyle01 dd {
	color:#000000;
	font-size:150%;
	font-family: "Times New Roman", Times, serif;
}
.faqstyle01 a {
color: #FF3366;
}
/* These are "spacer" classes to help us easily clear floats and make containers adopt 
   the appropriate vertical size when we have floated elements within.  Put them inside
   the <div> tag that contains the floated item, usually at the bottom.    */
   
.spacer {
	clear: both;
	}
	
.spacerLeft {
	clear: left;
	}
	
.spacerRight {
	clear: right;
	}
