/* CSS Document */
body{font-size:12px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#393939;
	 background:url(images/pattern.jpg) repeat-x;
	 background-color: #4985ff;
	 padding:0px;
	 margin:0px;
	 border:none;
	 
	 }
	 
a:link{font-size:12px;
	   color:#646464;
	   text-decoration:none;
	   font-weight:bold;
	   }
a:visited{font-size:12px;
	   color:#646464;
	   text-decoration:none;
	   font-weight:bold;
	   }
a:hover{font-size:12px;
	   color:#646464;
	   font-weight:bold;
	   text-decoration:underline;
	   font-weight:bold;
	   } 
#wrapper{width:860px;
		 background:url(images/background.jpg) repeat-y;
		 margin:0px auto;
		 }
		 
#left{float:left;
	  width:515px;
	  padding-left:40px;
	  margin-right:60px;
	  }
	  
div.terms {
   width:400px;
   height:100px;
   border:1px solid #ccc;
   background:#f2f2f2;
   padding:6px;
   overflow:auto;
}
div.terms p,
div.terms li {font:normal 11px/15px arial;color:#333;}
div.terms h3 {font:bold 14px/19px arial;color:#000;}
div.terms h4 {font:bold 12px/17px arial;color:#000;}
div.terms strong {color:#000;}
	  
.title{font-size:15px;
	   color:#4985ff;
	   text-transform: uppercase;
	   }

#right{margin-left:575px;
	font-size:10px;
	  margin-left:615px;
	  }

#footer{clear:both;
		background:url(images/background.gif) no-repeat;
		width:860px;
		height:35px;
		line-height:39px;
		text-align:center;
		font-weight:bold;
		}
