body  {
	font-family : Arial, Geneva, Verdana;
	font-size : 14px;
	color : Black;
	font-weight : normal;
	margin: 0px; 
	padding-top: 0px;
	background-color: #BEE0F1;
	text-align:left;
}

body > div:first-child{   
    border: 1px solid #319ACE;
    width: 308px;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
 }
 
h1{
    /* font-size: 19px; */
    font-size: 17px;
    color: #226484;
}

h2{
    /* font-size : 18px; */
    font-size: 15px;
    color: Black;
}

h3{   
    /* font-size : 17px; */
    font-size: 14px;
    color: Black;
}

 
 A:link , A:visited  {
 	text-decoration : none;
 	color : #066699;
 }
 




 
/* Left navigation table cells */ 
#leftNav {
	border-bottom: 1px solid #0877bb;
}

#leftNav > tbody > tr > td{
    /* background-color : #FFD87F; */
    background-color : white;
    font-family: Arial,Geneva,Verdana;
    font-size : 14px;
    font-weight : bold;
 	/*border-top: solid white 2px;*/
 	border-left: solid white 3px;
 	border-bottom: solid white 3px;
 	/*padding: 3px;*/
 	/*padding-left: 6px !important;*/
 	/* padding: 3px 3px 3px 3px;*/
 	text-align:center;
 	/* width:69px; */
}
 
 /* first col */
  #leftNav > tbody > tr > td:first-child {
  	border-left: none;
  	/* text-align:left;*/
  } 
 
 
  /* make link area bigger for touch */
  #leftNav > tbody > tr > td > a {  
  	padding-top: 6px;
  	padding-bottom: 6px;
  	display:block;
  	width:100px;
  }
 

 /* Used in footer */
 #MFooter{
 	padding-top:20px;
 	clear: both;
 }
 
 #MFooter  a{
 	/* float:right;*/
 	font-weight:bold;
 	font-family: Arial,Geneva,Verdana;
 	font-size: 12px;
 	
 }
 
 
 
.credit {
    background-color: #3399CC;
    color: #FFFFFF;
    font-family: Arial,Geneva,Verdana;
    font-size: 7.5pt;
    font-weight: normal;    
    padding: 3px;
    margin-top:6px;
    text-align:right;
}






/* table header cell */
.mainTable:first-child > tbody > tr:first-child > td {
    padding-bottom: 3px;
 }
 
 
 /* table header image */
.mainTable:first-child  > tbody > tr:first-child > td > a > img {
    width: 308px;
    height: 60px;
 }

 

/* first column */
.mainTable > tbody > tr > td.standard:first-child {
    /* border: 1px red solid;*/
    /*padding:0 !important;*/
    width: 308px;
}

hr{
	height:1px;
	border-width:0;
	color:#3399CC;
	background-color:#3399CC;
}



/* TinyMCE specific rules */

/*.mceContentBody .out{*/
.mceContentBody cfoutput{
	background: red;
	/* padding: 5px; */
	color: white;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	font-size: 11px;
}

body.mceContentBody{
	background-image:none !important;
	background-color:White;
}



.mceContentBody cfmodule{
	padding:0 5px 0 5px;
	background-color:red;
}
/*
.mceContentBody cfmodule:before{
	content:"cfmodule";
} 
*/


@media only screen and (max-width:991px){
	.cfdebug { display:none;}
}