/* CSS Document Plain */
/*  no class needed - styles for unspecified tags **********************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #CDD9F7;
}

form {
	margin: 0px;
	padding: 0px;
}

a:link {
/*	color: #6886d3; */
	color: #536BA8;
}

a:visited {
	color: #616161;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
  /*	color: #93052A; */
	color: #963400;
	text-decoration: none;
}

a img {
	border: 0px;
}	

pre {
	font-weight:bold;
	color:navy;
	font-family: courier, serif;
	background: #faf8f0;
	white-space: pre;
}

td {
	vertical-align: top;
}

acronym {
	border-bottom: dashed 1px #666666 !important;
	padding-bottom: 0px;
}

/* am adding this 'unclassed' version of the */
/* bullet style to ease implementation. */

ul {
	margin: 5px 0px 0px 12px;
	padding: 0px;
} 

ul li {
	list-style-type: none;
	background: url(images/blueBullet.gif) no-repeat top left;
	margin: 0px 0px 12px 0px;
	padding: 1px 0px 0px 10px;
	line-height: 135%;
}

ul li ul {
	margin: 0px 0px 5px 6px;
	padding: 0px;
}

ul li ul li {
	list-style-type: none;
	background: url(images/blueBullet.gif) no-repeat top left;
	margin: 8px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 135%;
}

ul li h3 {
	padding-top: 0px;
	margin-top: 0px !important;
}

ul li h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px !important;
	text-align: left !important; 
	padding-bottom: 0px;
}

ul li p {
	padding: 0px;
	margin: 3px 0px 3px 0px;
}

hr {
	padding: 0px;
	border: 0px;
	color: #666666;
	background-color: #666666;
	height: 1px;
	text-align: left;
}

ul.tighter li {
	margin: 0px 0px 5px 0px;
}

/* layout table for nearly all pages  ******************************************/

table#mainTable {
	background-color: #ffffff;
	margin: 0px 0px 10px 6px;
	width: 936px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

table#popUpSmaller {
	background-color: #ffffff;
	margin: 0px 6px 6px 6px;
	padding: 0px;
	border: 1px solid #666666;
}

.smallHeading {
	font-size: 0.9em;
	font-weight: normal;
}

div#bottomBanner {
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid #666666;
	background: url(images/banner/grayBevel4.jpg) top left repeat-x #727272 !important;
	padding: 6px;
}

div#bottomBanner div.left {
	width: 35%;
	float: left;
	line-height: 200%;
}

div#bottomBanner div.right {
	text-align: right !important;
	width: 65%;
	float: right;
	line-height: 200%;
}

div#bottomBanner div.right img {
	height: 32px;
	width: 88px;
	float: right;
	padding: 5px 0px 8px 8px;
	line-height: 100%; 
	font-size: 0.9em;
}

div#bottomBanner div.right a:link, div#bottomBanner div.right a:visited {
	color: #ffffff;
	font-weight: bold;
}

div#bottomBanner div.left a:link, div#bottomBanner div.left a:visited {
	color: #ffffff;
	font-weight: bold;
}




.stylered {
	font-size: 0.8em;
	color: #FF0000;
}

.redBold {
	color: #FF0000;
	font-weight: bold;
}

.text {
	font-size: 1em;
}

.toolBarContainer {
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	background-color: #888888; 
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin: 0px 6px 0px 6px; 
	width: 950px;
}

.toolBarInner {
	padding: 3px 8px 3px 8px; 
}

div.toolBarInner a:link, div.toolBarInner a:visited {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #888888;
}

div.toolBarInner a:focus, div.toolBarInner a:hover, div.toolBarInner a:active {
/*	color: #3890D0;  */
	color: #7CCBFF;
	text-decoration: underline;
	border: 1px dotted #7CCBFF;	
}

