body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/wp_damask_190.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.page-bottom
{
	clear:both;
	height: 15px;
}

.oneColElsCtr #container {
	width: 50em;
	color: #475d6d;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #7796a8;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    border: 0px solid #983D34;
}


.rightpic {float: right;}
.leftpic {float: left;
          padding: 10px 10px 6px 6px;}
.leftpic1 {float: left;
          padding: 10px 10px 6px 0px;}
.rightpic {float: right;}

	 




a {color: #4b6070;
   text-decoration: none;}
   
a.spec {color: #ffffff;
   text-decoration: none;}   

a:hover {color: #CB5446;
          text-decoration: none;}

#navbar {background-color: #2F4250;
         width: 745px;
		 height: 17px;
		 padding: 5px;
		 margin-left: 5px;
		 margin-top: 6px;		 
		 color: #ffffff;
		 font-size:12px;}		
		   
.rightpic1 {float:right;
          margin: 8px;}
	  
		  
.h2 {color: #3b4d5a;
     font-weight:bold;
	 font-size: 12px;}



#fcf2 {
font-family:arial;
font-size:11px;
margin:15px;


}
#fcf2 h3 {
font-size:1.5em;
background-color:#3D5686;
color:#FFFFFF;
font-weight:bold;
padding:4px;
margin:0px;
}
#fcf2 p {

padding:8px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 600px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}
