table.mainbody td.mainbody {
	background:#eee;
}
#logo-wrapper {
	float:left;
}
#logo {
	height:100px;
	width:535px;
	float:left;
	position:absolute;
	top:10px;
}
#ieee-logo {
	width:150px;
	float:right;
	margin:32px 6px 6px;
}
#buttons a:link, #buttons a:visited {
	
}
h1,h2,h3 {
	color:#a60000 !important;
	margin:6px 0;
}
h4,h5,h6 {
	color:#000 !important;
	margin:4px 0; 
}
div.moduletable h3 {
	color:#444 !important;
}
/*fix front page module */
.mod_placehere-front {
  font-size:12px;
  color:#000;
  line-height:1.45em;
}
span.hidden {
	display:none !important;
}
.mod_placehere_leading {
	margin:2px;
	padding:6px;
	background:#fafafa;
	border:#4885ba solid 1px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.mod_placehere_leading p{
	color:#333;
	font-size:1.2em;
	line-height:1.4;
}

.mod_placehere_following {
	margin:2px;
	padding:4px;
	background:#fafafa url('../images/front-mod-bg.png') repeat-x;
	border:#4885ba solid 1px;
	width:30.5% !important;
	min-height:200px;
	font-size:.9em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.mod_placehere_following h2{
	font-size:1.2em;
}
.mod_placehere_following  p{
	font-size:1em;
}
table.headlines td.headlines {
	background:#eee;
}

/*latest news styles*/
.moduletable-latest-news td {
	padding:1px 1px 5px 1px;
	border-bottom:#3d7abd dotted 1px;
}
.moduletable-latest-news td:hover {
	background:#fafafa;
}

div.moduletable-latest-news h3 {
	color:#444 !important;
}

/*header overwrite from header.css*/
#header {
	position: relative;
	height: 112px;
	overflow: hidden;
	background: #710000 url(../images/header-bg.png) repeat-x;
	border-bottom: 3px solid #ffc332;	
}
hr {
	/*color:#ffc332;*/
	color:#1d6db2;
	border:#1d6db2 solid 1px;
}
#conference-listing {
	background:#fff;
	padding:2px;
}
.odd-highlight{
	background-color:#f4f4f4;
}
ul li p {
	line-height:1.25em !important;
}