@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr  {
	text-align: center;
}
.thrColFixHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: outset;
	border-left-style: inset;
	border-right-color: #333333;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
} 
.thrColFixHdr #header {
	height: 260px;
	z-index: 1000;
	background-image: url(../images/LIU_Header02.png);
	width: 860px;

} 
.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;
}
.thrColFixHdr #container #header #headernavtable {
	position: relative;
	top: 165px;
	left: 275px;
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	text-align: center;
	padding: 0px;
	height: 1150px;
	font-family: Arial, Helvetica, sans-serif;
}


#leftsidebarnavbar {
	height: auto;
}
.thrColFixHdr #liumissionstatement {
	position: relative;
	top: -4em;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-position: center;
	color: #FFFFFF;
	left: -10px;
}



.thrColFixHdr #sidebar1 pics {
	top: 500px;
	position: relative;
	text-align: center;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0F3F35;
	position: relative;
	top: -4.75em;
}
.thrColFixHdr #contentdiv1 {
	position: relative;
	width: 430px;
	text-align: center;
	top: -1em;
}
.thrColFixHdr #contentdiv2 {
	text-align: center;
}
.thrColFixHdr #contentdiv3 {
	position: relative;
	width: 430px;
	text-align: left;
	top: -3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}




.thrColFixHdr #mainContent {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 175px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	height: 1250px;
	top: -3.5em;
} 



.thrColFixHdr #footer {
	height: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
	display: block;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.style2 {
	font-size: 12px
}
.style4 {font-size: 10px}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #114034;
}
a:visited {
	color: #114034;
}
a:hover {
	color: #C5A410;
}
a:active {
	color: #000000;
}






.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;
}
