/* Home Styles */

p {
	margin-top: 8px;
}

#content {
	width: 951px;
	background-image: url(/homepage/images/home/bg.gif);
	background-repeat: repeat-x;
	background-color: #00557a;
}

.blockLeft {
	width: 50px;
	background-image: url(/homepage/images/home/blockLeft.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

.blockCenter {
	width: 850px;
	background-image: url(/homepage/images/home/block_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
	line-height: 15px;
}

.blockRight {
	width: 51px;
	background-image: url(/homepage/images/home/blockRight.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

.blockTopCenterLeft {
	width: 282px;
	height: 196px;
	float: left;
	padding-top: 0px;
}

.blockTopCenterCenter {
	width: 279px;
	height: 196px;
	float: left;
	padding: 0px 0px 0px 2px;
}

.blockTopCenterRight {
	width: 278px;
	height: 196px;
	float: right;
	padding: 0px 0px 0px 0px;
}

.blockBottomCenterLeft {
	width: 395px;
	float: left;
	padding: 15px 20px 10px 0px;
}

.blockBottomCenterCenter {
	width: 150px;
	float: left;
	padding: 15px 20px 10px 0px;
}

.blockBottomCenterRight {
	width: 240px;
	float: right;
	padding: 15px 20px 10px 0px;
}

.blockBottomCenterRight .date {
	font-weight: bold;
	font-size: 10px;
}

.blockBottomCenterRight ul {
	list-style-type: none;
	padding: 5px 0px 5px 5px;
	margin: 0;
}

.blockBottomCenterRight ul li {
	padding: 5px 0px 0px 15px;
	background-image: url(/homepage/images/home/icons/icon_small_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 18%;
}
/* HomeHeaders */
.titleH1 {
	line-height:28px;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:28px;
	color:#444;
}
.blockBottomCenterRight .titleH1 a,
.blockBottomCenterCenter .titleH1 a,
.blockBottomCenterLeft.titleH1 a {
	text-decoration:none;
	color:#444;
}
.titleH2 {
	line-height:25px;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:24px;
	color:#444;
}
.blockBottomCenterRight .titleH2 a,
.blockBottomCenterCenter .titleH2 a,
.blockBottomCenterLeft.titleH2 a {
	text-decoration:none;
	color:#444;
}
.homeH1 {
	margin-left:5px;
	margin-top:10px;
	line-height:21px;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000;
	overflow:hidden;
	width:120px;
/*	letter-spacing:-.02em;*/
}
.homeH2 {
	margin-left:5px;
	margin-top:5px;
	margin-bottom:3px;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:15px;
	line-height:16px;
	font-weight:bold;
	color:#000;
/*	letter-spacing:-.02em;*/
}
.homeH3 {
	margin-left:5px;
	margin-top:10px;
	line-height:18px;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	overflow:hidden;
	width:120px;
/*	letter-spacing:-.02em;*/
}
.homeH4 {
	margin-left:5px;
	margin-top:5px;
	margin-bottom:3px;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#000;
/*	letter-spacing:-.02em;*/
}
.red {
	color:#F00;
}
