@charset "UTF-8";
/* CSS Document */

body {
 margin: 0;
 padding: 0;
 background: #cdcdcd url(../images/background-shadow.png) center repeat-y;
 font-family: Arial, Helvetica, sans-serif; 
font-size: 13px;
 }
 
#content2col img, #content img {
	border: 1px solid #000;
	border-color:#000000
	padding: 15px;

}
img.noborder {
	border: 0;
}

img.align-left {
float: left;
margin-right: 10px;

}

img.align-right {
float: right;
margin-left: 10px;

}
a:link {
	color: #1C497B;
	font-weight: bold;
}
a:visited {
	color: #1C497B;
	font-weight: bold;
}

.style8 {
	color: #B4C6DC;
	font-weight: bold;
}

#container {
   width:770px;
   margin: auto;
   border-right: 0px solid #cfcfcf;
   border-left: 0px solid #cfcfcf;
}

#menu {
width: 100%;
    background-color: #a8411e;
	border-bottom: 1px solid #c0c0c0;
}

#footer {
	clear: both;
	padding: 4px 0px;
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
    color: #5a5a5a;
}

#content {
	width: 740px;
	padding: 5px 15px;
}
#content2col {
   width: 100%;
}
#content2col #right {
	width: 505px;
	padding: 5px 15px;
	float: right;
	background-color: inherit;
	font-size: 11px;
}

#content2col #left {
	float: left;
	width: 214px;
	padding: 5px 10px;
	border-right: 1px solid #c0c0c0;
	padding-bottom: 45px;
	background: #ebebeb url(../images/left_column-bottom.jpg) repeat-x 0 bottom;
	font-size: 11px;
}

h1, h2, h3{
  color: #800000;
  margin: 14px 0px;
  padding: 0px;
}

h1 {
	font-size: 22px;
}

h2 {
    font-size: 20px;
}
h3 {
	font-size: 13px;
	margin-bottom: 0px;
}

p {
	margin-top: 3px;
}

#content li {
  margin-bottom: 15px;
}

.staff {
	margin-left: 195px;
	width: 500px;
}

.staff h1 {
	margin-bottom: 0px; padding: 0px;
}
.staff h2 {
	margin: 0px; padding: 0px;
	font-size: 16px;
	color: #000;
}
.staff p.email,.staff p.email a {
	color: blue;
	text-decoration: underline;
	font-size: 14px;
}
.staff-img {
	float: left;
	width: 180px;
	text-align: center;
}
.staff-img img {
	margin-top: 45px;
	border: 1px solid #000;
}

td.alt {
	background-color: #dadada;
}

table#staff-table {
	border: 1px solid #000;
}

table#staff-table th {
	text-align: left;
	background: #4c4c4c;
	border-bottom: 1px solid #000;
	color: #fff;
}

table#staff-table th a {
	color: #FFF;
}
.staffnav {
	text-align: right;
}
