/* NOTE, margins are set as such: top, left, bottom; */
/* BODY---------------------------------------------------------------------------*/
body {
	background-color : #ffffff;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	margin : 0px 0px 0px 0px;
	font-size : 80%;
}
/*  LINKS ---------------------------------------------------------------------------- */

.nobar {
	background-color : transparent;
	background-image : none;
	color : #040464;
	font-size : 80%;
	text-decoration : none;
	letter-spacing : .3em;
}



/*  current ---------------------------*/
/* black */
a.current:link {
	background-color : transparent;
	background-image : none;
	color : #040464;
	font-size : 80%;
	font-weight : bold;
	text-decoration : none;

}
/* black */
a.current:visited {
	background-color : transparent;
	background-image : none;
	color : #040464;
	font-size : 80%;
	font-weight : bold;
	text-decoration : none;

}
/* green */
a.current:hover {
	background-color : transparent;
	background-image : none;
	color : #FFFF66;
	font-size : 80%;
	font-weight : bold;
	text-decoration : none;
	
}
/* green */
a.current:active {
	background-color : transparent;
	background-image : none;
	color : #FFFFFF;
	font-size : 80%;
	font-weight : bold;
	text-decoration : none;
	
}


/*  Navbar Links ---------------------------*/
/* pruple */
a.navbar:link {
	background-color : transparent;
	background-image : none;
	color : #040464;
	font-size : 80%;
	text-decoration : none;

}
/* pruple */
a.navbar:visited {
	background-color : transparent;
	background-image : none;
	color : #040464;
	font-size : 80%;
	text-decoration : none;

}
/* pruple */
a.navbar:hover {
	background-color : transparent;
	background-image : none;
	color : #FFFF66;
	font-size : 80%;
	text-decoration : none;
	
}
/* pruple */
a.navbar:active {
	background-color : transparent;
	background-image : none;
	color : #FFFFFF;
	font-size : 80%;
	text-decoration : none;
	
}

/*  Footer Navigation ---------------------------*/
/* blue */
a.footer:link {
	background-color : transparent;
	background-image : none;
	color : #666666;
	font-size : 80%;
	text-decoration : none;

}
/* black */
a.footer:visited {
	background-color : transparent;
	background-image : none;
	color : #666666;
	font-size : 80%;
	text-decoration : none;

}
/* green */
a.footer:hover {
	background-color : transparent;
	background-image : none;
	color : #666666;
	font-size : 80%;
	text-decoration : none;
	
}
/* green */
a.footer:active {
	background-color : transparent;
	background-image : none;
	color : #666666;
	font-size : 80%;
	text-decoration : none;
	
}

/*  Margin Navigation ---------------------------*/
/* WHITE */
a.margin:link {
	background-color : transparent;
	background-image : none;
	color : #FFFFFF;
	font-size : 80%;
	text-decoration : none;
	margin-bottom : 10px;


}
/* WHITE */
a.margin:visited {
	background-color : transparent;
	background-image : none;
	color : #FFFFFF;
	font-size : 80%;
	text-decoration : none;

}
/* WHITE */
a.margin:hover {
	background-color : transparent;
	background-image : none;
	color : #FFFF66;
	font-size : 80%;
	text-decoration : none;
	
}
/* WHITE */
a.margin:active {
	background-color : transparent;
	background-image : none;
	color : #FFFF66;
	font-size : 80%;
	text-decoration : none;
	
}


/* Regular Text Hyperlinks-------------------------------------- */
/* purple */
a:link {
	background-color : transparent;
	background-image : none;
	color : #CC6600;
	text-decoration : underline;
}
/* orange */
a:visited {
	background-color : transparent;
	background-image : none;
	color : #040464;
	text-decoration : underline;
}
/* pruple */
a:hover {
	background-color : transparent;
	background-image : none;
	color : #CC6600;
	text-decoration : underline;
}
/* orange */
a:active {
	background-color : transparent;
	background-image : none;
	color : #040464;
	text-decoration : underline;
}
/*  HEADERS ---------------------------------------------------------------------------- */

/* 2nd LEVEL HEADER BLUE */
h3 {
	background-color : transparent;
	background-image : none;
	color : #CC6600;
	margin : 5px 0px 6px;
	font-size : 110%;
	font-family : Arial, Helvetica, sans-serif;	
}
/* 3rd LEVEL HEADER RED */
h4 {
	background-color : transparent;
	background-image : none;
	color : #330066;
	margin : 5px 0px 6px;
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;		
}

h5 {
	background-color : transparent;
	background-image : none;
	color : #1C0066;
	margin : 5px 0px 3px;
	font-size : 80%;
	font-family : Arial, Helvetica, sans-serif;		
}

h6 {
	background-color : transparent;
	background-image : none;
	color : #000000;
	margin : 5px 0px 3px;
	font-size : 90%;
	font-family : Arial, Helvetica, sans-serif;		
}
/* CONTENT---------------------------------------------------------------------------------*/


p {
	background-color : transparent;
	background-image : none;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 80%;
	margin : 0px 0px 10px;
}

ul {
	background-image : none;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 80%;
	margin-top: 5pt;
	margin-bottom: 5pt;
}

ol {
	background-image : none;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 80%;
	margin-top: 5pt;
	margin-bottom: 5pt;
}

li {
	background-image : none;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 100%;
	margin : 10px 0px 0px;
}

blockquote {
	background-image : none;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	margin : 0px 20px 0px;
}

.small {
	background-color : transparent;
	background-image : none;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 70%;
}

.big {
	background-color : transparent;
	background-image : none;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 110%;
	font-weight : bold;

}

/* Table cell content--use in the <table> tag*/
.tdcell {
	background-image : none;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 80%;
}

.red {
	background-image : none;
	color : #713300;
}
.white {
	background-image : none;
	color : #FFFFFF;
}
.unitedway {  font-family: Arial, Helvetica, sans-serif; font-size: 70%; color: 330066; font-weight: bold}
