#sidebarright {
	float: right;
	width: 230px; /* since this element is floated, a width must be given */
	background: #E3E3E3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* top and bottom padding create visual space within this div */
	margin: 0px 10px 0px 0px;
	
}

.srtop, .srbottom{
	display:block;
	background-color: #F9F9F9;	
}

.srtop *, .srbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#E3E3E3;
}

.sr1{margin: 0 5px}
.sr2{margin: 0 3px}
.sr3{margin: 0 2px}
.sr4{
margin: 0 1px;
height: 2px
}

.container {
	background:#CEB9BD;
	color:#000000;
	margin:1px 1px 3px 2px;
	width: 226px;
	background-color: #F9F9F9;
}

.container img{
	float: right;
	padding : 5px 10px 10px 5px;
}

.container p{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;	
}
.rtop, .rbottom{
	display:block;
	background-color: #E3E3E3;	
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#F9F9F9;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}
	

.topcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-right: 250px;
	margin-left: 130px;
	padding-top: 45px;
	background-image: url(../img/whitelogo2.gif);
	background-repeat: no-repeat;
	background-position: 120px 50px;
	width: 570px;
}


div.figure  {
	width:200px;
	margin:10px 0px 20px 10px;
	float: right;
}

.figure img {
	padding: 0px;
	width:200px;
	height:223px;
	display:block;
}

.figure p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background-color: #F5F5F5;
	border: none;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}

div.figure1  {
	width:200px;
	margin:10px 0px 0px 0px;
	float: left;
}

.figure1 img {
	padding: 0px;
	width:200px;
	height:244px;
	display:block;
}

.figure1 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background-color: #F5F5F5;
	border: none;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}

.contentlist {
	width:330px;
	list-style-type: none;
	display: block;

}
.contentlist li{
		margin-bottom: 5px;
}




.contentlist a {
	list-style: none;
	background-image: url(../img/whitebutton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 25px;
	padding-bottom: 7px;
	padding-top: 1px;
	display:inline;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* Hides from IE5-mac \*/
* html .contentlist a {height: 1px;}
/* End hide from IE5-mac */ 




.contentlist a:hover{
	background:url(../img/bluebutton.gif) no-repeat;
	background-position: 0px 0px;
	color: #627EB7;	

}
