#home_flash {
	float: left;
	margin-top: 7px;
}

.home_border_top, .home_border_middle, .home_border_bottom {
	clear: left;
	float: left;
}

.home_border_top {
	background: url(../images/b_home_bgwhite_top.jpg) top left no-repeat;
	width: 600px;
	height: 5px;
	margin-top: 1px;
}

.home_border_middle {
	background: url(../images/b_home_bgwhite_middle.jpg) top left repeat-y;
	width: 600px;
}

.home_border_bottom {
	background: url(../images/b_home_bgwhite_bottom.jpg) top left no-repeat;
	width: 600px;
	height: 5px;
	margin-bottom: 7px;
}

h2.homepage {
	font-size: 3px;
	margin-top: -8px;
	height: 20px;
	width: 322px;
	padding-bottom: 11px;
}

h2.homepage span {
	background: url(../images/home_logo_new.jpg) top left no-repeat;
	height: 20px;
	width: 332px;
	position: absolute;
}

#column1, #column2, #column3 {
	float: left;
	width: 182px;
	font-size: 11px;
	line-height: 1.2em;
	padding-right: 10px;
	padding-bottom: 0.6em;
	margin-top: -1.4em;
}

#column1 p, #column2 p, #column3 p {
	padding-top: 1.2em;
}

div#right {
	margin-top: 7px;
	margin-bottom: 7px;
	float: right;
}

div#box_links {
	position: absolute;
	top: 224px;
	left: 601px;
}

a#right_box_1, a#right_box_2 {
	display: block;
	width: 189px;
	color: #000;
	text-decoration: none; 
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 100px 0 12px 10px;
}

a#right_box_1, div#div_right_box_1  {
	background: url(../images/home_right_1_small.jpg) top left no-repeat;
}

a#right_box_2, div#div_right_box_2 {
	background: url(../images/home_right_2_small.jpg) top left no-repeat;
}

a#right_box_2 {
	margin-top: 6px;
}

a#right_box_1:hover, a#right_box_2:hover {
	color: #fff;
}

div#div_right_box_1 {
	background: url(../images/home_right_1_small_hover.jpg) top left no-repeat;
}

div#div_right_box_2 {
	background: url(../images/home_right_2_small_hover.jpg) top left no-repeat;
}

a#right_box_1:hover, a#right_box_2:hover {
	background: transparent;
}

/****** NEWS ITEMS ******/

div#news_shorts {
	width: 199px;
	margin-left: 1px;
	margin-top: 1px;
}

#news_shorts a.news_links {
	background: url(../images/home_news_button_test.jpg) top left no-repeat;
	width: 180px;
	height: 33px;
	padding: 7px 9px 0 10px;
	font-size: 11px;
	line-height: 1.2em;
	text-decoration: none;
	color: #000;
	display: block;
}

#news_shorts a:hover {
	text-decoration: underline;
}

.news_info_preview {
	width: 197px;
	height: 87px;
	background-color: #f8f8f8;
	font-size: 11px;
	line-height: 1.2em;
	border-right: #C9CACC 1px solid;
	border-left: #C9CACC 1px solid;
	border-bottom: #C9CACC 1px solid;
}

.news_info_preview a {
	text-decoration: none;
	font-size: 11px;
	color: #000;
}

.news_info_preview a .news_date {
	padding-bottom: 0.25em;
	font-weight: bold;
	padding: 9px 0 0.2em 10px;
}

.news_info_preview a span {
	display: block;
	padding: 0 10px 0 10px;
}

.news_info_preview a .readmore {
	font-size: 12px;
	padding: 0.25em 10px 5px 10px;
	color: #6F6F6F;
}

.news_info_preview a:hover .readmore {
	text-decoration: underline;
	color: #000;
}