/* Georgia Job Watch Global Text Style Sheet*/

 body 
{
background-color : transparent;
font-family : arial, helvetica, sans-serif;
font-size : 9pt;
}



/*blue links white bg*/

a.blue
{color:#0000ff; font-size:9pt; background-color:#ffffff;
font-family: Arial,helvetica,sans-serif; text-decoration:none;}

a:visited.blue{color:#0000ff; font-size:9pt; background-color:#ffffff;
font-family: Arial,helvetica,sans-serif; text-decoration:none;}

a:hover.blue{color:#0000ff; font-size:9pt; background-color:#ffffff;
font-family: Arial,helvetica,sans-serif; text-decoration:none;}

/*ALL PAGES TOP NAVIGATION*/

#contentnav
{
position: absolute; 
width: 797px; 
height: 30px; 
z-index: 3;
left: 1px;
top: 68px;
border-top: 2px solid #FF9900;
border-bottom: 2px solid #FF9900;
}


#contentnav ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 10pt arial;
width: 90%;
border: 0px;
background-color: transparent;
}

* html #contentnav ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#contentnav ul li{
display: inline;
}

#contentnav ul li a{
float: left;
color: blue;
padding: 2px 12px;
text-decoration: none;
background: transparent;
}

#contnentnav ul li a:visited{
color:#0000ff;
}

#contentnav ul li a:hover
{
color:#000099;
text-decoration: underline;
}

LI
{display: list-item;
list-style-type:square;
color:#000000;
background-color : #ffffff;
font-family : arial, helvetica, sans-serif;
font-size : 9pt;
}

/*navy font-white bg*/
h1     
{
color : #000080;
background-color : #FFFFFF;
font-family : arial, helvetica, sans-serif;
font-size :12pt;
margin:0;
}

/*navy font-white bg*/
p.head
{
color : #000080;
background-color : #FFFFFF;
font-family : arial, helvetica, sans-serif;
font-size:24pt;
margin:0;
}

/*black font-white bg*/
H3     
{
color : #000000;
background-color : #FFFFFF;
font-family : arial, helvetica, sans-serif;
font-size :12pt;
margin:0;
}

/*navy font-white bg*/
H4     
{
color : #000080;
background-color : #FFFFFF;
font-family : arial, helvetica, sans-serif;
font-size :10pt;
margin:0;
}

  
/*black font-white bg*/
p 
{
color:#000000;
background-color : #ffffff;
font-family : arial, helvetica, sans-serif;
font-size :9pt;
 
}

/*black font-orange bg*/      
p.orange
{
color:#000000;
background-color : #ff9900;
font-family : arial, helvetica, sans-serif;
font-size : 10pt;
margin:0;
}

/*white font-navy blue bg*/      
p.blue
{
color:#ffffff;
background-color : #333399;
font-family : arial, helvetica, sans-serif;
font-size : 10pt;
margin:0;
}

/*large black font-bold- white bg*/
p.large
{color:#000000;
background-color : #ffffff;
font-family : arial, helvetica, sans-serif;
font-size :12pt; font-weight:bold;
margin:0;
}

/*black font-Aqua bg*/
p.aqua
{color:#000000;
background-color :#B0E4EA;
font-family : arial, helvetica, sans-serif;
font-size :9pt; 
font-weight:bold;
margin:0;
}