html {
	font-family: arial, sans-serif;
}

body {

	background:#fff219 url(../images/bkground.png) top center no-repeat;
}

#main-wrapper {
	margin: 0 auto;
	width: 980px;
}

#header-content {
	position: relative;
	top: 5px;
	float: left;
}

#logo {
	position: relative;
	left: 16px;
	margin-bottom: 21px;
	display: block;
}

#header-image {
	position: relative;
	margin-top: 5px;
	left: 4px;
	float: left;
	width: 205px;
}

#header-wrapper {
	width: 980px;
	height: 200px;
	float: left;
	background-color: #fff;
	background: url(../images/header-bg.png) top left no-repeat;
}



#top-nav-wrapper {
	position: relative;
	left: 4px;
	background: url(../images/menu-bg.jpg) top left no-repeat;
	height: 29px;
	width: 766px;
}

#top-nav-wrapper ul {
	position: relative;
	top: 8px;
}

#top-nav-wrapper ul li {
	float: left;
	list-style: none;
	margin-right: 75px;
	_margin-right: 55px;
	text-transform: uppercase;
	font-size: 12px;
}

#top-nav-wrapper ul li a, #top-nav-wrapper ul li a:link{
	color: #000;
	text-decoration: none;
}

#top-nav-wrapper ul li a:hover{
	text-decoration: none;
	color: red;
}

#top-clear {
	height: 9px;
	clear: both;
}



#content-top-border {

	height: 17px;
	background: url(../images/content-top-border.png) top left no-repeat;
	clear: both;
}

#content-bottom-border {
	height: 17px;
	background: url(../images/content-bottom-border.png) top left no-repeat;
	clear: both;
}

#content-wrapper {
	width: 980px;
	float: left;
	background-color: #fff;
}

#main-copy {
	float: left;
	margin-left: 16px;
	width: 720px;
	border-right: 3px solid #d5d5d5;
}

#main-copy-picture {
	float: left;
	margin-right: 16px;
	margin-bottom: 5px;
	width: 181px;
	background: url(../images/paul_lori.png) top left no-repeat;
}


#main-copy p {
	font-size: 12px;
	line-height: 20px;
	width: 700px;
}

#main-copy ul li {
	font-size: 12px;
}



#main-copy h1 {
	font-family: verdana;
	font-size: 24px;
	font-weight: bold;
}

#main-copy h2 {
	font-family: verdana;
	font-size: 18px;
	font-weight: normal;
	color: #h2h2h2;
}

#main-copy h3 {
	font-family: verdana;
	font-size: 18px;
	font-weight: Bold;
	color: red;
}


/* Sidebar */

#sidebar-copy {
	float: right;
	width: 230px;
	margin-left: 10px;
}

#sidebar-copy p {
	font-size: 12px;
	line-height: 20px;
}

#sidebar-copy h2 {
	font-size: 24px;
	font-weight: normal;
}

#sidebar-copy a {
	color:#000;
	font:bold 12px arial;
}



/* Latest News */

#news div {
	overflow:hidden;
	width:160px;
	padding:0 5px;
}	
#news div span {
	color:#666666;
	font:12px arial;
}
#news div a {
	color:#000;
	display:block;
	font:bold 12px arial;
}

/* Endorsements */

#endorsement {
	overflow:hidden;
	width:190px;
	border: 1px solid #000;
	padding:10px 5px 10px 5px;
	color:#000;
	font:12px arial;
	background:#ccc;
}

/* Footer */

#footer-wrapper {
	margin-top: 8px;
}

#footer-left {
	float: left;
	width: 740px;
	color: #000;
	font-size: 12px;
}

#footer-right {
	padding-top: 30px;
	float: left;
	width: 240px;
	color: #000;
}

#footer-right a, #footer-right a:link{
	color: #000;
	font-size: 16px;
}

#footer-right a:hover{
	text-decoration: none;
}


/* Table Data */

.reference-data {
	margin-top: 4px;
	border-collapse: collapse;
}
.reference-data th  {
	font-size: 12px;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 0px solid #000;
}
.reference-data td  {
	text-align: Left;
	font-size: 12px;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	padding: 4px;

	
