/* CSS Document */

body {
	background-image:url(/images/background.JPG);
	background-repeat:repeat-x;
	background-color: #b1b1b1;
	text-align: center;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
} 
#wrapper {
	text-align: left;  
	width:1028px;
	margin-left: auto; 
	margin-right: auto;
	margin-top:30px;
	background-color:#FFFFFF;
} 

#header {
	width:980px; 
	height:24px;
	padding:8px 24px;
	text-align:right;
	font-size:12px;
	float:right:
} 
#header a:link, #header a:visited { 
	color: #000; 
	text-decoration:none;
} 
#header a:hover { 
	text-decoration:underline; 
	color: #000;
} 
#search {
	width:180px; 
	height:24px;
}
#logo {
	float:left;
	width:722px;
	height:180px;
	background-image:url(/images/logo.JPG);
	background-repeat:no-repeat;
margin-left:24px;
}

#banner {
	float:right;
	width:258px;
	height:180px;
margin-right:24px;
}
#nav {
	width:1008px; 
	height:22px;
	padding:10px;
	float:left;
	background-image:url(/images/nav.JPG);
	background-repeat:repeat-x;
	margin-bottom:10px;
}
#maincontent {
	width:976px;
	margin-left:24px;
	margin-right:24px;
}
#content {
	width:710px;
	float:left;
	padding:10px;
}
#followoncontent {
	width:976px;
	min-height:330px;
	float:left;
	padding:10px;
}
#rhinocontent {
	background-image:url(/images/bubble.JPG);
	background-repeat:no-repeat;
	background-position:bottom;
	width:976px;
	min-height:330px;
	float:left;
	padding:10px;
}
#breadcrumb {
	width:520px;
	float:right;
	text-align:right;
	font-size:10px;
	font-color:#a2210b;
}
#redbox1{
	background-image:url(/images/redbox1.JPG);
	background-repeat:no-repeat;
	width:216px;
	height:118px;
	padding:30px 10px 10px;
	float:right;
	margin-bottom:10px;
}
#boxes{
	width:980px;
	height:158px;
	margin-bottom:24px;
	clear:both;
}
#box1 {
	background-image:url(/images/box1.JPG);
	background-repeat:no-repeat;
	width:216px;
	height:123px;
	padding:25px 10px 10px;
	margin-right:10px;
	float:left;
	line-height:16px;
}
#box2 {
	background-image:url(/images/box2.JPG);
	background-repeat:no-repeat;
	width:217px;
	height:113px;
	padding:35px 10px 10px;
	margin-right:10px;
	float:left;
	line-height:16px;
}
#box3 {
	background-image:url(/images/box3.JPG);
	background-repeat:no-repeat;
	width:237px;
	height:158px;
	float:left;
	line-height:16px;
}
#box3-heading {
	width:214px;
	height:15px;
	padding:5px 13px 0;
	float:left;
	line-height:16px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
#box3-content {
	width:217px;
	height:113px;
	padding:15px 10px 10px;
	float:left;
	line-height:16px;
}
#redbox2 {
	background-image:url(/images/redbox2.JPG);
	background-repeat:no-repeat;
	width:226px;
	height:118px;
	padding:30px 5px 10px;
	float:right;
}
#footer {
	background-image:url(/images/footer.JPG);
	width:968px;
	height:103px;
	font-size:11px;
	padding:10px 28px 30px;
	clear:both;
} 
#footer a:link, #footer a:visited { 
	color: #000; 
	text-decoration:underline;
	cursor:pointer;
} 
#footer a:hover { 
	text-decoration:none; 
	color: #000;
	cursor:pointer;
}
#details{
	width:970px;
	height:80px;
}
#contactinfo{
	width:250px;
	height:80px;
	float:left;
	font-size:11px;
}
#sponsors{
	background-image:url(/images/allsponsors.JPG);
	background-repeat:no-repeat;
	width:698px;
	height:73px;
	float:right;
}
.copyright {
	float:left;
	text-align:left;
	width:380px;
	padding-left:5px;
	padding-top:12px;
}
.site-info {
	float:right;
	width:450px;
	text-align:right;
	padding-left:12px;
	padding-top:12px;
}
H1 {
	color: #000000; 
	font-size: 16px;
	font-weight: bold;
} 
H2 {
	color: #a2210b; 
	font-size: 14px;
	font-weight: bold;
} 
H3 {
	color: #a2210b; 
	font-size: 12px;
	font-weight: bold;
} 
H4 {
	color: #000000; 
	font-size: 12px;
	font-weight: bold;
} 
a:link, a:visited { 
	color: #a2210b; 
	text-decoration: none;
	cursor:pointer;
} 
a:hover { 
	text-decoration: underline; 
	color: #a2210b;
	cursor:pointer;
} 
.nav {
	color:#fff;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	cursor:pointer;
	padding-left:10px;
}
.nav-on {
	color:#fff;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	text-decoration: underline; 
	cursor:pointer;
	padding-left:10px;
}