@charset "utf-8";
/* CSS Document */

pre {
border: solid 1px #eef;
padding:6px;
background: #f7f6ff;
}

dt {
font-weight:bold;
font-size: 1.1em;
}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

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: #8fb4c9;
}
.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;
}

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

.style3 {color: #fff;
         font-size: small;}
		 
.rightpic {float: right;
           margin: 3px;}
.leftpic {float: left;
          padding: 5px;
	         margin: 10px 10px 6px 6px;
		  border: 1px solid #7796a8;}
.leftpic1 {float: left;
          padding: 10px 10px 6px 0px;}
.rightpic {float: right;}

	 
#left {float: left;
       width: 48em;
	   padding-left: 15px;
	   padding-right: 2px;
	   font-size:12px;
	   line-height: 21px;
	   }	 
	
#right {float: right;
       width: 15em;
	   font-size: 12px;
	   padding: 0 px;
	   margin-left: 0 px;
	   border-left: dotted thin #3b4d5a;}	


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

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

#navbar {background-color: #2F4250;
         height: 18px;
		 padding-top: 10px;
		 padding-bottom: 6px;
		 margin-top: 12px;		 
		 color: #ffffff;
		 font-size:12px;}		  
.rightpic1 {float:right;
          margin: 8px;}
	  
		  
.h2 {color: #3b4d5a;
     font-weight:bold;
	 font-size: 12px;}


