
body {
	background-color: #ffffff;
	background-image: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

#wrap {
	width: 640px;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

#container,
.content_background,
.content_inside {
	width: 100%;
	padding: 0px;
}

.cb_box {
	padding-top: 15px;
	clear: both;
}

.cb_title {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

.welcome_title {
	width: 400px;
	height: 61px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	line-height: 20px;
}

.welcome_content {
	width: 400px;
	float: left;
	padding:  0px;
	font-size: 13px;
}

.welcome_search {
	width: 228px;
	float: right;
	padding: 2px 0px 0px 0px;
	font-size: 13px;
	line-height: 14px;
}

.welcome_search_text {
	border: 1px solid #999999;
	font-size: 12px;
	color: #cccccc;
	background-image: url(../images/bg_search_text.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	width: 216px;
	height: 20px;
	padding: 2px 0px 0px 6px;
	text-align: left;
}

#printheader {
	width: 100%;
	height: 130px;
}

#printfooter {
	padding-top: 20px;
	font-size: 11px;
}

#wrap_left,
#wrap_right,
#header,
#quicklinks,
#navigation,
#breadcrumbs,
.button,
#bottom,
#footer {
	display: none;
	visibility: hidden;
}


