body, td { 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

H1.jobListing {
   font-size: 14px;
   display: inline-block;
}

.form {
	background-color: #FFFFFF;
	border: 1px solid #A0B1C1;
}
.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A3460;
}
.blacktext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.whitetext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E2E2E2;
}
.whitelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.bold2 {

	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.rightNav {
   background-color: #5C7692;
   background-image: url('./images/rightnav_bg.gif');
}

.rightNavDiv {
   width: 100%;
   height: 100%;
   background-image: url('./images/rightnav_new.gif');
   background-repeat: repeat;
   border: 2px;
}

.content {
   padding-left: 5px;
   padding-right: 5px;

   margin-left: 5px;
   margin-right: 5px;
   
}


.whatsNewCell {
   background-image: url('./images/whatsnew_bg.gif');
   background-repeat: repeat-y;
}

.whatsNewTop {
   background-image: url('./images/whatsnew.gif');
   background-repeat: no-repeat;
   background-position: top left;
   padding-top: 5px;
   padding-bottom:32px;
   margin-bottom: 32px;
}


.contentCell {
   background-image: url('./images/center_bg.gif');
   background-repeat: repeat-y;
}

.contentTop {
   background-image: url('./images/content_top.gif');
   background-repeat: no-repeat;
   background-position: top left;
   padding-top: 5px;
   padding-bottom:32px;
   margin-bottom: 32px;
}

ul.jobListingUL {
   display: inline-block;
   background-color: white;
   padding: 5px;
   margin-left: 0px;
   border: 2px solid #ccc;
}


li.jobListingLI label {
   width: 200px;
   font-weight: bold;
}

li.jobListingLI {
   list-style: none;
   line-height: 24px;
   border-bottom: 1px dashed #ccc;
   padding-left: 0px;
   margin-left: 0px;
}

ul.jobListingUL ul li {
   list-style: disc;
}

image {
   border: 0px;
}

.errorText {
   font-size: 10px;
   color: red;
   font-weight: bold;
}

.greenMessage{
   font-size: 12px;
   color: green;
   font-weight: bold;
}