body{
	background-color:#d5d5d5;
	font-family:arial,helvetica,sans-serif;
	color:#222; 
	margin:0; 
	padding:0;
}

hr{
	height:0;
	border-top: 3px solid #13694e;
}
h1{
	font-size:14pt;
	color:#13694e;
}
h2{
	font-size:13pt;
	color:#13694e;
}
h3{
	font-size:12pt;
	color:#13694e;
}
table{
	border:1px #777 solid;
	margin: 3px;
}
td {
	padding:1px 5px;
}
td.time{
	text-align:right;
}
dt{
	font-style:italic;
	padding-top:6px;
}
dl{
	padding-bottom:10px;
}

a:link, a:visited{
	font-weight:normal;
	color:#13694e;
	text-decoration:none;
}
a:hover, a:active{
	font-weight:normal;
	color:#13694e;
	text-decoration:underline;
}
.button {
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
	padding:6px 10px;
}

.page{
	width:960px;
	background-color:white;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	top:0;
}
.pageContent{
	position:relative;
	left:0;
	width:960px;
	margin:0;
	padding:0;
	float:left;
	background-color:white;
}

.leftMenuArea{
	width:162px;
	background-color:#FFFFFF;
	padding:0;
	float:left;
}

.menu{
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	list-style:none;
	margin:10px;
	padding:0;
	width:152px;
}
.menu li{
	width:152px;
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#777;
	padding:1px 0;
}
.menu li a,.menu li a:visited,.menu li a:link,.menu li a:active{
	display:inline-block;
	text-decoration:none;
	width:142px;
	font-weight:normal;
	margin:0;
	padding:4px 5px;
	background-color:white;
	color:#777;
}
.menu li a:hover{
	display:inline-block;
	text-decoration:none;
	width:142px;
	font-weight:normal;
	background-color:#13694e;
	color:white;
}

.centerPanel{
	width:503px;
	background-color:white;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	color:#444;
	padding-left:20px;
	padding-bottom:33px;
	padding-top:10px;
	float:left;
	}
.centerPanel a:link{
	font-weight:bold;
	color:#13694e;
	text-decoration:none;
	}
.centerPanel a:visited{
	font-weight:bold;
	color:#13694e;
	text-decoration:none;
	}
.centerPanel a:hover{
	font-weight:bold;
	color:#13694e;
	text-decoration:underline;
	}
.centerPanel a:active{
	font-weight:bold;
	color:#13694e;
	text-decoration:underline;
	}

.centerRightPanel{
	width:768px;
	background-color:white;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	color:#444;
	padding-left:20px;
	padding-bottom:33px;
	padding-top:10px;
	float:left;
	}	
.centerRightPanel a:link{
	font-weight:bold;
	color:#13694e;
	text-decoration:none;
	}
.centerRightPanel a:visited{
	font-weight:bold;
	color:#13694e;
	text-decoration:none;
	}
.centerRightPanel a:hover{
	font-weight:bold;
	color:#13694e;
	text-decoration:underline;
	} 
.centerRightPanel a:active{
	font-weight:bold;
	color:#13694e;
	text-decoration:underline;
	} 
	

.talkBox{
	font-size:20px;
	width:240px;
	height:170px;
	background-color:white;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	color:#444;
	padding:3px;
	margin:3px;
	float:left;
	border:1px #777 solid;
}
.talkTitle{
	font-weight:bold;
	padding:2px;
	border-width:0 0 1px 0;
	border-color:#777;
	border-style:solid;
}
.talkInfo{
	font-weight:normal;
	padding:2px;
	color:#555;
}

.rightPanel{
	width:242px;
	margin:0;
	background-color:white;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	color:#797977;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:0;
	float:right;
	}
	
.sidebar{
	width:252px;
}
.sidebarBox{
	margin-left:6px;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	margin-top:10px;
	border:1px solid #555;
	width:220px;
	background-color:white;
}
.sidebarTitle{
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:0.9rem;
	color:white;
	width:220px;
	padding:2px 0;
	text-align:center;
	background-color:#13694e;
}
.sidebarBox p {
	padding:10px;
	margin:0;
}
p.indent {
	padding-left:1em;
}

.csuFooter{
	border-width:3px 0 0 0;
	border-color:#13694e;
	border-style:solid;
	color:#13694e;
	background-color:#eee;
	padding:8px;
	margin:0;
} 
.footerLinks{
	text-align:center;
	font-size:0.8rem;
	color:#63666a;
}
.footerLinks a:link, .footerLinks a:visited{
	font-weight:normal;
	color:#13694e;
	text-decoration:none;
}
.footerLinks a:hover, .footerLinks a:active{
	font-weight:normal;
	color:#13694e;
	text-decoration:underline;
}

.standout{
	font-weight:bold;
	font-size:11pt;
	color:#69134e;
}

.red{
	color:red;
}

.registrationForm label {
    display:inline-block;
    min-width:6rem;
	text-align:right;
}

.registrationForm input {
	font-family:arial,helvetica,sans-serif;
}

.registrationForm textarea {
	font-family:arial,helvetica,sans-serif;
}