div.toolBarInner form {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div.toolBarInner input {
	font-size: 1em;
}

div.toolBarInner div.left {
	float: left; 
	width: 60%; 
	text-align: left; 
	margin-top: 3px;
}

div.toolBarInner div.right {
	float: right; 
	width: 40%; 
	text-align: right;
}

div.toolBarInner#shortVersion {
}

div.toolBarInner#shortVersion div.left {
	float: left;
	width: 25%;
	text-align: left;
	margin-top: 3px;
}

div.toolBarInner#shortVersion div.right {
	float: right; 
	width: 75%; 
	text-align: right;
}

div#requirementList ul {
	margin-left: 10px;
}

div#requirementList ul li {
	margin-top: 3px;
	margin-right: 6px;
}

ul.noMarker {
	margin-left: 6px;
	padding: 0px;
	margin-top: 5px;
} 

ul.noMarker li {
	margin-top: 6px;
	margin-right: 10px;
	list-style-type: none;
	padding-left: 6px;
	background-image: none;
}

ul.orgChart {
	margin-left: 18px;
	padding: 0px;
	margin-top: 5px;
} 

ul.orgChart li {
	margin-top: 8px;
	margin-right: 20px;
	list-style-type: none;
	padding-left: 12px;
	/* background: url(images/orgChartConnector.gif) no-repeat top left; */
	line-height: 140%;
}

ul.orgChart li ul {
	margin-left: 6px;
	margin-bottom: 5px;
	padding: 0px;
}

ul.orgChart li ul li {
	list-style-type: none;
	padding-left: 13px;
	background: url(images/orgChartConnector.gif) no-repeat top left;
	margin-top: 8px;
	margin-right: 20px;
}

ul.orgChart li h2 {
	padding: 0px;
	margin: 0px;
}

p.a-z {
	font-size: 1.2em !important;
	font-weight: bold;
	color: #536ba8;
	margin-bottom: 1em;
	margin-top: 0.5em;
	line-height: 200% !important;
}

p.a-z a:link, p.a-z a:visited {
	color: #536ba8;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
	
p.a-z a:focus, p.a-z a:hover, p.a-z a:active {
	/* color: #93052A; */
	color: #963400;
	font-weight: bold;
	text-decoration: none;
}	

/* Footer ********************************************************************/

.contact {
	font-size: 0.7em;
	color: #FFFFFF;
	padding-left: 12px;
}

.contactus {
	color: white !important; 
	text-decoration: underline !important;
}

.copyright {
	font-size: .7em;
}

/**************************/

td#navCell {
	width: 200px;
}

div.leftNav {
	width: 200px;
	display: table;
	padding-bottom: 0px;
	margin-top: 2px;
	border-top: 1px solid #3767A1;
	/* border-bottom: 1px solid #666666; */
	background-color: #8FB8F8;
	/* background: #ffffff url(images/banner/navDivBkgd4.jpg) repeat-y top left !important; */
}

div.leftNav ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 2px 5px 3px;
	border-right: 1px solid #3767A1;
	border-bottom: 1px solid #3767A1;
	border-top: 1px solid #AAD3FF;
	/* background-color: #6886d3; */
	/* background-color: #CFDBC5; */
}

/* div.leftNav ul {
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 5px 2px 5px 3px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #6886d3;
}
*/

div.leftNav ul li {
	list-style-type: none;
	background: url(/images/ListBulletBkgd4.gif) no-repeat top left;
	padding: 1px 4px 0px 13px;
	margin: 0px;
	line-height: 130%;
}

div.leftNav ul li ul {
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left: 0px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #666666;
	/* background-color: #6886d3; suppressed for revised nav w/ background */
}

div.leftNav ul li ul li {
	background: url(images/ListArrow.gif) no-repeat top left;
	padding: 1px 4px 1px 10px;
	margin: 0px;
	line-height: 125%;
}

div.leftNav ul li a {
	font-size: 1.1em;
}

div.leftNav ul li ul li a {
	font-size: 1em;
}

div.leftNav ul li a:link, div.leftNav ul li a:visited {
	/* color: #ffffff;*/
	color: #00389e;
	font-weight: bold;
	text-decoration: none;
}

