body {
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
	min-width: 775px;
	color: #000;
	font-size: 65%;
	background-position: 0px 0px; 
	font-family: Verdana,Arial,sans-serif;
}

.wrapperFULL {
	background-color:#FFF;
	margin:0px 0px;
	width:775px;
	border-bottom: 1px solid #8D8E91;
}

img	{
	border: 0px;
}

#header {
	display: block;
	width: 775px;
	height: 95px;
	overflow: hidden;
	background-color: #FFF;
}

#header	h1, h2	{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.header-image	{
	position:absolute;
	top: -2px; /*  not sure why this is necessary, but it lines up the two header images */
	left: 205px;
}

#upper-bar {
	width: 775px;
	margin: 7px 0px;
	overflow: hidden;
}

#large-graphic-box {
	width: 586px;
	height: 179px; /* change to 180px */
	float: left;
	position: relative;
}

#right-images {
	display: inline;
	width: 172px;
	height: 148px;
	float: right;
}

#yellow-nav-box {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 180px;
	float: right;
	overflow: hidden;
}

/*************************************
* Start code for image rollover menu *
*************************************/
ul.image-switch, ul.image-switch li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  height: 36px;
}

ul.image-switch li a {
  text-align: center;
  width: 180px;
  line-height: 36px;
  height: 36px;
  text-decoration: none;
  display: block;
}

ul#nav li a {
  position: relative;
  /* hide from IE5/Mac \*/
	overflow: hidden;
  /* end hide */
}

ul#nav li a span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 180px;
  height: 36px;
  cursor: pointer;
}

/* for IE5/Mac only
the negative top margin needs to be the same absolute value as the height of the
<a> and <span> elements. \*//*/
ul#nav li a span {
  position: static;
  margin-top: -38px;
}
/* end for IE5/Mac only */

/* the second number should be the negative height of the link. */
ul#nav li a:hover span, ul#nav li a span:hover {
	background-position: -180px 0px;
	
}

ul.image-switch li.list-of-programs a, ul#nav li.list-of-programs a span {
	background-image: url(../images/list_of_programs.gif);
}

ul.image-switch li.apply-undergraduate a, ul#nav li.apply-undergraduate a span {
	background-image: url(../images/apply_undergraduate.gif);
}

ul.image-switch li.apply-graduate a, ul#nav li.apply-graduate a span {
	background-image: url(../images/apply_graduate.gif);
}

ul.image-switch li.open-houses-info a, ul#nav li.open-houses-info a span {
  background-image: url(../images/open_houses_info.gif);
}

ul.image-switch li.contact-us a, ul#nav li.contact-us a span {
  background-image: url(../images/contact_us.gif);
}

/***********************************
* End code for image rollover menu *
***********************************/

#buttoncontainer1 {
	width: 180px;
	height: 180px;
	float: right;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#buttoncontainer1 ul.navlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#buttoncontainer1 a {
	display: block;
	float: left;
	clear: left;
	padding: 0px;
	background: url(../images/menu_spacer.jpg) repeat-x bottom;
	background-color: #ECAD00; 
	width: 180px;
}

#buttoncontainer1 li>a {
	float: none;
}

#buttoncontainer1 a:link, .navlist a:visited {
	color: #ffffff;
	text-decoration: none;
}

#buttoncontainer1 a:hover {
	background-color: #DF6F00;
	color: #ffffff;
}

#buttoncontainer1 a:hover.submenutop {
	background-color: #C79000;
}

#buttoncontainer1 a:hover.submenu {
	background-color: #C79000;
}

#middle-section {
	width: 775px;
	background-color: #FFF;
}

#left-sidebar {
	float: left; 
	position: relative;
	width: 205px;
	border: 0px;
	margin: 0px;
}

#navigation	{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 205px;
	background-color: #FFFFFF;
}
					
#navigation ul#leftnav	{
	margin: 0;
	padding: 0;
	margin-bottom:5px;
	line-height: 120%;
	list-style:none;
}
						
