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

body {
		font-family:gill sans,helvetica,sans-serif;
		font-size:13px;
		color:#666666;
		line-height:15px;	
	}
	
a:link{
  color:#FF6633;
  background-color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
	}
	
a:visited{
  color:#FF6633;
  background-color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
	}
	
a:hover{
  color:#FFCC00;
  background-color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
	}
	
#footerlinks {
	font-size:10px;
	font:Arial,Helvetica,sans-serif;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	}
h1 {
font:Gill Sans, Helvetica, Geneva, sans-serif;
	font-size:18px;
	color:#FF6633;
	}
h2 {
font:Gill Sans, Helvetica, Geneva, sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:bold;
	}
h3 {
	color:#FF6633;
	font-size:13px;
	font-weight:normal;
	}
h4 {
	color:#FF6633;
	font-size:14px;
	font-weight:bold;
	}
	
#footnotes {
	font-size:10px;
	}
	
#quoteby {
	font-size:10px;
	line-height:10px;
	}
	
dl {
width:220px;

}

dl, dt, dd {
margin:0;
padding:0;
}

dl {
background:url(pics/table_corners/bottombar-solid2.png) bottom left no-repeat;
padding-bottom:20px;
}

dt { /* block title definition */
height:20px;
background:url(pics/table_corners/topbar-solid2.png) top left no-repeat;

}

dd {
padding:0 10px 0 10px;
background:url(pics/table_corners/middlebar-solid.png) top left repeat-y;
font:Gill Sans, Helvetica, Geneva, sans-serif; color:#999999;
font-weight:normal;
font-size:13;
text-align:center;
}
	
#wrapper2 {
		width:800px;
		margin:0px auto;
		padding:10px;
		
	}
#header {
        height:177px;
		float:left;
		clear:right;		
	}
#content {
		margin-top:10px;
		padding-bottom:10px;
		margin-left:5px;
		
	}
#content div {
		
	}
#content-menu {
		clear:left;
		
		
	}
#content-main {
		float:left;
		width:500px;
	}

#content-right {
		width:220px;
		float:right;
		
		}

#footer {
		float:left;
		font:Arial, Helvetica, sans-serif;
		text-align:right;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
		border:1px solid #bbb;
		width:780px;
		font-size:10px;
	}
#bottom {
		clear:both;
		text-align:right;
		margin-bottom:10px;
	}