body {
	font: normal 12px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0 auto;
	width: 780px;
}
h1 {
	//font-size: 1.3em;
	font-size: 16px;
	text-align: center;
}
ul {
	list-style-type: square;
}
li {
	padding: 0;
	margin: 0;
}
table tr td {
	font-size: 12px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid black;
}
input {
	border: 1px solid black;
}
.stripeLeft {
	background-color: #FFCC00;
	width: 8px;
}
.stripeRight {
	background-color: #CC3300;
	width: 157px;
	color: #FFFFFF;
	vertical-align: top;
}
#menu {
	font: normal 12px/1em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	width: 130px;
	padding: 20px 0px 20px 6px;
	vertical-align: top;
}
#cellRight {
	background-attachment: scroll;
	background-image: url(../../images/figure_half.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.footer {
	border-top: 10px solid black;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: right;
	padding-top: 3px;
	padding-left: 10px;
}
.footer a {
	color: black;
	text-decoration: none;
}
.footer a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#menu a {
	color: #000000;
	text-decoration: none;
	width: 99px;
	display: block;
	padding: 5px 0px;
	margin: 0px;
}
#menu a:hover {
	background-image: url(../../images/menu_bullet.gif);
	background-position: 85px center;
	background-repeat: no-repeat;
}
#main {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 15px 20px 10px;
	vertical-align: top;
	text-indent: 0px;
	height: 420px;
}
#articles ul {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#articles li {
	list-style-image: url(../../images/bullet.gif);
	margin: 0px;
	text-indent: 0px;
	padding-bottom: 10px;
}
#articles li a {
	font-weight: bold;
	text-decoration: underline;
	color: black;
}
#articles li a:hover {
	color: #CC3300;
}
#articles a {
	color: black;
}
#articles a:hover {
	color: #CC3300;
}
#cellTopRight {
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	border-bottom: 1px solid white;
	vertical-align: middle;
}
#contactForm input {
	font-size: 11px;
}
.content {
	padding: 0px 15px 15px 0px;
	line-height: 150%;
	font-size: 12px;
	vertical-align: top;
}

.multiColumnList {
	float: left;
	padding: 0;
	margin: 0 20px;
	padding: 0;
}
* html .multiColumnList {
	margin-left: 0px;
	display: inline;
}
.clearer {
	clear: both;
	height: 0;
	visibility: hidden;
	_margin-top: -40px;
}
td.heading, th.heading, td.headingLeft, th.headingLeft{
	background-color: #EEEEEE;
	border: 1px solid #ccc;
	font-size: 12px;
}
th.headingLeft, td.headingLeft {
	text-align: left;
}
.links_heading {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: bold;
	margin-top: 1em;
}
a.link {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
.linksList li {
	margin-top: 0px;
	margin-bottom: 10px;
}
.linksList a.linkHeading {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	line-height: 150%;
}
.linksList a.linkHeading:hover {
	color: #FFCC00;
}
/* ::staff */
.staffBox {
	clear: both;
}
.staffBox img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	float: left;
}
.staffBox .staffText {
	margin: 0 0 10px 130px;
}
.staffBox .name {
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #ccc;
	padding-left: 5px;
}
.staffBox .creds {
	font-size: .8em;
	font-weight: bold;
	padding-left: 5px;
}
.staffBoxSmall {
	width: 100px;
	height: 150px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
	float: left;
	margin: 0 45px 10px 0;
}
.staffBoxSmall img {
	border: 1px solid #ccc;
}