@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2a2a76;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
li {
list-style:none;
}


#wrapper {
	width:900px;
	text-align:left;
	margin:0 auto;
	border:solid;
	border-color:#CCCCCC;
}

.fl{ 
	float:left
}
.fr{
	float:right
}



/* header */
#header { 
	background:url(ImagesGraphics/Home/Banner.jpg); 
	height:273px; 
	position:relative
}
#header h1 {
	position:absolute;
	left:16px;
	top:20px;
	color:#000;
	width: 352px;
}
#header li{
	float:left; 
	padding:0 6px; 
}
#header ul{
	position:absolute;
	right:125px;
	top:342px;
	font-size:11px;
}


/* content */
#content  {
	overflow:hidden;
}
.side {
	background:url(ImagesGraphics/Home/RBknd.jpg) no-repeat; 
	width:451px;
}
.blurb {
	width:380px; 
	margin:150px 0 0 50px; 
	font-size:11px
}
.main h2 {
	font-size:24px; 
	text-align:left; 
	margin:20px 0
}
.mainin {
	padding:20px; 
	width:409px;
}


/* footer */
#footer{ 
	background:url(ImagesGraphics/Home/Spacer.png)
}
#copyright{ 
	width:250px; 
	height:50px; 
	padding:100px 0 0 150px;
	font-size:11px;
}
