
/* top navigation styles */

.topnavlinks
{
    font-weight: bold;
    color: #1B532E;
    font-size: 15px;
    text-decoration: none;
}
.topnavlinks A, .topnavlinks A:visited, .topnavlinks A:active
{
    font-weight: bold;
    color: #1B532E;
    font-size: 15px;
    text-decoration: none;
}
.topnavlinks A:hover
{
    color: #FF3300;
}

/* left navigation styles */

.leftnavheader
{
    font-weight: bold;
    color: #0066CC;
    font-size: 15px;
}
.leftnavlinks
{
    margin: 0px 0px 10px 0px;
}
.leftnavlinks A, .leftnavlinks A:visited, .leftnavlinks A:active
{
    font-weight: bold;
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}
.leftnavlinks A:hover
{
    color: #FF9900;
}

/* job posting styles */

.jobposttable
{
    border-collapse: collapse;
}

.jobpostheader
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: Black;
	background-color: #DADADA;
}

