body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #F3F3F3;
	background-color: #003399;
	background-image: url(pics/mozbabyfreeze.gif);
	background-position: 40 20;
	background-repeat: no-repeat;
	background-attachment:fixed;
	}

a {
	text-decoration: none;
	color: #00CCFF;
	}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
		
#topmenu {
	font-family: Verdana, Arial, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: 900;
	text-align: center;
	position: absolute;
	top: 0.75em;
	left: 4.25em;
	right: 4.25em;
	}

#topmenu ul {
	margin-bottom: 25px;
	margin-left: 0;
	display: inline;
	padding: 3px 5px 0px 0px;
	width: 100%;
	}

#topmenu ul li {
	padding: 3px 15px 3px 15px; /*T R B L*/
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	list-style: none;
	display: inline;
	}

#topmenu ul li a {
	text-decoration: none;
	}

#topmenu ul li a.here {
	color: #F3F3F3;
}

#submenu {
	text-align: right;
}

#subhome {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 5px;
	top: 6.5em;
	float:left;	
	}
#subhome ul {
	padding: 3px 0px 0px 0px; /*top right bottom left*/
	margin: 0px 0px 25px 0px; /*T R B L*/
	}	

#subhome ul li {
	padding: 3px 0px 0px 0px; /* T R B L*/
	margin: 0px 0px 0px 0px;
	list-style: none;
	}


#subabout {
	visibility:hidden;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 5px;
	top: 6.5em;
	float:left;	
	}
#subabout ul {
	padding: 3px 0px 0px 0px; /*top right bottom left*/
	margin: 0px 0px 25px 0px; /*T R B L*/
	}	

#subabout ul li {
	padding: 3px 0px 0px 0px; /* T R B L*/
	margin: 0px 0px 0px 0px;
	list-style: none;
	}


#subdpon {
	visibility:hidden;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 5px;
	top: 6.5em;
	float:left;	
	}
#subdpon ul {
	padding: 3px 0px 0px 0px; /*top right bottom left*/
	margin: 0px 0px 25px 0px; /*T R B L*/
	}	

#subdpon ul li {
	padding: 3px 0px 0px 0px; /* T R B L*/
	margin: 0px 0px 0px 0px;
	list-style: none;
	}



	
#subprojects {
	visibility:hidden;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 5px;
	top: 6.5em;
	float:left;	
	}
#subprojects ul {
	padding: 3px 0px 0px 0px; /*top right bottom left*/
	margin: 0px 0px 25px 0px; /*T R B L*/
	}	

#subprojects ul li {
	padding: 3px 0px 0px 0px; /* T R B L*/
	margin: 0px 0px 0px 0px;
	list-style: none;
	}
	
	
#centercontent {
	position: absolute;
	top: 3em;
	right: 5.5em;
	bottom: auto;
	left: 5.5em;
	background-color: #006699; /*different blue*/
    background-image: url(pics/mozbabyfreezeblu.gif);
    background-position: 40 20;
    background-repeat: no-repeat;
    background-attachment: fixed;
	border: 3.25px solid #000000;
	margin: 1em;
	padding: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #F3F3F3;
	}
#centercontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #FFFFFF;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0em;
	padding-left: 0em;
}

#centercontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	text-align: left;
	margin: 0.5em 0em;
	padding-left: 0em;
}

#centercontent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #f3f3f3;
	font-weight: 400;
	font-size: 1em;
	text-indent: 1.5em;
}

