@charset "UTF-8";
/* ============================================================================================== */
/*

	Mitchell Swaback Charities (MSC) - CSS Stylesheet
	Title:		site.css
	Media:		Screen
	Author:		Stephen J. Withington, Jr. (steve [at] ignition-studio [dot] com)
	Version:	20090929.01

*/
/* ============================================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, ins, form, fieldset, label, legend, ol, ul, li, dl, dt, dd, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
}
/* ============================================================================================== */
/*		GLOBAL LINK EFFECTS			*/
/* ============================================================================================== */
a img { 
	border: none; 
}
a, a:link, a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
a:hover
, a:focus
, a:active
, a.current
, a.current:hover
, a.current:visited
, a.current:active
, a.current:focus {
	color: #999999;
}

/* ============================================================================================== */
/*		GLOBAL PARAGRAPH and HEADING EFFECTS			*/
/* ============================================================================================== */
h2 a { display: none; }

/* ============================================================================================== */
/*		GLOBAL FORM FIELDS		*/
/* ============================================================================================== */
select, input, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
/* ============================================================================================== */
/*		GLOBAL CLASSES		*/
/* ============================================================================================== */
.linkHeader a {
	font-size: larger;
	font-weight: bold;
	color: #999999;
}
.linkHeader a:hover {
	color: #999999;
}
.fltrt { 
	float: right;
	margin-left: 5px;
}
.fltlft { 
	float: left;
	margin-right: 5px;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.red {
	color: #990000;
}
.smalltxt {
	font-size: 90%;
}
.morespace {
	padding: 5px;
}
.altTableRow
, tr.altTableRow td {
	background-color: #f3f3f3; /* #C8BBDB #F3F3F3 */
}
.tableHeader
, tr.tableHeader td {
	background-color: #F8F8F8;
	font-weight: bold;
	text-align: center;
}
.larger {
	font-size: 2em;
}
.extraLarge {
	font-size: 3em;
}
/* ============================================================================================== */
/*		DIV LAYER PROPERTIES		*/
/* ============================================================================================== */
#outerContainer {
	width: auto;
	text-align: left;
	top: auto;
	background-color: #ffffff;
}
#innerContainer {
	clear: both;
	width: auto;
	background-color: #ffffff; /* footer background */
}
/* ============================================================================================== */
/*		CONTENT		*/
/* ============================================================================================== */
#contentOuterWrapper {
	clear: both;
	width: auto;
	background: none;
}
/* header */
#contentTopWrapper {
	clear: both;
	width: auto;
	background: none;
}
#logo {
	display: none;
}
#logo img.logo {
	display: none;
}
#printHeader {
	display: block;
	clear: both;
	width: 100%;
	border-bottom: 1px dashed #666666;
	padding: 10px;
	margin-bottom: 10px;
}


/* ============================================================================================== */
/*		BODY		*/
/* ============================================================================================== */
#contentBodyWrapper {
	clear: both;
	display: block;
	width: auto;
}
#contentBodyMain {
	clear: both;
	display: block;
	width: auto;
}
#contentBodyMain h2 a, #contentBodyMain h2 a:link {
	font-size: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}
/* CONTENT RIGHT COLUMN ******************************/
#contentRightWrapper {
	display: none;
}

/* CONTENT BOTTOM ************************************/
#contentBottomWrapper {
	display: none;
}
#contentBottom {
	display: none;
}

/* ============================================================================================== */
/*		TOPNAV		*/
/* ============================================================================================== */
#topNavWrapper {
	display: none;
}
#topNav {
	display: none;
}

/* ============================================================================================== */
/*		BREADCRUMBS		*/
/* ============================================================================================== */
#breadcrumbsWrapper {
	display: none;
}
#breadcrumbs {
	display: none;
}


/* ============================================================================================== */
/*		SUBNAV			*/
/* ============================================================================================== */
#subNav {
	display: none;
}

/* ============================================================================================== */
/*		FOOTER		*/
/* ============================================================================================== */
#footerOuterWrapper {
	display: none;
}
#footerInnerWrapper {
	display: none;
}
#footerBody {
	display: none;
}
.footerColumn {
	display: none;
}
#copyright {
	clear: both;
	display: block;
	width: auto;
	padding: 10px;
	margin-top: 10px;
	border-top: 1px dashed #666666;
}
#copyright p {
	color: #000000;
}
/* ============================================================================================== */
/*		SITE MAP		*/
/* ============================================================================================== */
#svSiteMap a
, #svSiteMap li.home a {
	display: block;
	padding: 3px 0;
	border-top: 1px dashed #999999;
}
#svSiteMap a:hover {
	background: #F3F3F3;
}
#svSiteMap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#svSiteMap ul li {
	padding: 0;
	margin: 0;
}
#svSiteMap ul ul li {
	padding: 0 0 0 20px;
}

/* ============================================================================================== */
/*		PORTALS		*/
/* ============================================================================================== */
#svPortal dl {
	border-top: 1px dashed #666666;
	padding: 5px 0;
	margin: 5px 0;
}
#svPortal dl dt {
	font-size: 1.5em;
}
#svPortal .readMore {
	display: none;
}
