body, html {
	margin: 0;
	background-color: #fff;
}
#main {
	width: 960px;
	margin: 0 auto;
}
#logobar {
	width: 100%;
	height: 122px;
	background-image: url('http://newweb.compsci.touro.edu/tourocom/images/logobar_bg.png');
	background-color: #fff;
}
#menubar {
	width: 100%;
	height: 31px;
	background-image: url('http://newweb.compsci.touro.edu/tourocom/images/menubar_bg.png') ;
	background-color: #ffa217;
	text-align: right;
	margin: 0 0 10px 0;
}
#body_container {
	width: 100%;
	margin: 0 0 10px 0;
}
#sidemenu {
	background-color: #777;
	width: 100%;
	margin: 0 0 2px 0;
}
#searchbar {
	background-image: url('http://newweb.compsci.touro.edu/tourocom/images/searchbar_bg.png');
	background-color: #ccc;
	height: 35px;
	margin: 0 0 2px 0;
	padding: 0 5px;
}
#intro {
	background-color: #fff;
	padding: 0 0 2px 0;
}
#content_homepage {
	background-color: #ccc;
	text-align: left;
	padding: 0;
	font: normal 12px Arial;
	line-height: 18px;
	color: #464943;
}
#content {
	background-color: #f5f9f3;
	margin: 0 0 2px 0;
	padding: 5px;
	text-align: left;
	font: normal 12px Arial;
	line-height: 18px;
	color: #464943;
}
#footer {
	height: 35px;
	background-color: #ffaa2c;
	background-image: url('http://newweb.compsci.touro.edu/tourocom/images/footer_bg.png');
	font: bold 12px Arial;
	color: #fff;
}
a.footer {
	font: bold 12px Arial;
	color: #fff;
}
a.footer:hover {
	text-decoration: none;
}
a.searchtext {
	font: bold 14px Arial;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px;
}
a.searchtext:hover {
	background-color: #ccc;
}
a.menu {
	display: block;
	height: 21px;
	padding: 8px 10px 2px 10px;
	color: #fff;
	font: bold 14px Arial;
	text-transform: uppercase;
	text-decoration: none;
}
a.menu:active,a.menu:link,a.menu:visited {
}
a.menu:hover {
	background-color: #ffd28f;
	background-image: url('http://newweb.compsci.touro.edu/tourocom/images/menubar_bg_on.png');
}
.sidemenu_off, .sidemenu_on, .sidemenu_on_highlight {
	border-style: solid;
	border-width: 1px 0 1px 1px;
}
.sidemenu_off {
	background-color: #777;
	border-color: #777;
}
.sidemenu_on {
	background-color: #999;
	border-color: #333;
}
.sidemenu_on_highlight {
	background-color: #999;
	border-color: #999;
}
.sidemenu_container {
	padding: 2px 0;
	display: block;
}
.submenu_container {
	background-color: #999;
	background-image: url('http://newweb.compsci.touro.edu/tourocom/images/submenu_bar.png') ;
	background-position: top left;
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #333;
	border-width: 1px 1px 1px 0;
}
a.submenu {
	display: block;
	padding: 5px 0 5px 15px;
	color: #333;
	font: normal 11px Verdana;
}
a.submenu:active, a.submenu:link, a.submenu:visited {
	text-decoration: none;
}
a.submenu:hover {
	color: #fff;
	text-decoration: underline;
}
a.sidemenu_main {
	font: normal 14px Arial;
	color: #fff;
}
a.sidemenu_main:active,a.sidemenu_main:link,a.sidemenu_main:visited {
	text-decoration: none;
}
a.sidemenu_main:hover {
	text-decoration: underline;
}
.header1 {
	font: bold 20px Arial;
	color: #464943;
	letter-spacing: -0.05em;
}
.header2 {
	font-weight: bold;
	font-size: 30px;
	font-family: Arial;
	color: #464943;
	text-transform: uppercase;
	display: block;
	padding: 5px 0;
	margin: 0 0 10px 0;
	line-height: 40px;
}
.header_copy {
	font: bold 14px Arial;
	letter-spacing: -0.05em;
	line-height: 20px;
}
a.main {
	color: #ffa215;
	font: normal 12px Arial;
}
a.main:active,a.main:link,a.main:visited {
	text-decoration: underline;
}
a.main:hover {
	text-decoration: none;
}
.faculty_title {
	font: bold 16px Arial;
	color: #333;
}
.btable {
	border: solid 1px #ccc;
	width: 100%;
}
.btd_blank {
	border: solid 1px #eee;
}
.btd_highlight {
	border: solid 1px #eee;
	background-color: #cce3c1;
	font-weight: bold;
}
.btd {
	border: solid 1px #eee;
}
.btd_highlight_small {
	border: solid 1px #eee;
	background-color: #cce3c1;
	font-weight: bold;
	font-size: 11px;
}
.btd_small {
	border: solid 1px #eee;
	font-size: 11px;
}
.icon_xls {
	background-image: url('../../global/images/icons/xls.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 20px;
}
.icon_pdf {
	background-image: url('../../global/images/icons/pdf.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 20px;
}

