#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 1px 2px;
	width: 226px;
	background-color: #F9F9F9;
	
}

.container img{
	padding : 0px 15px 0px 18px;
	/*width:auto;
	height:auto;*/
}

.container p{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 10px 5px 10px;	
}
.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 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: 260px;
	margin-left: 130px;
	padding-top: 50px;
	background-image: url(../img/whitelogo2.gif);
	background-repeat: no-repeat;
	background-position: 120px 50px;
	
}

.toptext{
	margin: 20px 0px 40px 0px;
	display: block;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

	
.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
}

.image {
	/*width:auto;
	height:auto;*/
	padding: 10px 20px 20px 0px;
	float: left;
	display: block;
	
}

.contentlist {
	width:550px;
	list-style-type: none;
	
}
.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: block;
	text-align: left;
	font-family: Verdana, 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;	
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}



a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660033;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #003366;
}

#minheight{
	float:right;
	height:620px;
}
