body {
	position: relative;
	width: 992px;
	font-size: 76%; /* sets default font size */
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .01em;
	margin: 10px auto;
}
	
a {text-decoration: underline;	color: #000099;}

a:visited {color: #5D5D5D}

a:hover {color: #000000;	background-color: #BBBBFF;}

a:active {	}
	
h1 {
	font-size: 2em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h2 {
	font-size: 1.6em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	margin: .5em 0 .2em 0;
    font-weight: bold;
}

h4 {
	font-size: 1.2em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: .5em 0 .2em 0;
	font-weight: bold;
}
img {border: 0;}

 
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: .5em 0em 1.2em 0em;
}

li > p {margin-top: 0.2em;}

li {font-size: 1.0em; line-height: 1.5em;}

li ul, li ol {margin-top: .15em;} /*** equalize spacing "sub lists" within a list ***/

dl {margin: .5em 0 1.2em 0}

dt {
	line-height: 1.5em;
	font-size: 1em;
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
	margin-bottom: 1.2em;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: normal;
}


td, th {font-family: Arial, Helvetica, sans-serif; font-size: 1.1em;}
strong, b {font-weight: bold;}
a#skipnav, a:visited#skipnav, a:hover#skipnav {/* Hide a skip nav link for screen readers*/
	position: absolute;
	display: block;
	height: 1px;
	overflow: hidden;
	top: 0;
	left: 0;
	text-indent: -9000px;
}

/*** HEADER ***/

div#header {
	position: relative;
	margin: 0;
	height: 118px;
	background-color: #39275b;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	z-index: 0;
}

img#uwlogo {
	position: absolute;
	top: 10px;
	left: 10px;
}

/* create breadcrumbs */
#header ul#crumbs {
	position: absolute;
	top: 55px;
	left: 650px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header ul#crumbs li {
	display: inline;
	color: #fff;
}

#header ul#crumbs a, #header ul#crumbs a:visited {
	font-size: .75em;
	color: #fff;
	background-color: rgb(57, 33, 90);
	text-decoration: none;
}

#header ul#crumbs a:hover {
	text-decoration: underline;
	background-color: rgb(57, 33, 90);
}

/* create uw resources */
#header ul#uwresources {
	position: absolute;
	top: 5px;
	left: 650px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header ul#uwresources li {
	display: inline;
	color: #fff;
}

#header ul#uwresources a, #header ul#uwresources a:visited {
	font-size: .9em;
	color: #fff;
	background-color: rgb(57, 33, 90);
	text-decoration: none;
}

#header ul#uwresources a:hover {
	text-decoration: underline;
	background-color: rgb(57, 33, 90);
}

/* absolutely positioned "search HR" form */

#header form {
	display: block;
	position: absolute;
	top: 28px;
	left: 650px;
	background-color: transparent;
}

#header form input#myfield {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 15px;
	width: 140px;
	color: #000;
}

#header form input#submit {
	position: absolute;
	left: 150px;
	font-size: 9px;
	background-color:#ccc;
	border: 2px inset #ccc;
}

/*** style human resources name ***/

#header img#title {
	position: absolute;
	left: 70px;
	top: 55px;
}

/*** TOPIC NAVIGATION BAR ***/

ul#topicnav {
	list-style-type: none;
	margin: 0;
	padding-bottom: 2px;
	background-color: #000;
	border-top: 2px solid #63912B;
	border-bottom: 2px solid #63912B;
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: center;
}

ul#topicnav li {
	display: inline;
	color: #E5E5E5;
}

ul#topicnav a, ul#topicnav a:visited {
	color: #e5e5e5;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

ul#topicnav a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}
/*** LOWER CONTENT AREA ***/

/*** wrapper for three column display ***/

div#contentWrap {
	margin-top: 6px;
	padding: 0 0 15px 0;
}

div#leftCol{ /* left column */
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
}

/*** left navigation ***/
/*** Link  to HR Home page link ***/
div#homenav {
	background-color: #63912B;
	font-weight: normal;
	font-size: .9em;
	text-align: left;
	margin-bottom: 6px;
	padding-left: 3px;
	line-height: 2em;
}

#homenav a, #homenav a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #63912B;
}

#homenav a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #63912B;
}

/* contract navigation*/

div#lnavcol {
	position: relative;
	background-color: #F6F4FD;
}

div#lnavcol ul {
	position: relative;
	margin: 0 0 10px -1px;
	padding: 0;
	border-left: 0;
	list-style-type: none;
}

div#lnavcol li {
	font-size: .9em;
	position: relative;
	border: 1px solid #F6F4FD;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
}

div#lnavcol li div { /*this sets the style for the navigation column main heading*/
	color: #F8F8EA;
	background-color: #00014F;
	padding: 0 0 1px 3px;
	font-weight: bold;
}

div#lnavcol li span {
	font-size: .9em;
	position: absolute;
	top: 1px;
	left: 2px;
}

div#lnavcol li.sub {
	color: #fff;
	background-color: #666;
}

div#lnavcol li.sub div.title {
	margin: 0 0 2px 2.7em;
	padding: 0 0 0 2px;
	color: #fff;
	background-color: #666;
	font-weight: normal;
	font-size: .95em;
}

div#lnavcol li a, div#lnavcol li a:visited  {
	display: block;
	margin: 0 0 2px 2.7em;
	padding: 0 0 0 2px;
	text-decoration: none;
	color: #000066;
	background-color: transparent;
}

div#lnavcol li a:hover {
	color: #E5E7B5;
	background-color: #35369F;
}

/*** center column ***/

div#centerColumn {
	float: left;
	margin: 0 0 0 12px;
	width: 580px;
	background-color: #FFFFFF;
}

