@charset "utf-8";
/* CSS Document */

/*
SITE COLORS
gray background #DAD7D1
dark gray background #BEBAB0
logo red #BB0D31
logo gold #996600
gray light #A6A09D
gray medium #85817E
gray dark #403F3D
*/

/* --- GENERAL RULES --- */
* {
	margin: 0px;
	padding: 0px;
}


html, body {
	height: 100%;
}

body {
	font: normal 0.9em/1.6em arial, helvetica, sans-serif;
	color: #403F3D;
	background: #DAD7D1;
	text-align: center;
}

a:link, a:visited {
	color: #BB0D31;
}

a:hover, a:active {
	color: #403F3D;
}

img {
	border: none;
}

/* --- DIV RULES --- */
/* --- General Rules --- */
div#center {
	position: relative;
	margin: 0px auto;
	height: 100%;
	padding: 0px;
	width: 980px;
}

div#container {
	background-color: #FFFFFF;
	min-height: 100%;
	text-align: left;
}

div#clearcontent {
	clear: both;
}

/* --- Header Rules --- */
div#header {
	background: #FFFFFF url(../images/uwpTopMid.gif) repeat-x;
	height: 145px;
}

div#headleft {
	background: url(../images/uwpTopLeft.gif) no-repeat;
	float: left;
	height: 130px;
	width: 30px;
}

div#headbranding {
	padding-top: 35px;
}

div#headright {
	background: url(../images/uwpTopRight.gif) no-repeat right top;
	float: right;
	height: 130px;
	width: 100px;
}

/* --- Footer Rules --- */
div#footer {
	padding: 25px;
	margin: 35px 0px 0px;
	border-top: 1px solid #DAD7D1;
	text-align: center;
}

/* --- TEXT RULES --- */
/* --- p Rules --- */
p {
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

div#content p {
	padding: 5px 0px 10px;
}

div#content p.abovelist {
	padding: 5px 0px 0px;
}

/* --- h1 Rules --- */
h1 {
	font: 16px arial, helvetica, sans-serif;
}

h1.department {
	font-weight: bold;
	text-align: right;
	padding: 0px 105px 10px 0px;
}

h1.department .departmentgray {
	color: #403F3D;
	font-weight: normal;
}

h1.department a {
	text-decoration: none;
	color: #BB0D31;
}

h1.department a:hover {
	color: #403F3D;
}

/* --- h2 Rules --- */
h2 {
	font: bold 1.2em/1.6em arial, helvetica, sans-serif;
	color: #996600;
	margin: 0px;
	padding: 0px;
}

/* --- h3 Rules --- */
h3 {
	font: bold 1em/1.6em Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px;
}

h3.sublist {
	font-weight: normal;
	padding: 0px 0px 5px;
}

/* --- h4 Rules --- */
h4 {
	font: bold 1em/1.2em Arial, Helvetica, sans-serif;
	padding: 0px 0px 5px;
}

h4.sublist {
	font-weight: normal;
	padding-bottom: 5px;
}

/* --- h5 Rules --- */
h5 {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
}

/* --- h6 Rules --- */
h6 {
	padding-top: 8px;
	font: normal 9px/12px Arial, Helvetica, sans-serif;
}
