@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap2 {
	width: 809px;
	margin: 0 auto;
	background-image: url(images/page-border-rt.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	border: 1px solid #023351;
	text-align: left;
} 
#header {
	background-color: #384973;
	padding: 15px;  /* 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: 130px;
	padding-left: 0px;
} 
#header h1 {
	margin: 18px 0 0 0;
	color: #FFF;
	font-size: 32px;
	line-height: 140%;
}
#header .logo {
	margin-left: 70px;
	margin-top: 12px;
}
#headertext {
	float: right;
	text-align: center;
	padding-right: 70px;
}
#photos {
	height: 102px;
	border-bottom: 1px solid #023351;
	margin: 0;
	padding: 0;
	border-top: 1px solid #023351;
}

#sidebar1 {
	width: 200px;
	font-size: 14pt;
	float: left;
	padding: 0;
	margin: 0px;
}
#sidebar1 .heading {
	font-size: 14pt;
	color: #FFF;
	margin: 15px 0 0 0;
	text-align: center;
	background-color: #384973;
	border-right: 1px solid #023351;
}
#sidebar1 .links {
	text-align: center;
	margin: 5px 0 3px 0;
	padding: 6px 0;
}
#sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	width: 200px;
}
#sidebar1 li {
	list-style-type: none;
	padding-right: 12px;
}
#sidebar1 .contact, #sidebar1 .contact a:link {
	font-size: 9pt;
	line-height: 140%;
	color: #006;
	text-align: center;
}
#sidebar1 .contact a:link, #sidebar1 .contact a:visited {
	font-size: 9pt;
	line-height: 140%;
	font-weight: bold;
	text-align: center;
	color: #2E32A7;
}
#sidebar .contact a:hover {
	text-decoration: underline;
}
#sidebar1 a:link, #sidebar1 a:visited {
	font-size: 12pt;
	font-weight: bold;
}
#sidebar1 a:hover {
	text-decoration: underline;
}

#navigation a:link, #navigation a:visited {
	display: block;
	padding: 10px 0 10px 15px;
	color: #2E32A7;
	text-decoration: none;
	font-size: 11pt;
	width: 185px;
}
#navigation a:hover {
	color: #2E32A7;
	text-decoration: underline;
}
#current a:link, #current a:visited {
	color: #000;
}
#current a:hover {
	text-decoration: none;
}

#mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	font-size: 12pt;
	text-align: left;
}
#mainContent h1 {
	padding: 10px 0 0 0;
	font-size: 12pt;
	margin: 0;
}
#mainContent h2, #maincontent h3 {
	margin: 0;
}
#wrap1 {
	background-image: url(images/sidebar-bk.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}

#mainContent h2 {
	font-size: 14pt;
}
#mainContent p {
	font-size: 11pt;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent .caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	float: right;
}
#mainContent .box {
	width: 385px;
}
#mainContent .box p {
	margin: 0 0 10px 0;
}
#mainContent .rileyquote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0;				/* do not remove this margin: 0;*/
	text-align: center;
	font-size: 12pt;
	padding: 18px 0 0 0;
}
#mainContent .cvrdate {
	font-size: 12pt;
	font-weight: bold;
	float: right;
	margin-right: 70px;
	padding-bottom: 10px;
}
#mainContent .bottomquote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	padding-bottom: 10px;
}
#mainContent .quote {
	font-style: italic;
	margin-bottom: 0px;
}
#mainContent .byline {
	margin-top: 0px;
	text-indent: 40px;
}

#content p {
	color: #003366;
	line-height: 120%;
	font-size: 13px;
}

.img-shadow-rt {
	float:right;
	background: url(images/shadow.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px!important;
	margin: 10px 10px 0 5px;
}

.img-shadow-rt img {
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
} 

#footer {
	padding: 5px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #384973;
 
} 
#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 */
	color: #ffffff;
}

#copyright {
	width: 760px;
}
#copyright p {
	font-size: 11px;
	color: #FFF;
	margin: 0;
	padding: 0;
}
#copyright a:link, #copyright a:visited {
	color: #FFF;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
#copyright a:hover {
	text-decoration: none;
}
#copyright .hosting {
	float: right;
	color: #FFF;
}
#copyright .photocredit {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#copyright .cpcenter {
	text-align: center;
	margin: 0;
	padding: 3px 0;
}

a:link, a:visited {
	color: #2E32A7;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

.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;
}

#publications p, #bodirectors p {
	font-size: 10pt;
}
.pubtitle {
	font-style: italic;
	font-weight: bold;
}
.dirtitle {
	font-weight: bold;
}
.tinylink {
	font-size: 10pt;
}
#publications p a {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: italic;
}