#navigation ul#leftnav li {
	display:block;
	margin:0;
	voice-family: "\"}\"";
	voice-family:inherit;
}
						
#navigation ul#leftnav li a {
	background: url(../images/css-dotted.gif) repeat-x bottom;
	background-color:#BEAF9C;
	display: block;
	padding: 11px 5px 11px 14px;
	width: 186px; /* width + padding-right + padding-left must equal 205px */
	text-decoration: none;
	color: #FFFFFF;
}

#navigation ul#leftnav li a:link, #navigation ul#leftnav li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navigation ul#leftnav li a:hover {
	background-color: #91826D;
	text-decoration: none;
}

.left-sidebar-headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #CC0000;
	width: 185px;
	margin: 10px 0px 0px 0px;
	padding: 0px 2px 0px 18px;
}

.left-sidebar-quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	width: 172px;
	margin: 10px 0px 0px 0px;
	padding: 0px 11px 0px 18px;
	line-height: 180%;
}

#main-body {
	float: right;
	position: relative;
	width: 570px;
	margin: 0px;
	padding: 0px;
}

#main-body #featured {
	float: left;
	width: 390px;
	position: relative;
	padding: 0px;
}

.pharmacy-button, .nursing-button  {
	display: inline;
	margin: 0px 0px 0px 9px;
}

.image-headline {
	padding: 9px 9px 0px 9px;
	margin-bottom: 10px;
}

#main-body #featured #featured-text-wrapper {
	width: 356px;
	padding: 0px 9px 0px 25px;
}

.headline {
	line-height: 110%;
	margin: 0px;
	padding: 0px;
}

a.headline:link, a.headline:visited {
	font-size: 110%;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;

}

a.headline:hover, a.headline:hover {
	font-size: 110%;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

.teaser {
	line-height: 160%;
	margin: 5px 0px 20px 0px;
	padding: 0px;
}

#right-sidebar {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.health-button {
	display: inline;
	padding: 0px;
}

.events-headline {
	padding-top: 9px;
	margin-bottom: 8px;
}

#right-sidebar-wrapper {
	width: 155px;
	padding: 0px 7px 0px 18px;
}

.event-headline {
	font-size: 110%;
	font-weight: bold;
	line-height: 110%;
	color: #000;
	margin: 0px;
	padding: 0px;
}

a.event-link:link, a.event-link:visited {
	color: #000;
	margin: 0px;
	text-decoration: none;
}

a.event-link:hover, a.event-link:active {
	color: #000;
	margin: 0px;
	text-decoration: underline;
}

.event-teaser {
	color: #000;
	line-height: 120%;
	margin: 5px 0px 20px 0px;
	padding: 0px;
}

#clear-main-body {
	clear: both;
	height: 1px;
	font-size: 1px;
}

#bottom-admin-links {
	clear: both;
	width: 775px;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #FFF;
}

#bottom-admin-links a:link, a:visited {
	color: #666;
	text-decoration: none;
}

#bottom-admin-links a:hover, a:active {
	color: #666;
	text-decoration: underline;
}

#footer {
	clear:both;
	width: 775px;
	text-align: center;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 25px 0px;
}

#toplinks {
	width:755px;
	text-align: right;
	top: -5px; 
	position: absolute; 
	padding:0px;
}

.toplinks-inside {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top:0px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 1px 0px 0px;
}

.toplinks-inside-right {
	padding-top:0px;
	padding-left: 10px;
	padding-bottom: 0px;
}

.toplinks-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 215%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

a:link.toplinks-link {
	text-decoration:none;
	color:#ffffff;
	outline: none;
	font-weight:normal;
}

a:visited.toplinks-link {
	text-decoration:none;
	color:#ffffff;
	font-weight:normal; 
}

a:hover.toplinks-link {
	text-decoration:underline;
	color:#ffffff;
}

a:active.toplinks-link {
	text-decoration:underline;
	color:#ffffff;
}
