body {
background-image: url(../images/R&S-2011-web-background.jpg);
background-position: left;
background-repeat: repeat;
	font: normal 12px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	margin:0;
	}

h1 {
	color: #005dac;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	}
	
h2 {
	color: #6c2c00;
	font-size: 14px;
	line-height:20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}

h3 {
	color: #bb3a60;
	font-size: 14px;
	line-height:16px;
	font-weight: normal;
	margin: 5px 0 10px 0;
	}

a:link, a:visited {
	color:#005dac;
	text-decoration: none;
	}

a:hover, a:active {
	color: #005dac;
	}


p
{	padding:0px 320px 0px 0px;
margin:0px;
}
	
#background
{
position:fixed;
top:0;
width:100%;

}


#container {
	background-color: #FFF;
	margin:20px auto;
	width: 835px;
	padding:10px 10px 10px 10px ;
	
	
}

#linkList 
{
	float:left;
	width: 240px;
	margin-right:20px;
	background-color:#FFFFFF;
	margin-bottom:85px;
	
}

#linkList h1 
{	font-size:14px;
	color:#FFFFFF;
	background-color:#005dac;
	width: 230px;
	padding:5px;
	font-weight:bold;
	margin:0px;
}


#linkList ul 
{
	margin: 0;
	padding:5px;
	list-style: none;
}

#linkList li
	 {	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFf;
	color:#000;
	line-height:25px;
	}


#linkList a:link, #linkList a:visited {
	font-size: 11px;
	color:  #005dac;
	font-weight:bold;
	}

#linkList a:hover, #linkList a:active {
		text-decoration:underline;}
	
	

#rightbox
{ float:right;
width:270px;
padding-right:15px;
margin-top:0px;

}

#img a
{	border: #FFFFFF 0px;
text-decoration:none;
}

#footer {
		text-align:center;
}

#footer a:link, #footer a:visited {
	text-transform: uppercase;
	color: #990000;
	}

#footer a:hover, #footer a:active {
	color: #18d;
	background: #fff;
	}


