@charset "utf-8";
/* CSS Document */

body {
	background: #444444;
	font: 10pt Verdana;
	color: #4B4B4B;
}
img {
	border: 0;
}
.center {
	margin: auto;
	text-align: center;
}

h1 {
	font-size: 12pt;
	color: #003366;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	color: #003366;
	font-weight: bold;
}

a {
	color: #002157;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
	padding-left: 15px;
	margin: 0px;
}

li {
	color: #FF0000;
	background: url('images/arrow.gif') top left no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
	background-position: 0px 3px; 
}

ul.archives li, ul.archives a{
	padding-bottom: 0;
	font-weight: normal;
}

.li-desc {
	color: #4B4B4B;
}
.li-desc a {
	font-weight: normal;
}

#sponsors-content {
	width: 100%;
	text-align: center;
	border: 0;
}

#sponsors-content td, #rc-comm td, #iptf td {
	padding-bottom: 25px;
}

.full-width {
	width: 100%;
}

#sb-sponsors {
	font-weight: bold;
	font-size: 9pt;
}

/* ---------- Layout Divs */
#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -503px;
	width: 1006px;
	min-height: 600px;
	margin-bottom: -8px;
	background: url('images/bg.png');
}
#contentwrap{
	position: absolute;
	top: 126px; left: 0;
	width: 1006px;
}
#sidebar {
	margin-top: 128px;
	width: 228px;
	float: left;
}
#content {
	margin-top: 155px;
	float: right;
	width: 676px;
	padding-right: 70px;
}

#left-column {
	float: left;
	width: 320px;
}

#right-column {
	float: right;
	width: 320px;
}

#footer{
	clear:both;
	background: url('images/footer.png');
	height: 25px;
	width: 1006px;
	z-index: 1000;
}
/* ---------- Navigation */
#nav {
	position: absolute;
	top: 96px;
	left: 415px;
	width: 508px;
	height: 26px;
	padding: 0;
	z-index: 1000;
}
#home {
	background: url('images/nav-home-b.png') top left no-repeat;
	display: inline-block;
	width: 85px;
	height: 26px;
	overflow: hidden;
	margin: 0; padding: 0;
}
#home:hover {
	background: url('images/nav-home-s.png') top left no-repeat;	
}
#features {
	background: url('images/nav-features-b.png') top left no-repeat;
	display: inline-block;
	width: 85px;
	height: 26px;
	overflow: hidden;
	margin: 0; padding: 0;
}
#features:hover {
	background: url('images/nav-features-s.png') top left no-repeat;	
}
#calendar {
	background: url('images/nav-calendar-b.png') top left no-repeat;
	display: inline-block;
	width: 84px;
	height: 26px;
	overflow: hidden;
	margin:0; padding: 0;
}
#calendar:hover {
	background: url('images/nav-calendar-s.png') top left no-repeat;	
}
#archives {
	background: url('images/nav-archives-b.png') top left no-repeat;
	display: inline-block;
	width: 85px;
	height: 26px;
	overflow: hidden;
	margin:0; padding: 0;
}
#archives:hover {
	background: url('images/nav-archives-s.png') top left no-repeat;	
}
#sponsors {
	background: url('images/nav-sponsors-b.png') top left no-repeat;
	display: inline-block;
	width: 84px;
	height: 26px;
	overflow: hidden;
	margin:0; padding: 0;
}
#sponsors:hover {
	background: url('images/nav-sponsors-s.png') top left no-repeat;	
}
#contact {
	background: url('images/nav-contact-b.png') top left no-repeat;
	display: inline-block;
	width: 85px;
	height: 26px;
	overflow: hidden;
	margin:0; padding: 0;
}
#contact:hover {
	background: url('images/nav-contact-s.png') top left no-repeat;	
}