html, body
{
	color:#00406e;
	margin:0;	
	padding:0;
	height:100%;
	width:100%;
	font-family: sans-serif;
	font-size:small;
}

h1 {
	font-size: x-large;
	font-family: arial, sans-serif;
	font-weight : bold;
	margin:0;
}

h2{
	font-size: large;
	font-family: arial, sans-serif;
	font-weight : bold;
	margin-top:25px;
}
h3 {
	font-size: medium;
	font-family: arial, sans-serif;
	font-style : italic;
}

img
{
	border:0;
}

div
{
	margin:0;	
	padding:0;
}

p
{
	margin:0px;
}

ul
{
	margin:0;
	padding:0;
}
li
{
	margin:0;
	margin-left:15px;
	padding:0;
}
p.content, ul.content
{
	margin-top:12px;	
	margin-bottom:12px;	
}
p.smallText
{
	font-size: x-small;
}

table.logo
{
	height:119px;
	width:100%;
}

table.logo td.leftCol
{
	text-align:left;
	vertical-align:middle;
	background: black url(../img/headerBkGrd.gif) repeat-x top left;
}

table.logo td.rightCol
{
	background: black url(../img/headerBkGrd.gif) repeat-x top left;
}

.mainMenu
{
	margin:0;
	padding:0;
}
.mainMenu li
{
	margin:0;
	padding:0;
}	
table.mainMenu
{
	margin:0;
	padding:0;
}
table.mainMenu td
{
	margin:0;
	padding:0;
}

table.staticMenuItemStyle, table.selectedMenuItemStyle
{
	margin-top:10px;
	margin-right:5px;
	z-index:99;
}
table.staticMenuItemStyle td
{
	color: #a59595;
	font-weight:bold;
	font-size:small;
	text-align:left;
	height:30px;
	width:110px;
}
table.staticMenuItemStyle td.boxLeft
{
	background: white url(../img/mnuLeft.gif) no-repeat top left; 
	width:4px;
}
table.staticMenuItemStyle td.boxItem
{
	/* can't use border because of FF*/
	background: white url(../img/mnuItem.gif) no-repeat top left; 
	cursor:pointer;
}
table.staticMenuItemStyle td.boxRight
{
	background: white url(../img/mnuRight.gif) no-repeat top right; 
	width:4px;
}
table.selectedMenuItemStyle td
{
	color: #e03a6a;
	font-size:small;
	font-weight:bold;
	text-align:left;
	height:30px;
	width:110px;
}
table.selectedMenuItemStyle td.boxLeft
{
	background: white url(../img/mnuLeftSelected.gif) no-repeat top left; 
	width:4px;
}
table.selectedMenuItemStyle td.boxItem
{
	/* can't use border because of FF*/
	background: white url(../img/mnuSelected.gif) repeat-x top left; 
	cursor:pointer;
}
table.selectedMenuItemStyle td.boxRight
{
	background: white url(../img/mnuRightSelected.gif) no-repeat top right; 
	width:4px;
}

table.curvedBox
{
	margin-bottom:15px;
	width:100%;
}
table.curvedBox th.boxTopLeft
{
	background: #3366cc url(../img/boxTopLeft.gif) no-repeat top left; 
	width:10px;
}
table.curvedBox th
{
	color: White;
	font-weight:bold;
	text-align:left;
	background-color:#3366cc;
	padding-top:10px;
	padding-bottom:10px;
}
table.curvedBox th.boxTopRight
{
	background: #3366cc url(../img/boxTopRight.gif) no-repeat top right; 
	width:10px;
}
table.curvedBox td.title
{
	font-weight:bold;
	text-align:left;
	padding-top:10px;
	padding-bottom:5px;
	border-bottom: 1px dotted #3366cc;
}
table.curvedBox td.content
{
	font-weight:normal;
	text-align:left;
	padding-top:10px;
}
table.curvedBox td.leftEdge
{
	border-left: 1px solid #3366cc;
}
table.curvedBox td.rightEdge
{
	border-right: 1px solid #3366cc;
}
table.curvedBox td.boxBtmLeft
{
	font-size:1pt;
	background: white url(../img/boxBtmLeft.gif) no-repeat bottom left; 
	height:9px;
	width:10px;
}
table.curvedBox td.footer
{
	font-size:1pt;
	height:9px;
	border-bottom: 1px solid #3366cc;
}
table.curvedBox td.boxBtmRight
{
	font-size:1pt;
	background: white url(../img/boxBtmRight.gif) no-repeat bottom right; 
	height:9px;
	width:10px;
}

span.Highlight
{
	color:#ec0404;
	font-weight:normal;
}

div.menuContainer
{
	position:absolute;
	margin:0;
	left:0; /* This is -2px in dev */
	height:37px;
	z-index:99;
	vertical-align:bottom;
}

div.bodyContainer
{
	position:relative; 
	margin:0;
	min-width:530px;
	width:100%;
	margin-bottom:50px
}

div.bodyIEBox
{
	margin:0;
	position:absolute;
	top:40px; /* This is 39px in dev */
	width:100%;
	min-width:600px;
}

div.bodyIE7Box
{
	margin:0;
	position:absolute;
	top:55px; /* This is 57px in dev */
	width:100%;
	min-width:600px;
}
div.bodyBox
{
	margin:0;
	position:absolute;
	top:39px;
	width:100%;
	min-width:600px;
}
div.contentContainer
{
	margin:0;
	border:1px solid #dadada;
	min-height:420px;
}

table.jobInfo
{
	border:0;
	padding:0;
	width:100%;
}
table.jobInfo td.label
{
	font-weight:bold;
	width:150px;
}	
table.jobInfo td.data
{
	font-weight:normal;
}	
