@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #434447;
	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;
}
body img{
	border:none;
}
.thrColFixHdr #container {
	width:798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*height:100%;*/
	background: #ede5cb;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	height:105px;
}
.thrColFixHdr #navBar {
	background: #354082;
	background:url(_images/navbar_bg.jpg) repeat-x;
	height:25px;	/*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. */
	padding:0;
	
} 

.thrColFixHdr #navigate {
	/*height:auto;*/
	width:675px;	/*margin-left: 130px;*/
} 


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:475px;
	background: #4d4b49; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align:center;
	padding: 0; /* padding keeps the content of the div away from the edges */
	color:#FFFFFF;
	font-size:11px;
}

.thrColFixHdr #sidebar1inst {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:775px;
	background: #4d4b49; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align:center;
	padding: 0; /* padding keeps the content of the div away from the edges */
	color:#FFFFFF;
	font-size:11px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 182px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #4d4b49;  /*the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
	height:475px;
}

.sideLinks a {
	color: #FFCC00;
	text-decoration: none;
	border-bottom:1px dotted #FFCC00;
}

.sideLinks a:hover {
	border-bottom-style:solid;
}


.thrColFixHdr #sidebar2inst {
	float: right; /* since this element is floated, a width must be given */
	width: 182px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #4d4b49;  /*the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
	height:775px;
}
.thrColFixHdr #mainContent {
	font-size:12px;
	margin-top: 0;
	margin-right: 185px;
	margin-bottom: 0px;
	margin-left: 145px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.thrColFixHdr #mainContent h1 {
	font-size:20px;
	color: #721919;
	text-decoration:underline;
}

.thrColFixHdr #mainContent h3 {
	font-size:14px;
	color: #721919;
	font-weight:bold;
}

.thrColFixHdr #footer { 
	/*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#354082;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	height:18px;
} 
.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: 2px 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;
}
.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;
}

.quotes {
	font-size:11px;
	font-style:italic;
}

.incl {
	background:#354082;
	font-size:11px;
	color:#FFFFFF;
}

h2 {
	font-size:13px;
	text-decoration:underline;
	color:#000066;

}

#instruimg {
	float:right;
	width:200px;
}

#instruimg2 {
	float:left;
	width:160px;
	padding:2px;
}

.fLetter {
	font-size:14px;
	font-weight:bold;
}

#organcut {
	float:right;
	width:174px;
	padding:2px;
}

#indexImg {
	float:left;
	width:175px;
	padding:2px;
}

#projectList{
	padding: .5em 0 .5em .5em;
	float:left;
	height:135px;
	width:450px;
	overflow:auto;
}
	
#projectList .projects {
	
	float: left;
	clear: both;
	border-bottom: 1px solid #561216;
	margin-bottom: 10px;

}

#projectList .projects h2 {
	font-size:13px;
	color:#990000;
	text-decoration:none;

}

#projectList .projects p{
	margin-bottom: 1em;
}

#projectList .projects img{
	float:left;
	padding-right: .5em;
}

#projectList .projects a{
	color: #d52e36;
	text-decoration: none;
	border-bottom:1px dotted #d52e36;
}
#projectList .projects a:hover{
	border-bottom-style:solid;
}
	