/*SERVER SPECIFIC */
.active_image a:active, .active_image a:hover, .active_image a:visited, .active_image a:link, .active_image IMG {
	border: none;
}
div.story {
	min-height:100%;
}

html>body div.story {
	min-height:90px;
}
* html div.story {
	height:90px;
}
	
div.story #image {
	vertical-align:top;
	padding:4px 6px 0px 0px;;
	float:left;
}
div.story #main {
	font-size:large;
	width:220px;
	float:right;
}

div.story #main #title {
	font-size:0.65em;
	font-weight:bold;
}
div.story #main #body {
	clear:both;
	font-size:8pt;
	font-size:0.6em;
}


table.feature {
	min-height:100%;
	background-color:#c6d3d7;
}

html>body table.feature {
	min-height:90px;
}
* html table.feature {
	height:90px;
}

table.feature #header {
	background:white;
	font-size:1.2em;
	font-weight:bold;
}
	
table.feature #image {
	padding:0px;
	float:left;
	background-repeat:no-repeat;
	background-position: 0 100%;
	width:65px;
	height:95px;
	float:left;
}
table.feature #main {
	float:right;
	background-color:#c6d3d7;
}


table.feature #main #title {
	padding:4px 1px 0px 4px;
	font-size:1em;
	font-weight:normal;
}
table.feature #main #body {
	padding:0px 4px 0px 4px;
	clear:both;
	font-size:0.9em;
}



div.curvetabBL {
	/*background:url(/images/Corner_Blue_BotLeft.jpg);*/
	background-position:0% 100%;
	padding-left:20px;
	padding-right:10px;
}

div.curvetabTL {
	/*background:url(/images/Corner_Blue_TopLeft.jpg);*/
	background-position:0% 0%;
	padding-left:20px;
	padding-right:10px;
}
div.curvetabBR {
	/*background:url(/images/Corner_Blue_BR.jpg);*/
	background-position:100% 100%;
	padding-left:17px;
	padding-right:20px;
}

div.curvetabTR {
	/*background:url(/images/Corner_Blue_TR.jpg);*/
	background-position:100% 0%;
	padding-left:10px;
	padding-right:20px;
}
div.curvetabBL, div.curvetabTL, div.curvetabTR, div.curvetabBR {
	background-color:#336699;
	background-repeat:no-repeat;
	padding-top:2px;
	vertical-align:middle;
	text-align:left;
	padding-top:2px;
	float:left;
	font-weight:bold;
	color:white;
}
div.curvetabBL a:link, div.curvetabBL a:visited,
div.curvetabTL a:link, div.curvetabTL a:visited {
	color:white;
}

div.curvetabBL #image, div.curvetabTL #image {
	padding-left:5px;
	float:left;
	top:15%;
	position:relative;
	vertical-align:middle;
}