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.4em;
	margin: .5em 0 .2em 0;
    font-weight: bold;
}

h4 {
	font-size: 1.15em;
	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: 150px;
	background-color: rgb(57, 33, 90);
	background-image:url(/admin/hr/imgs/UWLogo-white.jpg); /* insert UW Logo */
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	z-index: 0;
}

/* create breadcrumbs */
#header ul#crumbs {
	position: absolute;
	top: 38px;
	left: 10px;
	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: 700px;
	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: 35px;
	left: 700px;
	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: 56px;
}

/*** 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#contentWrap  table {
	margin-left: 20px;
}

div#contentWrap table table {
	margin-left: 0;
}


/*** center column ***/
div#centerColumn {
	margin: 0 ;
}

#centerColumn div#centercol-hdng {
	position: relative;
	border-bottom: 1px solid #63912B;
	background-color: #fff;
	height: 50px;
	z-index: 10;
}

#centerColumn h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	font-size: 1.9em;
	bottom: 5px;
	left: 0;
}

/*** CLEARING DIV ***/
div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
div.clear hr {
	visibility: hidden;
	height: 0;
	overflow: hidden;
}


/*** Link  to HR Home page link ***/
div#homenav {
	width: 160px;
	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;
}
	

/* common footer */

#footer {
	margin-top: 10px;
	position: relative;
	padding-bottom: 50px
}

#infobar {
	width: 87%;
	font-size: .9em;
	color: #fff;
	padding: 8px;
	background-color: rgb(57, 33, 90);
}

#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: underline;
}

#infobar p {
	margin: 0;
	padding: 0;
}

#footer img {
	position: absolute;
	top: -6px;
	right: 0;
}