div.leftNav ul li a:focus, div.leftNav ul li a:hover, div.leftNav ul li a:active {
	/* color: #93052A; */
	color: #963400;
	font-weight: bold;
	text-decoration: underline;
}

td.mainPanel {
	width: 750px;
}

td.mainPanel#withBackground {
	background: url(images/stratplans/bestofCover_trans.jpg) no-repeat top right #e0eef9; 
	height: 565px;
	width: 750px !important;
}

td.mainPanel#bestOf {
	width: 100%;  
}

td.mainPanel#bestOf p {
	text-indent: 20px;
	line-height: 150%;
}

td.mainPanel#bestOf img {
	margin-left: 12px;
}

td.mainPanel div.padding {
	padding: 14px;
}

td.mainPanel div.padding#news h2 {
	margin-top: 14px;
	border-top: 2px solid #536BA8;
	padding-top: 8px;
}

td.mainPanel p {
	font-size: 1em;
	line-height: 150%;
	margin: 6px 0px 15px 0px;
}

td.mainPanel h1 {
	color: #00389e;
	margin-top: 8px;
	padding: 0px;
	font-size: 1.45em;
	letter-spacing: -0.03em;
	font-weight: bold;
	text-align: left;
	}

.mainPanel h2 {
	font-size: 120%;
	font-weight: bold;
	color: #282888;
	margin-bottom: 6px;
	margin-top: 14px;
}

.mainPanel h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 8px;
}

.mainPanel table.jobGrid td h3 {
	font-size: 110%;
	font-weight: bold;
	color: #536BA8;
	margin: 2px;
}

.mainPanel h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 8px;
	text-align: center; 
	/* this is used as a figure caption! */
}

/* heading inside of lists */ 

h4.RPP {
	color: navy; 
	text-align: left; 
	font-size: 1.1em;
	padding-top: 0px;
	margin-top: 0px;
}
	
div.bannerContainer {
	background-color: #ffffff;
	margin-top: 6px !important;
	margin-bottom: 0px;
	margin-left: 6px;
	border: 1px solid #666666;
	width: 934px;
}

div.bannerContainer div#printBanner {
	display: none;
}

div.bannerContainer {
	background-color: #7B92C8;
}

div.clearing {
	clear: both;
}

/* the directory class is only used on the built-in acronym list in the AQ pages */

dl.directory {
	margin: 5px;
	padding: 4px;
	border: 1px solid #888888;
}

dl.directory dt {
	font-size: 1.05em;
	border-top: 1px solid #999999;
	padding-top: 3px;
	padding-left: 5px;
}

dl.directory dd {
	font-weight: normal;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 3px;
	border-bottom: 1px solid #CACACa;
}

dl.directory#dir1 {
	margin-left: 5px;
	margin-top: 5px;
	padding: 4px;
	border: 1px solid #888888;
	width: 48%;
}

dl.directory dt {
	font-weight: bold;
	color: #333333;
	margin-left: 3px;
	border: 0px solid #ffffff;
}

dl.acrolist {
	margin-top: 5px;
	padding: 3px 3px 3px 4px;
}

dl.acrolist dt {
	font-weight: bold;
	color: #333333;
}

dl.acrolist dd {
	margin-left: 5px;
	margin-bottom: 6px;
}

table.tableGrid, table.hyresultGrid, table.jobGrid, table.satellites {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	width: 100%;
}

table.tableGrid td, table.jobGrid td, table.tableGrid td {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 6px;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
}


table.satellites th, table.satellites, table.hyresultGrid td {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 6px;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}

table.satellites, table.tableGrid th {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font-size: 1.2em;
	text-align: left;
	background-color: #FCFCE5;
}

table.hyresultGrid th {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 6px;
	text-align: center;
	/* vertical-align: bottom; */
	background-color: #FCFCE5;
}

