body#the_body
{
    background-image: url(images/main-background.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 8pt;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}

h1
{
    background-color: #ACAEB2;
    color: white;
    font-family: Trebuchet MS;
    font-size: 14pt;
    font-weight: normal;
    padding: 3px 3px 3px 10px;
    width: 400px;
}

h2
{
    color: #676767;
    font-family: Trebuchet MS;
    font-size: 12pt;
    font-weight: normal;
}

h3
{
    color: #221E59;
    font-family: Trebuchet MS;
    font-size: 11pt;
    font-weight: normal;
}

h4
{
    color: #221E59;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h5
{
    color: #231F5A;
    font-family: Trebuchet MS;
    font-size: 12pt;
    font-weight: normal;
    padding: 3px 3px 3px 0px;
    width: 400px;
    margin: 0px;
}


h6
{
    color: #ACAEB2;
    font-family: Trebuchet MS;
    font-size: 12pt;
    font-weight: normal;
    padding: 3px 3px 3px 0px;
    width: 400px;
    margin: 0px;
}

.mainPanel .middle .content p
{
    text-align: left;
    max-width: 410px;
}


/*Main area*/
.mainPanel
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/*Heading*/
.mainPanel .heading
{
    background-position: bottom left;
    background-repeat: no-repeat; 
    height: 127px;
    width: 960px;
}
.mainPanel .heading a img
{
    border: 0px;
}

/*middle*/
.mainPanel .middle
{
    clear: both;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: White;
    min-height: 455px;
    overflow: auto;
    width: 960px;
}
.mainPanel .middle a img
{
    border: 0px;
}
/*bottom*/
.mainPanel .bottom
{
    clear: both;
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 32px;
    width: 960px;
    padding-top: 54px;
    position: relative;
    top: -55px;
}

/*middle area, left and right panels*/
.mainPanel .middle .left
{
    clear: both;
    float: left;
    min-height: 555px;
    width: 220px;
}
.leftImage
{
    margin-left: 20px;
}
.mainPanel .middle .content
{
    float: left;
    min-height: 500px;
    margin-left: 90px;
    margin-top: 15px;
    padding-bottom: 50px;
    width: 440px;
}


.mainPanel .middle .content a img
{
	border: 0px;
}

/*logo and menu in the heading*/
.mainPanel .heading .logo
{
    margin: 25px 0px 0px 25px;
    float: left;
}

.mainPanel .heading .menu
{
    color: #B6B8BC;
    float: left;
    font-size: 10pt;
    font-weight: bold;
    padding: 75px 0px 0px 35px;
    text-align: center;
    width: 400px;
    z-index: 1;
}

 /*footer*/
 .mainPanel .bottom .footer
 {
     color: White;
     font-size: 7pt;
     height: 27px;
     padding: 5px 10px 0px 10px;
     width: 930px;
 }
 
.mainPanel .bottom .footer .footer-left
{
     float: left;
     width: 570px;
}
 
.mainPanel .bottom .footer .footer-right
{
     float: right;
     width: 350px;
     text-align: right;
}

.mainPanel .bottom .footer .footer-right a
{
     color: white;
     text-decoration: none;
}
 
 /*jobs box on the left hand side of page*/
 .mainPanel .middle .left .jobsBox
 {
     background-color: transparent;
     min-height: 450px;
     margin: 25px 0px 0px 20px;
     width: 180px;
 }
 
 .mainPanel .middle .left .jobsBox .jobsHeading
 {
     background-color: #A5A7AA;
     color: white;
     font-weight: bold;
     height: 15px;
     padding: 5px;
     width: 170px;
 }
 
.mainPanel .middle .left .jobsBox .jobsContent
{
     background-color: #A5A7AA;border-top: solid 1px gray;
     height: 180px;
     opacity:0.8;
     filter:alpha(opacity=80);
     width: 180px;
}

.mainPanel .middle .left .jobsBox .jobsContent strong
{
     color: #221E59;
}

.mainPanel .middle .left .jobsBox .jobsContent a
{
     text-decoration: none;
}

.mainPanel .middle .left .jobsBox .jobsContent .jobSearch
{
    background-image: url(images/search-background.png); 
    background-position: center center;
    background-repeat: no-repeat;
    height: 168px;
    margin: 5px 15px 5px 15px;
    width: 150px;
}

.mainPanel .middle .left .jobsBox .jobsContent .jobSearch h3
{
    color: black;
    font-size: 11pt;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    _margin: 0px 5px 0px 5px;
    padding-top: 5px;
}

.mainPanel .middle .left .jobsBox .jobsContent .jobSearch select
{
    font-weight: normal;
    margin: 5px 5px 5px 5px;
    _margin: 0px 5px 5px 5px;
}

.mainPanel .middle .left .jobsBox .jobsContent .jobSearch input
{
    margin-left: 80px;
}

/*Jobs table*/
.mainPanel .middle .content table
{
    font-size: 8pt;
    width: 450px;
}
.mainPanel .middle .content table tr td
{
    padding: 6px;
}
.mainPanel .middle .content table thead tr td
{
    background-color: #221E59;
    color: white;
}

/*forms*/
.mainPanel .middle .content .table-form input, .mainPanel .middle .content .table-form textarea
{
	border: 0px;
	overflow: auto;
}

.mainPanel .middle .content .table-form td
{
	border-left: solid 1px gray;
	border-top: solid 1px gray;
	border-right: solid 1px gray;
	margin: 0px;
	padding: 0px;
}

.td-header
{
    background-color: #221E5A;
    color: white;
    font-size: 11pt;
    padding: 10px;
}

.mainPanel .middle .content .td-label
{
    background-color: #D8D7D9;
    color: black;
}

.mainPanel .middle .content .button
{
   background-color: #D8D7D9;
   border: solid 1px gray;
   padding: 10px;
   width: 100px;
}

.mainPanel .middle .left .jobsBox .jobsContent .jobSearch .buttonHeading
{
   margin: 0px;
   padding: 10px 0px 0px 3px;
}

.copyright
{
   color: white;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 0px;
   position: relative;
   top: -30px;
   text-align: center;
   width: 960px;
}

/*home page*/
.home-table tr td h3
{
    margin: 0px;
    padding: 0px;
}

.home-table tr td ul
{
    margin: 0px;
    padding: 0px 0px 0px 12px;
}

.home-table tr td ul li
{

    padding: 3px;
}

.home-table a
{
    color: black;
    text-decoration: none;
}

.home-table a:hover
{
    color: #221E59;
    text-decoration: underline;
}

.pageNumbers
{
	padding-top: 15px;
}






/*
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;	
	line-height: 1;
}
 
#nav a {
	display: block;
	width: 9em;
}
 
#nav li { /* all list items */
	float: left;
	padding-top: 3px;
        padding-bottom: 3px;
	width: 6em;  /*width needed or else Opera goes nuts */
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers *
}
 
#nav li ul ul{ /* third-and-above-level lists */
	margin: 0 0 0 10em;
	width: 11em;
}
#nav li li li a
{
	width: 116px;
}
 
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	width: 150px;
}	
 
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

*/











































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

p {

}

h4 {

}

h5 {

}

h6 {

}

