

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-size: 13px;
 background-image: url(images/bkg_rfc.jpg);
 background-repeat: repeat;
 color: white;
} 

a {
	text-decoration: none;
}

h2 {
	color: #db443f;
	font-weight: bold;
}
 
#frame{ 
 width:1025px; 
 text-align:left; 
 margin:0 auto; 
background-color: white;
} 
 
#header{
 position:relative; 
 height:120px; 
 background-image: url(images/bkg_header.jpg);
 width:100%;
 display:block;
 overflow:hidden;
 
} 

#header #pp {
	margin: 5px 330px 10px 431px;
	width: 240px;
	line-height: 1.3em;
	text-align: center;
	font-size: 1.5em;
	color: black;
	font-weight: bold;
	padding-top: 30px;
}

#wrapper {
	clear: both;
	width: 100%;
	height: 443px;
	background-color: white;
	/*border-bottom: 1px solid black;*/
	color: black;
}

#bottom_wrapper {
	width: 100%;
}

#mid-who {
	width: 90%;
	padding: 5px 5% 0px 5%;
	background-image: url(images/bkg_header.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid black;
	height: 175px;
	margin-top: 1px;
}

#mid_head {
	width: 98%;
	height: 90px;
	color: black;
	font-size: 1.1em;
	text-align: left;
	font-family: arial;
	font-weight: bold;
	
	
}

ul.list2col {float: left; width: 100%; margin: 0 0 1em 0;}
ul.list2col li {float: left; width: 25%;} 

#mid_nav {
	background-color: white;
}

#mid_nav #b_button {
	background-image: url("images/red_button.jpg");
	height: 45px;
	width: 125px;

}

#b_button p {
	padding: 5px 0 0 0;
	margin: 0;
	text-align: center;
	color: white;
	font-weight: bold;
	font-family: arial;
	font-size: 1.1em;
	
}

.hvr:focus { 
	cursor: pointer;
}

#nav {
	width: 100%;
	margin-top: -1px;
}



#col_left {
width: 225px;
height: 435px;
float: left;
margin:3px 0px 1px 0;
padding: 0px;
border-right: 5px outset red;
/*background-color: #CDC673;*/

}

#col_left img {
	margin: 25px 10px 0px 10px
}

#col_left a {
	text-decoration: none;
}

#col_left #l_button {
	height: 74px;
	width: 200px;
	background-image: url(images/side_button.png);
	margin: 25px 10px 0px 10px;
	border: 0px solid;
	color: black;
	font-size: 1em;
	font-weight: bold;
	font-family: arial;

}

#l_button p {
	padding-top: 13px;
	margin: 15px 0 0 -45px;
	text-align: center;
}

.hvr:hover {
	cursor: pointer;
}

#box {
padding: 0px;
width: 565px;
height: 425px;
background-color: #f9f9f9;
float: left;
border-bottom: 5px outset red;
border-top: 5px inset red;
margin:3px 0px 1px 0px;
overflow: hidden;
}

.addScroll {
	background-color: white;
	overflow: auto;
}

#container {
	display: block;
}

#info_container {
	display: none;
	
	
}

#col_right {
margin:3px 0 1px 0px;
padding: 0px;
width: 225px;
height: 435px;
float: right;
border-left: 5px inset red;
}

#col_right #r_button {
	height: 74px;
	width: 200px;
	background-image: url(images/side_buttonR.png);
	margin: 25px 10px 0px 10px;
	border: 0px solid;
	color: black;
	font-size: 1em;
	font-weight: bold;
	font-family: "arial bold";
	
} 

#r_button p {
	padding-top: 12px;
	margin: 0px 0 0 45px;
	text-align: center;
}
	



 
#footer{
 height:125px; 
  background: url(images/bkg_footer.jpg); 
 clear:both;
 display:block;
border-top: 1px solid #757575;
color: black;
font-size: .85em;
font-weight: bold;
font-family: arial;
} 

#footer a {
	color: black;
	text-decoration: underline;
}
 

/*  ****************************************************************** */
/*     Base Template Differing Styles
/* ******************************************************************* */

#content {
	float:left;
	width:720px;
	height: 750px;
	background-color: white;
	color: black;
	

}

#content p{ 
	line-height:1.4;
	margin: 0 20px 0 25px;
	font-family: arial;
}

#content h1 {
	margin: 20px 0 5px 15px;
	font-size: 1.5em;
	color: #db443f;
	font-weight: bold;
}

#content1 {
	width: 350px;
	float: left;
	height: 250px;
}

#rightColumn {
	background-image: url(images/right_col_bkgd.png);
	
	float:right;
	width:304px;
	height: 750px;
	overflow: hidden;
	
}

#spacer {
	clear: both;
	width: 200px;
	height: 200px;
	/*border: 1px solid red;*/
}



h2.rc {
	color: black
}
 
 
/* ******************************************************************** */ 
/* containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 
/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

