#leftcontent {
	width: 365px;
	float: left;
}

#wh {
	width: 353px;
	margin: 40px 0 15px 0;
	color: #000;
	text-align: left; 
	padding: 5px;
	border: 1px solid #000;
	background-color:#E1F0F0
}

/* Tan Box Model Hack */
* html #wh {
   width: 365px;
   w\idth: 353px;
}

#rightcontent {
	float: right;
	padding: 0;
}

/*.rboxtitle {
	width: 140px;
	text-align: center; 
	margin: 2px 0 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0px;
	background-color:#ccc;
	color: #000;
}*/

.rboxtitle a {
	display: block;
	width: 140px;
	padding: 5px;
	border: 1px solid #000000;
	border-bottom: 0;
	background-color:#ccc;
	text-align: center;
	text-decoration: none;
}

/* Tan Box Model Hack */
* html .rboxtitle {
   width: 152px;
   w\idth: 140px;
}

.rboxtitle a:link, .rboxtitle a:visited {
    color: #000;
    text-decoration: none;
}

.rboxtitle a:hover, .rboxtitle a:active {
    background-color: #ddd;
	color: #000;
    text-decoration: none;
}

.rboxcontent {
	width: 140px;
	margin: 0 0 15px 0;
	font: 12px trebuchet ms, verdana, arial, helvetica, sans-serif;
	color: #000;
	text-align: left; 
	padding: 5px 5px 0 5px;
	border: 1px solid #000;
	border-top: 1px dashed #ccc;
	background-color:#ddd;
}

/* Tan Box Model Hack */
* html .rboxcontent {
   width: 152px;
   w\idth: 140px;
}

.rboxcontent a:visited {
    color: #066;
	text-decoration: underline;
}

.rboxcontent a:hover {
    color: #c96;
	text-decoration: underline;
}

#logo {
	width: 350px;
	margin-top: 50px;
	clear: all;
}

#breadcrumbs {
	display: none;
}

p {
	margin-top: 5px
}