﻿/*Clubs ordered list*/

#clubs {
	padding: 0 20px;
}

#clubs li {
	font-weight: bold;
}

#clubs li ul {
	list-style-type: none;
}

#clubs li ul li {
	font-weight: normal;
	padding: 0 0 10px 0;
}

/*BEC minutes ordered list*/

#bec {
	list-style-type: upper-roman;
}

#bec ul {
	list-style-type: upper-latin;
}

#bec ul ul {
	list-style-type: decimal;
}

#bec ul ul ul {
	list-style-type: lower-latin;
}

/*BEC Officers right column list*/

#becofficers {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#becofficers li {
	font-weight: bold;
}

#becofficers li ul {
	padding: 0 0 0 5px;
	margin: 0;
	list-style-type: none;
}

#becofficers li ul li {
	font-weight: normal;
}

/*Business Career Links*/

#businesscareers {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#businesscareers li {
	font-weight: bold;
}

#businesscareers li ul {
	list-style-type: disc;
	padding: 5px 45px;
}

#businesscareers li ul li {
	font-weight: normal;
	line-height: 20px;
}

/*CEE Econ Links*/

#cee {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#cee li ul {
	list-style-type: none;
}

#cee li ul li {
	font-size: small;
	font-weight: bold;
	padding: 0 0 10px 0;
}

/*CWERB Sponsors*/

#cwerbsponsors {
	list-style-type: none;
}

/*Business Scholarships*/

#scholarships {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#scholarships li {
	font-weight: bold;
	font-size: x-small;
}

#scholarships li ul {
	list-style-type: none;
	margin: 5px 25px;
	padding: 0;
}

#scholarships li ul li {
	font-weight: normal;
	font-size: x-small;
	font-variant: normal;
}

/*Staff*/

#staff {
	width: 500px;
	border: 0;
}

#staff th {
	width: 125px;
	text-align: left;
	border: 0;
}

#staff td {
	width: 125px;
	border: 0;
	text-align: left;
}

.staffName
{
	font-size: large; 
	font-weight: bold; 
	font-variant: small-caps;
}

/*Other Staff*/

#otherstaff {
	width: 700px;
	border: 0;
}

#otherstaff th {
	width: 140px;
	border: 0;
	text-align: left;
}

#otherstaff td {
	width: 140px;
	border: 0;
	text-align: left;
}

/*Programs*/

#programs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#programs li {
	font-weight: bold;
	font-size: small;
}

#programs li ul {
	list-style-type: disc;
	margin: 5px 25px;
	padding: 0;
}

#programs li ul li {
	font-weight: normal;
	font-size: x-small;
}

/*Staff Bios*/

#staffbios {
	clear: both;
}

/*Tracy Hofer's Schedule Table*/

#hoferschedule {
	width: 725px;
	border: 1px solid #000;
}

#hoferschedule th, #hoferschedule td {
	width: 145px;
	border: 1px solid #000;
	vertical-align: top;
}

#hoferschedule .purple {
	background-color: #AA72C3;
	font-weight: bold;
}

#hoferschedule .blue {
	background-color: #74C3AA;
	font-weight: bold;
}

#hoferschedule .green {
	background-color: #748DC3;
	font-weight: bold;
}

/*Kevin Neuman's Schedule Table*/

#neumanschedule {
	width: 725px;
	border: 1px solid #000;
}

#neumanschedule th, #neumanschedule td {
	width: 145px;
	vertical-align: top;
	border: 1px solid #000;
}

#neumanexam {
	width: 500px;
	border: 1px solid #000;
}

#neumanexam th, #neumanexam td {
	width: 125px;
	vertical-align: top;
	border: 1px solid #000;
}

#neumantimetable {
	width: 300px;
	border: 0;
}

#neumantimetable caption {
	font-weight: bold;
}

#neumantimetable td {
	border: 0;
	text-align: left;
}


/*Staff Schedule Table*/

#staffschedule {
	width: 725px;
	border: 1px solid #000;
}

#staffschedule th, #staffschedule td {
	width: 145px;
	vertical-align: top;
	border: 1px solid #000;
}

/*Styles for the home page right NEWS column only! */
#rightbar {
	width:160px;
	border-left:1px solid #a08e23; 
	margin-top:0px; 
	margin-bottom:0; 
	padding-bottom:29px; 
	padding-top:0;
	background-color:#fff;
}
*:first-child+html #rightbar {
	padding-top:25px;
}

#rightbar h6 {
	color:#4b586a;
}
#rightbar a {
	color:#907002;
}
#rightbar a:link, #rightbar a:visited {
	color:#907002;
	text-decoration:none;
}
#rightbar a:hover, #rightbar a:focus {
	color:#c39802;
	border-bottom: dotted 1px #c39802;;
}
#rightbar p {
	font-size:90%;
	line-height:1.25em;
}

span.restricted { 
	font-size: 90%; 
	margin: 0 0 0 10px; 
	padding: 0; color: #ff0000; 
}

.textBody {
			margin:0px 0 15px 0;
			margin-left: 40px;
		}
		
.sectionHeading{
		margin-bottom: 0px;
		font-size:medium;
		font-weight:bold; 
		font-variant:small-caps;
	}
