.topcontent {
	color: #333333;
	margin-right: 0px;
	margin-left: 120px;
	padding-top: 45px;
	height: 550px;
	
}

#midcontent {
	color: #333333;
	margin: 0px 0px 0px 120px;
	padding-top: 0px;
	height: 565px;
}

#sidebarright {
	float: right;
	width: 320px; /* 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 20px 10px 0px;
	display: inline;
	
	
}

.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: 316px;
	background-color: #F9F9F9;
	background-image: url(../img/whitelogothumb.gif);
	background-repeat: no-repeat;
	background-position: 60px 200px;
}

.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
}

#content{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	position: relative;
	width: 480px;
	display: block;
	margin-top: 20px;
	float: left;
	
}



.image {
	z-index:-1;
	margin: 20px 0px 0px 70px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.image2 {
	z-index:-1;
	margin: 20px 0px 0px 70px;
	
}

#text {
	position:absolute;
	left: -10px;
	top: 70px;
	width:200px;
	height:auto;
	background:#fff;
	padding:10px;
	/* for IE */
  	filter:alpha(opacity=70);
	/* CSS3 standard */
  	opacity:0.7;
	/* for Mozilla */
  	-moz-opacity:0.7;
	display:inline;
	border:1px solid #000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	
}

.list {
	width: 190px;
	display: block;
	padding-left: 0px;
	height: auto;
}

.list li {
	list-style: none;
	background-image: url(../img/bluebutton1.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-bottom: 1px;
	padding: 5px 0px 5px 25px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	
}
