/*	STRUCTURES
=============================== */
	
body {
	background: #2f61a0;
	margin: 0;
	}
	
table, tr, th, td {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}

#site {
	background: #fff;
	width: 932px;
	border-left: 10px solid #5a85bb;
	border-right: 10px solid #5a85bb;
	border-bottom: 10px solid #5a85bb;
	margin: 0 auto;
	}
	
#header {
	background: #fff;
	width: 932px;
	height: 274px;
	}
	
#anniversary {
	float: left;
	margin: 30px 10px 0 50px;
	}

#logo {
	margin: 0 50px 0 50px;
	padding: 0 0 0 20px;
	}
	
#iris {
	float: right;
	margin: 0;
	} 

.heightfix:before {
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
	}
	
#menu {
	background: url(../images/background_menu.gif) repeat-x;
	width: 932px;
	height: 48px;
	clear: both;
	}
	
#pageContent {
	background: url(../images/background_content.gif) top left repeat-x;
	width: 932px;
	}
	
#left {
/*	
	float: left;
	width: 600px;
	padding-top: 40px;
	padding-left: 30px;
	padding-bottom: 20px;
*/
	padding: 40px 30px 20px 30px;
	}

#right {
	background: url(../images/background_sidebar.png) top right no-repeat;
	margin: 25px 0 0 0;
	padding: 12px 25px 15px 25px;
	float: right;
	font-size: 12px;
	width: 220px;
	display: none;
	}
	
#agenda {
	width: 100%;
	margin: 0 0 15px 0;
	}
#agenda th {
	font-weight: bold;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #e0e7f4;
	white-space: nowrap;
	vertical-align: top;
	color: #124a7b;
	}
#agenda td {
	padding: 10px;
	border-bottom: 1px solid #e0e7f4;
	vertical-align: top;
	}
#agenda td a {
	font-size: 12px;
	font-weight: bold;
	}

#footer {
	text-align: center;
	padding: 20px 0 40px 0;
	font-size: 12px;
	color: #fff;
	}
	
.fsSpacerRow, .fsRowTop { display: none; }
.fsSupporting {
		font-weight: bold;
		color: #343434 !important;
		font-style: italic;
		}
	
dfn { display: none; }
.floatRight { float: right; }
.floatLeft { float: left; }
.clear { clear: both; }
.right { text-align: right; }
.center { text-align: center; }
.print { display: none; }
.nodisplay { display: none; }

/*	FONTS
=============================== */

body, table, tr, th, td, input, select, textarea {
	font: 14px arial, helvetica, sans-serif;
	color: #343434;
	}

p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

#right p { margin: 0; }

#pageContent p {
	line-height: 1.4;
	margin-bottom: 20px;
	}

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #2f61a0;
	}
	
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #d73e2b;
	margin: 20px 0 15px 0;
	}
#right h2 {
	color: #fff;
	margin: 0 0 35px 0;
	}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #343434;
	margin-bottom: 7px;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #6f6f61;
	margin-bottom: 2px;
	}
	
sup { font-size: 8px; }

.note {
		color: red;
		font-weight: bold;
		font-size: 12px;
		}

/*	LINKS
=============================== */

a:link, a:active, a:visited {
	color: #3888a9;
	text-decoration: underline;
	}
a:hover { color: #459fc4; }

#menu a:link, #menu a:active, #menu a:visited {
	background: url(../images/20.png) -1000px -1000px no-repeat;
	color: #1b4e82;
	text-decoration: none;
	padding: 14px 12px 12px 12px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	}
#menu a:hover, #menu ul li.on a {
	background: url(../images/20.png);
	color: #4d8bc9;
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	}

#footer a:hover { color: #cdcddb; }
	
/*	LISTS
=============================== */

ul, ol { margin-bottom: 15px; }
ul li, ol li { margin-bottom: 8px; }

#menu ul {
	margin: 0;
	padding: 0;
	}
#menu ul li {
	border-left: 1px solid #fff;
	border-right: 1px solid #a2bedb;
	list-style: none;
	list-style-image: none;
	float: left;
	margin: 0;
	padding: 0;
	}

/*	IMAGES
=============================== */

img { border: none; }

.photoRight {
	float: right;
	margin: 0 0 20px 20px;
	}
.photoLeft {
	float: left;
	margin: 0 20px 20px 0;
	}
.photoCenter {
	text-align: center;
	margin: 5px 0 20px 0;
	}
.photoRight img, .photoLeft img, .photoCenter img {
	background: #f1f7fb;
	padding: 6px;
	border: 1px solid #d7e8f5;
	}

/*	FORMS
=============================== */

form {
	margin: 0;
	padding: 0;
	}

/*	MISCELLANEOUS
=============================== */

.hr {
	background: #e0e7f4;
	width: 100%;
	height: 1px;
	display: block;
	margin: 25px 0;
	}
.hr hr { display: none; }

hr {
	background-color: #e0e7f4;
	border: 0;
	color: #e0e7f4;
	width: 100%;
	height: 1px;
	text-align: left;
	margin: 25px 0;
	}


blockquote { margin-left: 25px; }

/* ORGANIZING COMMITTEE */
#orgCommittee td {
	padding:2px 30px 2px 0;
}
.orgName {
	font-weight: bold;
}
.orgSchool {
	font-style: italic;
}
#orgCommittee-home .orgEmail {
	display: none;
}