/* -------------------------------------------------------------------------------- */
/* rules specific to news section - sidebars */

body#news td#topfeature table.sidebar h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #AA7444;
}

body#news td#topfeature table.sidebar a {
	color: #545454;
	font-weight: normal;
	text-decoration: underline;
}
body#news td#topfeature table.sidebar a:visited {
	color: #545454;
	font-weight: normal;
	text-decoration: underline;
}
body#news td#topfeature table.sidebar a:hover {
	color: #545454;
	font-weight: normal;
	text-decoration: none;
}

p	{
	font-size: .7em;
	padding-left:10px;
	}

/* -------------------------------------------------------------------------------- */
/* rules specific to news section - color coded */

body#news input#submit {
	background-color: #AA7444;
}

body#news td#welcome h2 {
	font-weight: bold;
	font-size: 0.9em;
	color: #E0BD7C;
}

body#news td#topfeature div#manage a:visited {
	color: #666666;
}

body#news a {
	color: #d0a162;
}
body#news a:visited {
	color: #545454;
}
body#news a:hover {
	color:#666666;
}

body#news h4 {
	color: #FFFFFF;
	background-color: #d0a162;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
	margin-top: 35px;
}

/* rules for color-coding main menu */

body#news td#menu {
	background-image:url(../inc/img/menu_news_bg.gif);
	background-repeat: repeat-y;	
}

body#news td#menu td.third {
	background-image: url(../inc/img/menu_bullet_third_news.gif);
}

/* -------------------------------------------------------------------------------- */
/* Added by MD 09/26/2005 as instructed by iStudio. For form fields */

body#news td#content input.button {
	background-color: #AA7444;
}

/* -------------------------------------------------------------------------------- */
/* added by TD 3/17/2008 for new student newsletter e-mail templates */

body#news span.date {
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 0px;
	color:#a77d7f;	
}

/* -------------------------------------------------------------------------------- */
/* added by TD 3/19/2008 */

table.side {
	float: right;
	margin-left:20px; 
	margin-bottom:20px; 
	margin-top:5px; 
	clear:right; 
	background-color:#f0f0f0;
	border:1px solid #bebebe;
	width:246px;
}

table.side td {
	padding:10px 10px 0px 10px;
}

/* -------------------------------------------------------------------------------- */
/* added by TD 4/16/2008 for conference tabs menu */

table#tabs p {
	margin: 0px;
}

table#tabs td {
	text-align: center;
}

table#tabs td.gutter {
	border-bottom: 1px solid #BEBEBE;
}

table#tabs td.selected {
	border-top: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
}

table#tabs td.selected a {
	font-weight: bold;
	text-decoration: none;
}
table#tabs td.selected a:visited {
	font-weight: bold;
	text-decoration: none;
}
table#tabs td.selected a:hover {
	font-weight: bold;
	text-decoration: underline;
}

table#tabs td.unselected {
	border-top: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	background-color: #75AEBE;
}

table#tabs td.unselected a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
table#tabs td.unselected a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
table#tabs td.unselected a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

#feedback_button{
	width:200px;
	height:50px;
	margin: 0 0 0 180px;	
	}
* html	#feedback_button{
	margin: 0 0 0 180px;	
	}
	
#top_toolbar	{
	margin:0 0 0 0;
	}
* html #top_toolbar	{
	margin:0 50px 0 0;
	}
	

/* -------------------------------------------------------------------------------- */