html, body, #page {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #page {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Arial, sans-serif;
}

#page {
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #ccffcc;
	width: 100%;
	text-align: center;
}

#contents {
	margin-bottom: 4em;
	height: auto;
	top: 0;
	left: 0;
}

.MSFooter_Text{
	background-image:url(../images/footer_background.gif);
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.MSFooter_Link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0000FF;
}

.MSFooter_Link:Hover{ 
	color:#FF6600;
}

.MSFooter_Space{
	background-image:url(../images/footer_background.gif);
	background-repeat: repeat-y;
	height: 2px;
}

.MSFooter_Logo_Background{
	background-image:url(../images/footer_logo_background.gif);
	background-repeat: repeat-x;
}
 /* -------------------------------------------------- */ 
/* -------------------------------------------------- */ 
/* Set's Style breadcrumbnav text */

div#breadcrumbnav { 
	padding: 0px; border:0px; margin: 0px;
	font-family: Arial, sans-serif;  
	font-size: 70%; 
	color:  #660000; /*660000*/
	margin-left: 5px;
	font-weight: bold;
	text-align:left;
}
div#breadcrumbnav a:link, div#breadcrumbnav a:visited { 
	text-decoration: none;
	color:  #999999; /*003366*/
	/*text-transform: uppercase;*/
 }
div#breadcrumbnav a:active, div#breadcrumbnav a:hover { 
	text-decoration: none;
	color:  #660000; /*660000*/
	/*text-transform: uppercase;*/
 }
 /* -------------------------------------------------- */ 
/* -------------------------------------------------- */ 