table.jobGrid th {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 6px;
	text-align: left;
	/* vertical-align: bottom; */
	background-color: #FCFCE5;
}

table.jobGrid#GOESAOD {
	margin: 0px auto 0px auto;
}

table.jobGrid#GOESAOD td, table.jobGrid#GOESAOD th {
	text-align: center;
}

ul.breadcrumbs {
	padding: 0px 2px 6px 2px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #666666;
	}
	
ul.breadcrumbs li {
	list-style-type: disc;
	color: #536BA8;
	margin: 0px;
	font-weight: bold;
	font-size: 0.9em;
	display: inline;
	padding: 1px;
	background-image: none;
}	

div.floatBox {
	border-bottom: 1px solid #666666;
}

div.floatBox div.left {
	width: 70%;	
	float: left;
}

div.left {
	float: left;
}

div.center {
	text-align: center;
}

div.floatBox div.right {
	width: 25%;
	float: right;
}

div.right {
	float: right;
}

div.floatBox#home {
	border-bottom: 0px solid #666666;
}

div.floatBox#bios {
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
}

div.floatBox#home div.left {
	width: 44%;	
	float: left;
}

div.floatBox#home div.right {
	width: 53%;
	float: right;
}

div.floatBox#bios div.right {
	padding-bottom: 10px;
}

div.floatBox#directories {
	border-bottom: 0px solid #ffffff;
}

div.floatBox#directories div.left {
	width: 50%;
}

div.floatBox#directories div.right {
	text-align: right;
	width: 50%;
}

div.corpBox {
	display: table;
	width: 100%;
}

div.corpBox div.left {
	width: 62%;	
	float: left;
}

div.corpBox div.right {
	margin-left: 1%;
	width: 35%;
	float: right;
	border: 1px solid #282888;
	padding-top: 0px;
}

div.corpBox div.right h3 {
	padding-top: 2px;
	margin-top: 0px;
}

div.corpBox ul {
	margin-left: 6px;
}

div.corpBox ul li ul {
	margin-left: 2px;
}

div.corpBox ul li {
	margin-right: 5px;
	margin-top: 3px;
}

div.navigatorLinks {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	display: table;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.detailContainer {
	/* background-color: #6886d3; suppressed for background image */
}

.showDetailContainer {
	display: block !important;
	list-style-type: none;
	/* background-color: #6886d3; suppressed for background image */
}

ul.showDetailContainer li ul li {
	display: block !important;
	list-style-type: none;
	/* background-color: #6886d3; suppressed for background image */
}

.showDetailContainer ul, .showDetailContainer ul li ul {
	/* background-color: #6886d3; suppressed for background image */
}

/* detailContainer for acronyms; white bkgd. */

.acroContainer {
	background-color: #ffffff;
}
/* end of detailContainer for acronyms */

.showDetailContainer ul li, .showDetailContainer ul li ul li {
	/* display: list-item; */
	list-style-type: none;
	/* background-color: #6886d3; suppressed for background image */
}

a#activeLink:link, a#activeLink:visited, a#activeLink:focus, a#activeLink:hover, a#activeLink:active  {
	/* color: #93052A; */
	color: #963400;
	/* background-color: #6886d3; suppressed for leftNav bkgd image */
	font-weight: bold;
	text-decoration: underline;
}

div.searchBox {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #e4e4e4;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 199px;
}

div.searchBox form {
	padding: 4px 5px 4px 5px;
}

div.searchBox fieldset, form#smallSearch fieldset {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

div.searchBox h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1px 2px 2px 1px;
}

div.searchBox input#query-field {
	width: 150px;
	color: #444444;
}

div.searchBox input#Go {
	width: 3em; 
	font-size: 10px; 
	font-weight: bold;
}

div.searchBox p {
	text-align: center;
	font-weight: bold;
	margin: 2px;
}

a.directoryLetter:link, a.directoryLetter:visited {
	/* border: 1px solid #93052A; */
	border: 1px solid #963400;
	background-color: #F3DCE2;
	padding: 3px 5px 3px 5px;
	/* color: #93052A !important; */
	color: #963400 !important;
}	

