body {
	background: url(images/background.gif) repeat-x;
	font: 13px/1.33 Arial, Helvetica, sans-serif;
	vertical-align:top;
	color: #444;
	margin-top: 0;
}
.tab_attendees	a{
	display: block;
	width: 91px;
	height:29px;
	background: url(images/tab_attendees.gif) no-repeat;
	}
.tab_attendees	a:hover{
	background: url(images/tab_attendees2.gif) no-repeat;
	}
.tab_exhibitors	a{
	display: block;
	width: 134px;
	height:29px;
	background: url(images/tab_exhibitors.gif) no-repeat;
	}
.tab_exhibitors	a:hover{
	background: url(images/tab_exhibitors2.gif) no-repeat;
	}
.tab_speakers	a{
	display: block;
	width: 126px;
	height:29px;
	background: url(images/tab_speakers.gif) no-repeat;
	}
.tab_speakers	a:hover{
	background: url(images/tab_speakers2.gif) no-repeat;
	}
.tab_press	a{
	display: block;
	width: 71px;
	height:29px;
	background: url(images/tab_press.gif) no-repeat;
	}
.tab_press	a:hover{
	background: url(images/tab_press2.gif) no-repeat;
	}
.tab_international	a{
	display: block;
	width: 151px;
	height:29px;
	background: url(images/tab_international.gif) no-repeat;
	}
.tab_international	a:hover{
	background: url(images/tab_international2.gif) no-repeat;
	}
.subnavbar	{
	background: #B91518;
	height: 26px;
	padding-top: 4px;
	color:white;
	}
.subnavbar	a{
	color: white;
	text-decoration:none;
	}
.subnavbar	a:hover{
	color: white;
	text-decoration:underline;
	}
	
td	{
	vertical-align:top;
	}
p	{
	margin-top: 0;
	}
h1	{
	font: bold italic 2em/1.0  Tahoma, sans-serif;
	color:white;
	}
h2	{
	font: bold 1.75em/1.0  Arial, Helvetica, sans-serif;
	}
h3	{
	font: bold 1.2em/1.2  Arial, Helvetica, sans-serif;
	font-style:italic;
	}
h4	{
	font: bold 1em/1.33  Arial, Helvetica, sans-serif;
	margin-bottom:0;
	}
h5	{
	font: bold 1.0em/1.33  Arial, Helvetica, sans-serif;
	}
ul	{
	margin: 0;
	padding: 0;
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 12px;
	}
.register	a{
	margin-top: 3px;
	text-align: center;
	display: block;
	width: 133px;
	height:23px;
	background:url(images/button_register.gif);
	}
.register	a:hover{
	background:url(images/button_register_up.gif);
	}

.sidebar 	{
	text-align: center;
	width: 133px;
	padding: 8px 19px 4px 11px;
	}
.sidebar	ul{
	margin-left: 0;
	padding-left: 0;
	}

.button	li{
	margin: 0;
	padding: 0;
	list-style:none;
	vertical-align:middle;
	}
.button	li a {
	width: 133px;
	height: 20px;
	background: url(images/button_up.gif) no-repeat;
	display: block;
	font: bold 10px "Trebuchet MS", Tahoma, sans-serif ;
	color: #567;
	text-decoration: none;
	letter-spacing: .1px;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 3px;
	}
.button	li a:hover {
	background: url(images/button_down.gif) no-repeat;
	color: #345;
	}

.sidenavbar	li{
	list-style: none;
	display:block;
	border-top: solid 1px #999;
	margin-top:6px;
	padding-top:3px;
	font: bold 12px/1.33 Arial, Helvetica, sans-serif;
	}
.sidenavbar	li a{
	text-decoration:none;
	}
.sidenavbar	li a:hover{
	text-decoration:underline;
	}
.box	{
	padding: 12px;
	border: 1px solid #444;
	background: white;
	}
.content	{
	padding: 20px 20px 10px 25px
	}
.column1	{
	float:left;
	width: 525px;
	}
.column2	{
	float:right;
	width: 175px;
	}
.callout	{
	width: 415px;
	padding: 25px 150px 15px 25px;
	color: white;
	}
.callout	a{
	color: white;
	}
.callout2	{
	width: 415px;
	padding: 25px 20px 15px 25px;
	}
.features	{
	width: 177px;
	padding: 20px 10px 20px 17px;
	}
.footer	{
	padding: 70px 10px 10px 25px;
	font: 12px/1.33 Arial, Helvetica, sans-serif;
	}
.smalltext	{
		font: 11px/1.2 Arial, Helvetica, sans-serif;
	}
.margin_right	{
	padding-right: 12px;
	}