/* Please do not erase the comments that are included with the tags.
They are important because it helps to understand where are they being and what for.
Orlando Gonzalez 7/17/08
*/
BODY
{
    MARGIN: 0px;
    FONT-WEIGHT: normal;
    FONT-SIZE: .8em;
    COLOR: #000000;
    FONT-FAMILY:Verdana, Sans-Serif;  
    margin-top:4px; 
}
/*
 * The LI tags and their corresponding OL and UL tags need to be inspected
 * for each site to be sure they are correct.
*/
LI
{
    MARGIN-LEFT: 2em;
    MARGIN-RIGHT: 2em;
}
OL LI
{
    list-style-type:decimal;
}
OL LI UL LI
{
    list-style-type:disc;
}
H1 /* Used on Default.aspx, among other places. */
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14pt;
    COLOR: #000000;
    LETTER-SPACING: 2pt
}
H2 /* Heads some tables in FAQ and Electronic (aspx) pages. */
{
    FONT-WEIGHT:bolder;
    FONT-SIZE: 12pt;
    COLOR: #000000;
    TEXT-ALIGN: left
}
H3 /* Used to create headers, sometimes in lieu of a <strong> tag */
{
    PADDING-RIGHT: 0.1em;
    PADDING-LEFT: 0.1em;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    PADDING-BOTTOM: 0.1em;
    COLOR: white;
    PADDING-TOP: 0.1em;
    BACKGROUND-COLOR: navey;
}

H4 /* katrina's Label */
{
    FONT-WEIGHT:normal;
    FONT-SIZE: 11pt;
    COLOR: #ff0000;
    TEXT-ALIGN: left
}



/* All "regular" links hold this class */
.aclass2
{
	font-size:.9em;
    FONT-WEIGHT: bold;
    COLOR: #333399;
    TEXT-DECORATION: underline
}
.aclass2:hover
{
    FONT-WEIGHT: bold;
    COLOR: #333399;
    TEXT-DECORATION: underline
}
.aclass2:visited
{
    FONT-WEIGHT: bold;
    COLOR: #333399;
    TEXT-DECORATION: underline
}

A
{
	font-size:.9em;
    FONT-WEIGHT: bold;
    COLOR: #333399;
    TEXT-DECORATION: underline
}
A:hover
{
    FONT-WEIGHT: bold;
    COLOR: #333399;
    TEXT-DECORATION: underline
}
A:visited
{
    FONT-WEIGHT: bold;
    COLOR: #333399;
    TEXT-DECORATION: underline
}
/* This is the style for links in the HeaderNH.ascx */
.aclass3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.8em;
    MARGIN-LEFT: 1.5em;
    COLOR: #0A246A;
    MARGIN-RIGHT: 1.5em;
    TEXT-DECORATION: underline
}
.aclass3:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.8em;
    MARGIN-LEFT: 1.5em;
    COLOR: #0A246A;
    MARGIN-RIGHT: 1.5em;
    TEXT-DECORATION: underline
}
.aclass3:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.8em;
    MARGIN-LEFT: 1.5em;
    COLOR: #0A246A;
    MARGIN-RIGHT: 1.5em;
    TEXT-DECORATION: underline
}
/* This is for the seperator text between "aclass" links, it should be 
   the same as "aclass3" except for the underline */
.atext3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.6em;
    COLOR: #336699;
}
/* used to make reminder text and error messages. */
.psmall
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 0.8em;
    MARGIN-LEFT: 1.2em;
    COLOR: #000000;
    MARGIN-RIGHT: 0.8em;
}
/* Used in the FooterNH.ascx */
.pfooter
{
	font-weight: normal;
	font-size: 0.8em;
	margin-left: 1.2em;
	color: #000000;
	margin-right: 0.8em;
	text-align: center;
}
/* Neccessary for the "reservists" note (ReservistsToDuty.aspx and Default.aspx), if it is used. */
.reservistsnote
{
	font-size:medium;
	font-weight:bold;
	color:Red;
}

.headernh .logo, .headernh .pict
{
    background-color:#336699;
    color:#FFFFFF;
}
/* remember the control modifies the link color using aclass3 and atext3 */
.headernh .links, .headernh .selectboxes
{
    background-color:#E8E9F6;
}

/* this will modify the color of the combo box */
.headernh .selectboxes select
{
    background-color:#FFFFCC;	
    FONT-FAMILY:Verdana, Sans-Serif;   
    font-size:.75em;
}

.employerresources .header
{
    background-color:#336699;
    color:#FFFFFF;
    /* border:solid thick Blue;*/
}
.employerresources .data
{
    background-color:#FFFFBC;
}
.employerresources 
{
	background-color:#FFFFBC;
}
.whatsnew .header
{
    background-color:#3366cc;
    color:#FFFFFF;
}
.whatsnew .data
{
    background-color:#66ccff;
    border-color:Blue;
    font-size:x-small;
}
.headernh .tablespanish img
{
	 border-color:White;
}
.bckLinesRow
{
  background-repeat:repeat-x;
	background-image:url(../Images/header_r5_c2_nc.gif);
}
.navigationText, .navigationBullets, .navigationText a:visited, .navigationBullets a:visited, .navigationText a:hover, .navigationBullets a:hover, .navigationText a:active, .navigationBullets a:active, .navigationText a, .navigationBullets a 
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.navigationBullets {
	list-style-image: url(../images/home_arrow_nc.gif);
}