a.dlReset:link, a.dlReset:visited {
	color: #536ba8;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
	
a.dlReset:focus, a.dlReset:hover, a.dlReset:active {
	/* color: #93052A; */
	color: #963400;
	font-weight: bold;
	text-decoration: none;
}	

div#skipNav {
	display: block;
	position: absolute;
	top: 7.0em;
	left: 700px;
	margin: 0px;
	padding: 1px;
	width: 10em;
	height: 1.4em;
	font-weight: bold;
	text-align: center;
}

div#skipNav a {
	color: #00389e !important;
}

img.bordered {
	border: 1px solid #666666;
}

h3.noscriptWarning {
	padding: 5px;
	margin: 2px;
	border: 1px solid red;
	color: red;
	font-size: 1em;
	line-height: 150%;
	text-align: center;
}

span#jsDependent {
	display: none;
}

a.imageButton:link img, a.imageButton:visited img {
	border: 2px solid #ffffff;
}

a.imageButton:focus img, a.imageButton:hover img, a.imageButton:active img {
	border: 2px solid #282888;
}

/* columns that wrap 'across' */
ul.HColWrap {
	width: 100%;
	margin-left: 0.4em;
	padding-left: 0em;
}

/* float & allow room for the widest item */
ul.HColWrap li {
    float: left;
    width: 15em;
    padding-left: 0em;
    padding-right: 1em;
    list-style-type: none;
    padding-bottom: 0.3em;
}

/* separate the list from subsequent markup */
div.colWrapper {
		width: 100%;
    margin-bottom: 0em;
}

h3.corpBlock {
	color: #E1A010; 
	border-top: 1px dotted #666666;
	padding-top: 5px;
}

.smaller_text, p.smaller_text {
	font-size: 0.8em !important;
	line-height: 1.1em !important;
}

div.AQthumbnail {
	border: 1px solid #666666;
	margin-right: 12px;
	margin-bottom: 20px;
	float: left;
	width: 250px; text-align: center;
}

div.AQthumbnail img {
	border: 1px solid #666666;
	margin-bottom: 10px;
}

div.expanded ul li ul.detailContainer {
	display: block !important;
}

div.expanded ul li ul.detailContainer li ul.detailContainer {
	display: block !important;
}

span.unlinkedHeading {
	font-size: 1.1em;
	color: #ffffff;
	font-weight: bold;
}

table.calendarGrid {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

table.calendarGrid td {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #ffffff;
	padding: 3px 1px 3px 1px;
	text-align: center;
	width: 2em;
}

table.calendarGrid th {
	border-bottom: 2px solid navy;
	border-right: 1px solid #666666;
	background-color: #fdffed;
	padding: 3px 1px 3px 1px;
	text-align: center;
}

table.calendarGrid td a:link, table.calendarGrid td a:visited, table.calendarGrid td a:active {
	font-weight: bold;
}

h4#disclaimer {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 8px; 
	background-color: #efefef;
	font-size: 0.9em;
	color: #A52A2A; 
	border-top: #666666 solid 1px;
	border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
}

div#pubs p {
	text-indent: -20px !important;
	margin-left: 30px;
}

/* GSICS style code */

div#orgLinks {
	display: block;
	position: absolute; 
	top: 21px; 
	left: 700px;
	line-height: 33px;
	width: 240px; 
}

div#orgLinks div {
	display: block;
	text-align: right;
	color: #094B99 !important;
	font-size: 20px; 
	font-weight: bold;
}

div#orgLinks div a:link, div#orgLinks div a:visited {
	text-decoration: none;
	color: #094B99 !important;
}

div#orgLinks div a:focus, div#orgLinks div a:hover, div#orgLinks div a:active {
	text-decoration: underline;
	color: #C07410 !important;
}

div#orgLinks div a acronym {
	border-bottom: 0px solid #ffffff !important;
}

