/* Ridge CSS */





body {

	/*margin:20px;*/
	/*background-image: url(images/bg1.jpg);*/
	background:#333333;
	text-align:center;
	padding:0;
	
 }



#outer {
	text-align:left;
	width: 700px;
	\width: 700px;
	w\idth: 700px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;

 }



#hdr {
	background:#FFFFFF;
	color: #333333;
	height: 148px;

 }



#bar {

 height:27px;

 background:#c0c0c0;

 color: #333333;

 }



#bodyblock {
	background: #FF9900;
	width:700px;
	padding:0;

 }



#l-col {
	width:132px;
	float: left;
	background-repeat: repeat;

 }



#cont {
	width:564px;
	color: #333333;
	background: #FFFFFF url(images/background1.jpg);
	text-align:left;
	color: #333333;
	background-repeat: no-repeat;
	
 }



#ftr {
    clear: both;
	height:16px;
	background:#000000;
	color: #FFFFFF;
	border-width:1px 0 0 0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: bottom;
	text-align: center;

 }





/* Presentation Stylesheet */ 



h1 {

	margin:0;
	
	padding:14px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 18px;
	
	color: #000000;
	
	font-weight: bold;
	
	font-style: normal;

 }


bodycopy, p {

 margin:0;

 padding:15px;

 }
 
 .copy, p {
	margin:0 0 0 0px;
	padding:6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	height: auto;

 }
 
  .copylarge, p {
	margin:0 0 0 0px;
	padding:6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	height: auto;

 }
 
.list, p {
	margin:0;
	padding:6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	width: 430px;
	margin-left: 24px;
	list-style-position: outside;
	list-style-type: square;
	height: auto;

 }
 


h4 {

 margin:0; 

 padding: 5px 0;

 }
 
.copyblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: auto;
	width: 420px;
	margin-left: 34px;
	list-style-position: outside;
	list-style-type: square;
}

/* Links
-----------------------------------------------
*/


a:link {
  color:#996600;
  text-decoration: none;
}
a:visited {
  color:#CCCCCC;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a img {
  border-width:0;
}

.global a:link {
  color:#fff;
  font-weight:bold;
  text-decoration: none;
}
.global a:visited {
  color:#f7f7f7;
  text-decoration:none;
}
.global a:hover {
  /*background:#445567;*/
  text-decoration:underline;
}
.bulleted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	list-style-position: outside;
	list-style-type: square;
	font-size: 12px;
	margin-left: 16px;
}
