@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color:#FFFFFF;
}

body,td,th {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
}

.threecolfixhdr #container{
	width: 966px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
}

.threecolfixhdr #header{
	padding: 0;
	background: #FFFFFF;
	padding: 0 15px;
}

.threecolfixhdr #mainContent{
	margin-top: 0px;
	margin-right: 255px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.threecolfixhdr #mainContent #photos {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.threecolfixhdr #mainContent #indent {
	margin-left: 30px;
}

.threecolfixhdr #leftBar{
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 15px;
	background: #FFFFFF;
}

.threecolfixhdr #rightBar{
	float: right;
	width: 200px;
	background: #FFFFFF;
	border-left-color: #CC0000;
	border-left-width: 2px;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 16px;
}

img.footerimg{
	position: relative;
	right: 40px;
}

h1{
	font-size: 1.9em;
	font-weight: bold;
}

h2{
	font-size: 1.3em;
	font-weight: bold;
}

p{
	font-size: 14px;
	line-height: 1.25em;
}

p.footer{
	font-size: 11px;
}

.right{
	float: right;
}

li{
	line-height:1.2em;
	margin-bottom:.4em;
}

#photodiv{
  background-repeat: no-repeat;
}