/* classes for product tables */

td.rddnt {
	background-color: #DFEFFF;
}

td.NA {
	color: #666666;
	font-weight: bold;
	text-align: center !important;
	vertical-align: middle;
}

td.blueBall {
}

td.greenBall {
}

th.blueBall img, th.greenBall img, td.blueBall img, td.greenBall a img {
	margin: auto !important;
	display: block;
}

div.adobeBox {
	background-color: #efefef;
	padding: 0px 9px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-top: 6px;
}

div#serverList h3 {
	border-top: 2px dotted #666666;
	margin-top: 17px;
	padding-left: 4px;
	padding-top: 6px;
}

/* ul for ARL FAQ: */

ul li img {
	vertical-align: top;
	padding-right: 3px;
}

div#FAQ ul li {
	text-indent: -26px;
	margin-left: 20px;
	clear: both;
}

div#FAQ h2 {
	margin-top: 20px;
	border-top: 1px dashed #666666;
	padding-top: 15px;
}

div#FAQ ul li ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

/* ARL news pic div */

div.newspic {
	text-indent: 0px;
	text-align: 0px; 
	padding: 0px; 
	float: right; display: table;
}

/* ARL home page image container div */

div#ARLHome div img {
	display: table; 
	border: 1px solid #666666;
	float: left; 
	margin-right: 3px;
}

/* images that float to the right! */

div.imageBox {
		float: right;
		padding-left: 15px;
		padding-bottom: 1px;
		margin-bottom: 5px;
		padding-right: 10px;
}
	
div.imageBox img {
		border: 1px solid #666666;
		margin-bottom: 1px;
}

div.imageBox h6 {
		font-size: 1em;
		font-style: italic;
		font-weight: normal;
		text-align: left;
		margin: 1px 6px 1px 6px;
	}	
	
	
ol li {
		margin-bottom: 14px;
	}

div.leftCol {
	float: left;
	width: 49%;
}
	
div.rightCol {
	float: left;
	width: 49%;
	margin-left: 2%;
}

div.formCont span {
	display: block;
	text-align: right;
	float: left;
	width: 16em;
	padding-top: 8px;
	padding-right: 5px;
	margin-top: 5px;
	}

div.formCont span.Lt {
	display: block;
	text-align: right;
	float: left;
	width: 30em;
	padding-top: 8px;
	padding-right: 5px;
	margin-top: 5px;
	}

div.formCont span.Rt {
	float: left;
	text-align: left;
	width: 60%;
	padding-top: 3px;
	margin-top: 5px;
}

div.formCont span.Rt input {
	width: 65px;
}

fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
	color: navy;
	padding: 4px 8px;
	border: 1px solid #666666;
	background-color: #fffee8;
}

table.jobGrid caption {
	font-size: 1.4em;
	font-weight: bold;
	color: #282888;
	margin-top: 0px;
	padding-top: 0px;
}

	td.AnOpt {
		text-align: center;
		background-color: #ffffff;
	}
	
	td.AnOpt a:link, td.AnOpt a:visited {
		display: block;
		margin-bottom: 8px;
		padding: 3px;
		width: 5em;
		border-top: 1px solid #B4B3B3;
		border-left: 1px solid #B4B3B3;
		border-bottom: 1px solid #333333;
		border-right:  1px solid #333333;
		font-weight: bold;
		font-size: 0.9em;
		color: #282888;
		text-align: center;
		background-color: #BED6F6;
	}

	td.AnOpt a:hover, td.AnOpt a:active {
		display: block;
		margin-bottom: 8px;
		padding: 3px;
		width: 5em;
		border-top: 1px solid #B4B3B3;
		border-left: 1px solid #B4B3B3;
		border-bottom: 1px solid #333333;
		border-right:  1px solid #333333;
		font-weight: bold;
		font-size: 0.9em;
		color: #C0100B;
		text-align: center;
		background-color: #BED6F6;
	}
