﻿body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	height:100%;
	margin:0;
}
.title-With-Background 
{ 
	background-color:#ffffff;
}
.masterContent
{
/*	height:100%;*/
}
.mainFooter
{
	background-color:#3564AD;
	height:25px;
	width:100%;
	text-align:center;
	line-height:25px;
	vertical-align:middle;
	font-size:70%;
	color:#ffffff;
}

.splashFrame {
	width: 786px;
	margin: 20px auto;
}

.splashFrame .cell {
	float: left;
	width: 250px;
	height: 210px;
	border: 2px #808080 solid;
	margin: 4px;
	position: relative;
	overflow: hidden;
	background-color: #99adcd;
}

.splashFrame img.cellImage {
	width: 250px;
	height: 210px;
	border: none;
}

.subFrame {
	width: 700px;
	margin: 20px auto;
}

.subFrame .subcell {
	float: left;
	width: 180px;
	height: 30px;
	border: 0px #808080 solid;
	margin: 4px;
	position: relative;
	overflow: hidden;
	background-color: #5B88C3;
	text-align: center;
	color: #FFFFFF;
}

.subFrame a:link { 
	color: #5B88C3;
	font-weight:bolder;
	vertical-align:middle; 
}

.subFrame a:visited { 
	color: #5B88C3;
	font-weight:bolder; 
	vertical-align:middle; 

}

.subFrame a:hover { 
	color: #5B88C3;
	font-weight:bolder; 
	vertical-align:middle; 

}

.subFrame a:active { 
	color: #5B88C3;
	font-weight:bolder; 
	vertical-align:middle; 

}


.subFrame .subcell a:link { 
	color: #FFFFFF;
	font-weight:bolder; 
}

.subFrame .subcell a:visited { 
	color: #FFFFFF;
	font-weight:bolder; 
}

.subFrame .subcell a:hover { 
	color: #FFFFFF;
	font-weight:bolder; 
}

.subFrame .subcell a:active { 
	color: #FFFFFF;
	font-weight:bolder; 
}


.subFrame .subimgcell {
	float: left;
	width: 180px;
	height: 100px;
	border: 0px #808080 solid;
	margin: 4px;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	text-align:center;
}

.subFrame img.subcellimg {
	width: 180px;
	height: 100px;
	border: none;
}

/* Coextant, jnue 6, 2010 */
/***** SharePoint 2010 HACK - spacing list on homepage ****/
.dfwp-item .item, .item.link-item {
	padding: 0;
}

