@charset "utf-8";
/* CSS Document */

body, html {
	background-color: #DDB27F;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #794D06;
	
	
}

a {
	color: #794D06;
}

.publication_image {
	float: left;
	width: 200px;
}

.publication_desc {
	float: left;
	text-align: justify;
	width: 275px;
	margin-left: 10px;
}

.publication_buy {

	text-align: center;

}

.expandingDiv_collapsed {
	height: 50px;
	overflow: hidden;
	
	line-height: 12pt;
	
	width: 418px;
	
	
	
}

.expandingDiv_expanded {
	height: auto;
	overflow: auto;
	
	line-height: 12pt;
	
	width: 418px;
	

} 

.expandButton {
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
}

.expandText {
	cursor: pointer;
	float: right;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}


.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #794D06;
}

.textfieldRequiredMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.validation_error {
	display: none;
	color: #FF0000;
}


#bgdiv1 {
	position: absolute;
	margin-top: 57px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image: url(/themes/2009_fall/logo.gif?v=1221089326);
	background-repeat: no-repeat;
	background-position: top right;
}

#bgdiv2 {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image: url(/themes/2009_fall/left_bg.gif?v=1221089325);
	background-repeat: no-repeat;
	background-position: top left;
}

#navtable {
	position: absolute;
	float:left;
	background-color: #C17B0A;
	height: 57px;
	width: 100%;
	overflow: hidden;
}

.navitem {
	margin-top: 6px;
	float: left;
	color: #DDB27F;
	
}

.subnav {
	padding-left: 30px;
}

.frmLabel {
	width: 60px;
	padding-top: 5px;
	display: table;
	float: left;
}

#logo {
	float:left;
}

#mainDiv {
	margin-left: 192px;
	padding-left:10px; 
	padding-right: 10px; 
	/* width: 418px; */
	
	font-size: 11px;
	
	float: left;
	padding-top: 10px;
	
	
}


#contentMiddle {
	width: 500px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

.linkOff {
	color: #DDB27F;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}

.linkOn {
	color:#F39E16;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#eventContent {
	
	
	position: absolute;
	
}
#eventMenu {
	width: 230px;
	height: 300px;
	right: 16px;
	top: 204px;
	position: absolute;
	
	font-size: 14px;
	font-weight: bold;
}

#blogMenu {
	width: 230px;
	height: 300px;
	right: 16px;
	top: 460px;
	position: absolute;
	
	font-size: 14px;
	font-weight: bold;
}

#blogMenu a {
	font-si