@import url(layout.css);
@import url(advanced.css);

body {
 	margin: 0 ;
	background-color: #FFF;
	color: #000;
	font-family: "Arial","Verdana","Helvetica",sans-serif;
	font-size: 75%;
}

/*
IE/Win has a nasty text sizing bug. When text is resized, 
IE makes huge jumps between sizes. The standard way 
to prevent it is to set a % size in the css for the body 
element, and then any elements that need different 
sizing get EM's
*/



a {
	color: #333
}


body {
 	font-family: "Arial","Verdana","Helvetica",sans-serif;
}

img,a img {
	border: none;
}

#navSkip .navHide {
	position: absolute;
	left: -1000px;
	width: 990px;
	font-size:1px; 
	/*line-height:1;*/
}

.topNav
{
	font-size: 75%; 
}

.text 
{
	margin: 0 ;
	color: #000;
	/*font-family: "Arial","Verdana","Helvetica",sans-serif;*/
	font-family: 'Lucida Sans','Lucida Grande','Lucida Sans Unicode',Verdana,Tahoma,sans-serif;
	font-size: 75%;
	width: 100%;

}
.text b
{
color: #5B0083;
}

.printText 
{
	margin: 0 ;
	font-family: "Arial","Verdana","Helvetica",sans-serif; 
	font-size: 1.0em; 
}				

.householdGrid 
{
	font-family: "Arial","Verdana","Helvetica",sans-serif; 
	font-size: 100%;
}

.navHomeAppForm 
{
	width: 80%;
	margin: 0;
	background-color: #F93;
	color: #FFF;
	/*font-size: 1.1em;*/
	font-weight: bold;
	margin-left: 0px;
	text-decoration: none;
}

.navUpAppForm {
	width: 80%;
	background-color: #FFF;
	margin: 0;
	border-top: 1px solid #F93;
	color: #F60;
	/*font-size: 1.1em;*/
	font-weight: normal;
	margin-left: 0px;
	text-decoration: none;
}

.mainheading
{
	clear: both;
	position: relative;
	margin: 0 10px 0 0;
	padding: 3px;
	background-color: #EDE5F2;
	font-size: 1em;
	font-weight: bold;
	color: #5B0083;
}

.hide {display:none}

.lSpacer {
	height: 5px;
	width: 175px;
}

.rSpacer {
	height: 5px;
	width: 100%;
}

.sector 
{
	FONT-SIZE: xx-small; 
	COLOR: #666666;
}

.sector a:link
{
    COLOR: #003366;
    TEXT-DECORATION: underline
}

.sector a:visited
{
    COLOR: #003366;
    TEXT-DECORATION: underline
}

.sector a:hover
{
    FONT-WEIGHT: 600;
    TEXT-DECORATION: underline
}

