@charset "utf-8";
/* CSS Document */
body {
	background: #444444;
	font: 12px Verdana, Geneva, Tahoma, sans-serif;
	color: #333;
	line-height: 1.3;
}
img {
	border: 0;
}
.center {
	margin: auto;
	text-align: center;
}

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

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

a:hover {
	text-decoration: underline;
}

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

li {
	color: #FF0000;
	background: url('images/arrow.png') 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-menu {
	margin-top:80px;
	font-weight: normal;
	font-size: 9pt;
}
#sb-menu a {
	width:132px; height:36px;
}
#nav-home {
	background:url("images/navhome.png");
	width:132px; height:36px;
}
#nav-home:hover {
	background:url("images/navhomehov.png");
}
#nav-nf {
	background:url("images/navnf.png");
	width:132px; height:36px;
}
#nav-nf:hover {
	background:url("images/navnfhov.png");
}
#nav-sc {
	background:url("images/navsc.png");
	width:132px; height:36px;
}
#nav-sc:hover {
	background:url("images/navschov.png");
}
#nav-lib {
	background:url("images/navlib.png");
	width:132px; height:36px;
}
#nav-lib:hover {
	background:url("images/navlibhov.png");
}
#nav-rec {
	background:url("images/navrec.png");
	width:132px; height:36px;
}
#nav-rec:hover {
	background:url("images/navrechov.png");
}
#nav-web {
	background:url("images/navweb.png");
	width:132px; height:36px;
}
#nav-web:hover {
	background:url("images/navwebhov.png");
}
#nav-bench {
	background:url("images/navbench.png");
	width:132px; height:36px;
}
#nav-bench:hover {
	background:url("images/navbenchhov.png");
}
#nav-dl {
	background:url("images/navdl.png");
	width:132px; height:36px;
}
#nav-dl:hover {
	background:url("images/navdlhov.png");
}
/* ---------- Layout Divs */
#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -503px;
	width: 1006px;
	min-height: 600px;
	margin-bottom: -8px;
	background-image: url('images/bg.png');
}
#contentwrap{
	position: absolute;
	top: 126px; left: 0;
	width: 1006px;
}
#sidebar {
	margin-top: 128px;
	width: 228px;
	float: left;
}
#content {
	float: right;
	width: 676px;
	padding-right: 53px;
}

#left-column {
	float: left;
	margin-left: -4px;
	width: 451px;
}

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

#footer{
	clear:both;
	background: url('images/footer.png');
	height: 25px;
	width: 1006px;
	z-index: 1000;
}
.rightcolbg {
	background: url('images/rightcolbg.jpg') no-repeat;
	padding:20px;
}


#I-banner {
	width: 901px;
	margin-left: 55px;
	margin-top: -4px;
	height: 133px;
	border-width: 0px;
	margin-bottom: -1px;
	background-color: transparent;
}
#I2 {
	height: 447px;
	width: 166px;
	margin-left: 54px;
	float: left;
}






