/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #333366 url(images/judith_bk.jpg);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h1 {
	color: #8CA9C9;
	position: absolute;
	left: 576px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	bottom: 20px;
	width: 193px;
	text-align: center;
	top: 94px;
}
h2 {
	font-size: 14px;
	margin: 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	text-align: center;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 769px;
	margin-right: auto;
	margin-left: auto;
	height: 172px;
	border-right: 1px solid #353859;
	position: relative;
	background-image: url(images/judith_cornell_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/* Creates the div container for the footer. */
div#footer {
	height: 20px;
	width: 769px;
	background: #8CA9C9;
	font: 11px Arial, Helvetica, sans-serif;
	color: #43456E;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #353859;
	border-bottom: 5px solid #353859;
	border-left: none;
	position: relative;
}
div#footer p {
}
div#footer a:link {
}
div#footer a:visited {
}
div#footer a:hover {
}
div#footer a:active {
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 150px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 150px;
	border-bottom: 1px none #FFFFFF;
	padding: 5px 5px 5px 8px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-left: none;
	text-align: left;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #535C93;
	background: url(images/navon.gif) no-repeat left;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#container {
	background: url(images/judith_cornell_03.jpg) repeat-y;
	width: 769px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #353859;
	height: 1775px;
	position: relative;
}
div#container3 {
	background: url(images/judith_cornell_03.jpg) repeat-y;
	width: 769px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #353859;
	height: 1850px;
	position: relative;
}
div#container4 {
	background: url(images/judith_cornell_03.jpg) repeat-y;
	width: 769px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #353859;
	height: 1300px;
	position: relative;
}

.navholder {
	margin: 5px auto;
	float: left;
	width: 170px;
}
.omholder {
	position: relative;
	bottom: 0px;
	left: 2px;
	width: 586px;
	right: 0px;
	top: 0px;
}
div#copyright {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
.tiny {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.iframeholder {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 182px;
	width: 585px;
}

.pic {
	position: absolute;
	left: 186px;
	width: 570px;
	top: -33px;
	margin-right: 250px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #23314E;
	z-index: 3;
}
.purplebox {
	position: absolute;
	z-index: 2;
	left: 210px;
	top: 233px;
	height: 51px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #333366;
	width: 251px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
.smallpic {
	height: 120px;
	width: 85px;
	padding: 20px 0px 0px;
	text-align: center;
	vertical-align: top;
	text-transform: capitalize;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0px;
}
div#container2 {
	background: url(images/judith_cornell_02.jpg) no-repeat;
	width: 769px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #353859;
	height: 42px;
}
h3 {
	font-size: 18px;
	color: #3B5975;
	margin: 0px;
	font-weight: bold;
}
.tablecells {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 5px;
}
li {
	list-style: url(images/bullet_judith.gif);
	font-weight: normal;
	color: #000000;
}
strong {
	color: #5A73B4;
}
h4 {
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #5A73B4;
}