/* optional announcement container */
div#announcement {
	top: 25px;
	background-color: #f5f5f5;
  	border: 1px solid #e3e3e3;
	color: #000;
	padding: 10px;
	margin: 10px 10px 10px 0;
}


div#announcement p {
	margin: 0;
	line-height: 1.3em;
	font-size: 12px;
}

/* end optional annuoncement container */

/* optional table of contents box */

div.pagecontents {
	margin: .3em 0 1.7em 0;
	z-index: 1;
}

div.pagecontents p {
	float: left;
	margin: 0;
	margin-top: 6px;
	padding: 0;
	top: 0;
	left: 0;
	color: #63912b;
	background-color: #fff;
	font-weight: bold;
	font-size: .95em;
}

div.pagecontents ul {
	float: left;
	margin-left: 2em;
	list-style-type: none;
	padding: 0;
}

div.pagecontents li {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #666;
	font-size: .9em;
	line-height: 1.3em;
}

div.pagecontents a, div.pagecontents a:visited {
	text-decoration: none;
	display: block;
	color: rgb(57, 33, 90);
}

div.pagecontents a:hover {
	text-decoration: underline;
}
/*******end page contents box**********/

	
#centerColumn h1 span {
	font-size: .8em;
}

/* SPAN code for contract effective dates */

#centerColumn h1 span.effective {
	font-size: 0.5em;
	font-weight: normal;
}

/*** right column ***/

div#rightcol {
	float: left;
	width: 180px;
	z-index: 1;
}

div#rightcol-hdng {
	font-size: 1.1em;
	position: relative;
	border-bottom: 1px solid #ccc;
	z-index: 100;
	color: rgb(57, 33, 90);
	background-color: #fff;
	height: 70px;
}

div#rightcol-hdng p {
	position: absolute;
	font-weight: bold;
	bottom: 5px;
	left: 10px;
	line-height: 1.1em;
	margin: 0;
}

div#rightcol-hdng p a, div#rightcol-hdng p a:visited {
	text-decoration: none;
}

#subtopiclinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	border: 0;
}

#subtopiclinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	border: 0;
}

#subtopiclinks li {
	padding-left: 10px;
	line-height: 1.7em;
	color:  #999;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}


#subtopiclinks a, #subtopiclinks a:visited {
	display: block;
	color: #507522;
	background-color: #fff;
	text-decoration: none;
}

#subtopiclinks a:hover {
	color: #fff;
	background-color: #999;
	margin-left: -10px;
	padding-left: 10px;
}

div.infobox {
	margin: 20px 0 0 .6em;
	padding: 0;
	clear: left;
}

div.infobox p {
	margin: 0 0 1.1em 0;
	padding: 0;
	font-size: .9em;
	line-height: 1.3em;
	color: rgb(57, 33, 90);
}

div.infobox a, div.infobox a:visited {
	color: rgb(57, 33, 90);
	text-decoration: underline;
}

div.infobox a:hover {
	color: rgb(57, 33, 90);
	background-color: #ccc;
}


/* contact hr box */

div#contactBox {
	margin-top: 8px;
	padding: 10px 0 10px 15px;
	background-color: #CCCCCC;
}

div#contactBox a, div#contactBox a:visited {
	font-weight: bold;
	color: #330033;
	text-decoration: none;
}

div#contactBox a:hover {
	text-decoration: underline;
}

/* TABLE STYLES */
/*** table styles ***/
/* with strong horizontal lines and light vertical lines */


table.display {
	border: 1px solid #3A3A3A;
	border-collapse: collapse;
	margin: .5em 5px 1.5em 5px;
	font-size: .85em;
}

table.display td, table.display th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	border-collapse: collapse;
	padding: .2em .4em;
}

table.display caption {
	font-size: 1.4em;
	font-weight: bold;
}

/*with strong vertical lines and light horizontal lines */
table.display2 {
	border: 1px solid #3a3a3a;
	margin: .5em 5px 1.5em 5px;
	font-size: .85em;
}

table.display2 td, table.display2 thead th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	border-left: 1px solid #3A3A3A;
	border-right: 1px solid #3A3A3A;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: .2em .4em;
}

table.display2 thead th {border: 1px solid #3A3A3A;}

table.display2 tbody th { color: white; background-color: #808080; padding: 0.1em;}

table.display2 caption {
	padding: .5em 0;
	font-size: 1.4em;
	font-weight: bold;
}

table.display2 p {
	margin: .2em 0 .5em 0;
}

table.display2 ul {
	margin: 0 0 0 1em;
	padding: 0 1em;
}

table.display2 ol {
	margin: 0 0 0 1em;
	padding: 0 1.1em;
}

/*** CLEARING DIV ***/

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

div.clear hr {
	visibility: hidden;
}

/*** Link  to HR Home page link ***/
a#hrhome, a:visited#hrhome {
	display: block;
	margin-bottom: 6px;
	background-color: #63912B;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	text-align: center;
	line-height: 2em;
}

a:hover#hrhome {
	text-decoration: underline;
}

/*new window icon */
a.newwin , a:visited.newwin, a:hover.newwin{
	padding-right:8px;
	background-image:url(/admin/hr/imgs/arrow-newwin.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: visible;
}

/* common footer */

#footer {
	position: relative;
	padding-bottom: 50px;
	margin-top: 10px;
}

#infobar {
	margin-top: 10px;
	font-size: .9em;
	color: #fff;
	padding: 8px;
	background-color: #39275b;
}

#infobar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#infobar li {
	display: inline;
}

#infobar a, #infobar a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#infobar a:hover {
	text-decoration: none;
	color: #000;
}

#infobar p {
	margin: 0;
	padding: 0;
}

#footer img {
	position: absolute;
	top: -6px;
	right: 0;
}