h1 {
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #000080;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #000080;
	line-height: 1em;
}
.CoreMessage{
	color:#999999;
	font-size: 1.4em;
	line-height: 20px;
	}
.homeblock {
	margin-right: 210px;
	border: 1px;
}

.leftimage leftblock {
	margin: 5px;
	float: left;
}

.rightimage rightblock {
	margin: 5px;
	float: right;
}

.newsblock {
	width: 200px;
	height: 100%;
	border: 0px;
	margin: 0;
	display: block;
	float: right;
	border-style: solid;
	background-color: #EFEFEF;
}

.newspagerow {
	width: auto;
	border: 1px;
	margin: 4px;
	height: 120px;
	border-style: solid;
	background: transparent url(../images/bk/brd_rightborder_detail.gif)
		repeat-y scroll right top;
	display: block;
}

.miniblock {
	width: 100%;
	height:100%;
	min-height: 180px;
	margin: 5px;
	border: 1px solid #778;
	position: relative;
	display: block;
}
.miniblockhead {
	border-bottom: 1px solid #778;
	color: #777;
	background: white url(../images/tabs/shade.gif) top left repeat-x;
	font: bold 10px Century Gothic, Verdana;
	line-height: 20px;
	padding-left: 3px;	
}
.miniblockbody{
	padding:3px;
	}
	
td{ /*IE Hack for tabs*/
	font-size: 9pt;
	line-height: 1.5em
}
#searchcontainer{
	background: transparent url(../images/spiralin.gif) top right;
	height:100%;
	}
#searchbox{
	border-color:#AAA;
	border-style: solid; 
	border-width: 1px 1px 1px 1px;
	float: right;
	height:14px;
	vertical-align: middle;
	padding:0px;
	margin:5px;
	height:18px;
	
	}
#searchfield{
	border:none;
	font-size:10px;
	width:130px;
	text-align: right;
	float:left;
	}
#searchbutton{
	height: 16px;
	width:16px;
	margin:0px;
	float:left;
	border:none;
	}


a{
	color: #719AC3;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


<![if !IE 6]>
.fullblock {
	width: 100%;
}

.shiftcontainer {
	position: relative;
	left: 7px; /*Number should match -left shadow depth below*/
	top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer {
	width: 100%; /* container width*/
	background: transparent url(../images/bk/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv { 
	/* Add container height here if desired */
	background-color: white;
	border: 1px solid gray;
	padding: 6px;
	position: relative;
	width:100%;
	left: -7px; /*shadow depth*/
	top: -7px; /*shadow depth*/
}
<![endif]>


