@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 100%;
	background-image: url(../images/backgroundSite.png);
	background-repeat: repeat;
	background-position: center top;
}
.thrColFixHdr #container {
	width: 800px;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border: 2px solid #1A1A1A;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 140px;
	background-image: url(../images/header.png);
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -10000px;
}
.thrColFixHdr #header h2 {
	text-indent: -1000px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* padding keeps the content of the div away from the edges */
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.thrColFixHdr #header h3 {
	text-indent: -1000px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
.thrColFixHdr #footer  {
	margin: 0;
	background-image: url(../images/footer.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #1B1B1B;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
@charset "UTF-8";
/*--------------PRESENTATION STYLES----------------*/
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #1E1E1E;
	margin: 0px;
	padding: 0px;
}
p, ul, ol, dl {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 20px;
}
ul li {
	font-size: 0.8em;
}
h1, h2, h3  {
	margin-top: 0px;
	margin-bottom: 0.6em;
}
h1 {
	color: #151515;
	font-size: 1.5em;
}
h2 {
	font-variant: small-caps;
	color: #4F4F4F;
	margin-left: 10px;
	font-size: 1.3em;
}
h3 {
	font-weight: normal;
	font-variant: small-caps;
	margin-left: 20px;
	color: #666;
	font-size: 1.1em;
}
#pubs {
	margin: 5px;
	padding: 5px;
	border: 1px solid #FFF;
	color: white;
	background-color: #121212;
	font-size: 0.8em;
}
p {
	color: #272727;
	font-size: 1
.em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a:link {
	color: #121212;
	text-decoration: none;
}
a:visited {
	color: #121212;
	text-decoration: none;
}
a:hover {
	color: #282828;
	text-decoration: none;
}
a:active {
	color: #4C4C4C;
	text-decoration: none;
}
.hiLite {
	color: #50303F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.bold {
	color: #272727;
	font-style: normal;
	font-weight: bold;
}
.quotes {
	color: #50303F;
	font-style: italic;
}
#footer {
	text-align: center;
	padding-top: 2px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
	text-decoration: none;
}
#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
	padding: 20px;
}
img {
	margin: 0px;
	padding: 0px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

