

body, table {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1D71A5;
	background-color: #ffffff;
}

a {
	color: #1D71A5;
}

.sidebox {
	margin: 0 auto; /* center for now */
	width: 196px; 
	background: url(/media/documents/images/box_body_right.jpg) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(/media/documents/images/box_head_right.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead h2 {
	background: url(/media/documents/images/box_head_left.jpg) no-repeat top left;
	margin: 0;
	padding: 12px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 12px; 
}
.boxbody {
	background: url(/media/documents/images/box_body_left.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 12px 31px;
	font-size: 12px;
}

#top_menu a {
	text-decoration: none;
}

#home_main {
	width: 800px;
	height: 319px;
	background: url(/media/documents/images/homepage_document2_800x319.jpg) no-repeat top left;
}

#search_box {
	width: 120px;
	height: 24px;
	border:1px solid gray;
	color: #666666;
	font-size: 12px;
	vertical-align: middle;
}

#form_sb_first {
	width: 247px;
	height: 39px;
	color: gray;
	background: url(/media/documents/images/sb_first_247x39.jpg) no-repeat top left;
}

#form_sb_active_step {
	width: 247px;
	height: 29px;
	color: black;
	background: url(/media/documents/images/sb_active_step_247x29.jpg) no-repeat top left;
}

#form_sb_step {
	width: 247px;
	height: 37px;
	color: gray;
	background: url(/media/documents/images/sb_step_247x32.jpg) repeat-y top left;
}

#form_sb_last {
	width: 247px;
	height: 39px;
	color: gray;
	background: url(/media/documents/images/sb_last_247x39.jpg) no-repeat top left;
}




