body {
  background:#fff;
  background:#EEEEEE;
  margin:0;
  padding:20px;
  text-align:center;
  font-size: 12pt;
  font-family: arial, sans-serif;
  color:#000;
  font-weight:bold;
}

a:link { text-decoration: none; color: #074a7e; }
a:visited { text-decoration: none; color: #074a7e; }
a:active { text-decoration: none; color: #074a7e; }
a:hover { text-decoration: none; color: #e6cc65; }
a{ text-decoration: none; }

#all{
	background: #ffffff;
	border: 3px double #a4a4a4;
	border-radius: 15px;
	-moz-border-radius: 15px;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
/*	width: 844px;
	width: 900px;*/
	margin-left: auto;
	margin-right: auto;
}

table {
	width: 100%;
	border-collapse: collapse
}

leftalign {
	text-align:left;
	margin-left: 20px;
	width: 720px;
}
.indent {
	text-indent: 18px;
}

.navyhead {
  color: navy;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
}

.ital {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.uline {
	text-decoration: underline;
}

.links a{
	display: block;
	font-style: italic;
	padding-top: 7px;
	padding-bottom: 7px;
}

.redlink {
	color: red;
	display: block;
	font-style: italic;
	padding-top: 7px;
	padding-bottom: 7px;
}

.redlink:link { color: red; }
.redlink:visited { color: red; }
.redlink:hover { color: #e6cc65; }

#timebar {
	/*background:#e6cc65;*/
	padding: 4px 8px 0px;
	color: #000;
height: 26px;
	text-align: right;
	background-image:url('../images/vert-gradient.png');
	background-image:url('../images/titlebargradient.png');
	background-repeat:repeat-x;
	/*border-top: 3px double #a4a4a4;
	border-bottom: 3px double #a4a4a4;*/
}

#menutop{
	clear: both;
	position:relative;
	background-image:url('../images/menutop.png');
	background-repeat:repeat-x;
	top:0px;
	float: left;
	height:0px;
	width:162px;
}

#leftnav{
	/*border-right: 2px solid #a4a4a4;
	-moz-border-bottom-left-radius: 15px;
	background-image:url('http://csb.wfu.edu/images/gradient.png');
	background-repeat:repeat-y;*/
	background-color: #000;
	background-color: #3C3937;
  	font-weight: bold;
  	font-size: 10.5pt;
  	width: 160px;
	margin-left:0px;
	padding-top: 22px;
  	margin-right: 4px;
  	color: #dbdd1d;
  	color: #fff;
  	text-align:center;
	vertical-align: top;
	/*border-top: 2px solid #a4a4a4;*/
  }

#leftnav a{
	padding: 3px 0px 3px 0px;
  	color: #dbdd1d;
  	color: #E6CC65;
  	text-decoration: none;
	margin-top: 2px;
  	display: block;
	border-bottom: 1px solid black;
  }

#leftnav a:hover { 
    background-color: #dbdd1d;
    background-color: #E6CC65;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
    color: #000;
}
#leftnav a:active { 
	color: red;
}
