
/* ---------- HOME PAGE */

body{
	font-size:86%; 
	font-family:arial,Sans-Serif;
	margin:0px;
	width:771px;
}


/* ---------- Top banner */
.topbanner{
	background-image:url(images/cruf_background1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:130px;
}

.logo{margin:8px 0px 8px 0px;}

/* ---------- Main body */

.left{float:left; width: 576px; margin:0px;}

.main{
	border-top:solid 1px #A8B1B8;
	margin-top:0;
	padding:10px;
	font-size:.9em;
}

h1{color:#558FB3; font-size:1.6em; margin:5px 0px; font-weight:normal;}

/* ---------- RHS */

.right{float;left; margin:0px; padding:0px;}

.rhs {
	background-color:#5B92B5;
	background-image: url(images/cruf_background_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:176px;
	padding:8px;
	color:#ffffff;
	font-size:.9em;
	float:left;
}

.fade{
	background-image: url(images/fade.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:192px;
	height:142px;
	float:left;
}

h2{font-size:1.3em; margin-bottom:0px;}
.subtitle{color:#558FB3; margin-bottom:15px;font-size:1.6em; font-weight:normal;}

ul{
list-style-image: url(images/bullet.gif); margin-top:0px; margin-bottom:0px; margin-left:-25px; _margin-left:18px; color:#ffffff;
}

*:first-child+html ul {padding: 5px 0 5px 44px;}

li.contact{list-style-image: url(images/email.gif); margin-left:7px; _margin-left:-1px;}
li.contact2{list-style-image: url(images/phone.gif); margin-left:5px; _margin-left:0px;}

*:first-child+html li.contact {padding: 0;}
*:first-child+html li.contact2 {padding: 0;}

a{text-decoration:underline; color:#ffffff;}
a:link{text-decoration:underline; color:#ffffff;}
a:hover{text-decoration:underline; color:#ffffff;}

a.test{text-decoration:none; color:#000;}
a.test:link{text-decoration:none; color:#000;}
a.test:hover{text-decoration:underline; color:#000;}

a.forum{text-decoration:none; color:#558fb3;}
a.forum:link{text-decoration:none; color:#558fb3;}
a.forum:hover{text-decoration:underline; color:#558fb3;}


.forumbox{
	float:left;
	width:120px;
	padding:5px;
	margin-right:8px;
	border:solid 1px #558fb3;
	height:30px;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

.forumboxright{
	float:left;
	width:120px;
	padding:5px;
	border:solid 1px #558fb3;
	height:30px;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}