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

a#skipNav {
	display: block;
	font-size: 1px;
	margin-top: -2px;
	color: #fff;
	text-indent: -1000px;
}

img {border: 0;}

li {
	margin-bottom: .5em;
	font-size: 1.05em;
	line-height: 1.35em;
}

p {
	font-size: 1.05em;
	line-height: 1.35em;
}

/* position images */
img.left {
	float:left;
	padding-right:5px;
}
img.right {
	float:right;
	padding-left:5px;
}
img.rightBorder { 
	border: 1px solid #000000;
	float:right;}

/*Default Link Styles*/
a, a:visited {
	text-decoration: underline;
	}

a:hover, a:focus, a:active {
	text-decoration: none;
}

/**/

h1, h2, h3, h4, h5 {color:#39275B; font-smooth: always;}
h1 {
	font-size:2em;
	margin-bottom: 0;
}

h2.red {font-size:1.65em; color:#FF0000;}
h2 {font-size:1.65em;}
h3 {font-size: 1.4em;}

/*definition list default styles */

dl { margin: 0;}
dt {
	font-size: 1.1em;
	font-weight: bold;
	margin: .7em 0 .3em 0;
	padding-left: 14px;
	background-image: url(/admin/dso/imgs/bullet-arrow.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
}

dt a:active, dt a:link, dt a:visited {
	text-decoration: none;
}

dt a:hover {
	text-decoration: underline;
}

dd {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 .7em 2em; }
	
dd ul {
	font-size: 0.9em;
	font-weight: normal;
}

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


.center {text-align:center;}

.title {
	margin-top:13px;
	margin-bottom: 5px;
	background:#fff;
	margin-left: 0px;
	margin-right: 0px;
}

.resources {
	background-repeat: no-repeat;
	width:195px;
	border:1px solid #c6c1d9;
	background-color: #94BCDA;
	float:right;
	padding:4px;
	color: #39275b;
	font-size:0.95em;
	line-height:1.2em;
	margin: 0px 0px 8px 8px;
	}
	
.rightColumn {
	clear:both;
	float:right;
	color:#39275B;
	font-size:0.95em;
	line-height:1.2em;
	padding-left: 3px;
	padding-bottom:10px;
	width: 220px;
	}
	
.contactUs {width:250px;}

/***header styles***/

#headerContainer {
	background:url(/admin/dso/imgs/uwlogo-wpurp.gif) 5px 5px no-repeat #39275b;
	position: relative; /* allows absolute position of other contained elements */
	height: 112px;
	background-color: #39275b;
	border-bottom: 6px solid #000000;
	width: 99%;
}

#headerContainer a, #headerContainer a:visited {
	text-decoration: none;
	color: #fff;
}

#headerContainer a:hover {
	text-decoration: underline;
}

/*UW Logo Styles

div#uwlogo {
	position: absolute;
	overflow: hidden;
	top: 10px;
	left: 0;
	background:url(/admin/dso/imgs/uwlogo-wpurp.gif) top left no-repeat #39275b;
	width:  25em;
	height: 7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
div#uof {
	position: absolute;
	font-size: 9px;
	letter-spacing: 7px;
	top: 2px;
	left: 60px;
	color: #f3ecc2;
}
	
div#washngtn {
	position: absolute;
	top: 14px;
	left: 60px;
	letter-spacing: .1em;
	font-family:"Times New Roman", Times, serif;
	font-size: 23px;
	color: #f3ecc2;
}
	
div#campuses{
	position: absolute;
	top: 43px;
	white-space: nowrap;
	left: 0;
}
	
div#campuses a, div#campuses a:visited {
	margin-left: 27px;
	color: #f3ecc2;
	text-decoration: none;
	font-size: 11px;
}
	
div#campuses a:hover {
	text-decoration: underline;
}

/*end UW Logo Styles*/


div#headerRight {
	position: relative;
	color: #fff;
	float: right;
	margin: 8px 13px 8px 8px;
	padding: 0;
	font-size: .9em;
	text-align: right;
	white-space: nowrap;
	z-index: 2;
}

div#headerRight form {
	margin-top:10px;
}

div#uwdirectoryText {
	margin-top: .8em;
	font-size:1.2em;
	font-weight: bold;
}
/***end header***/


div#navContentWrap { /* wrapper for left navigation and content */
position: relative;
background-image: url(/admin/dso/imgs/lftcol-bkgrnd.gif); /*provides 
background color for left navigation column*/
background-position: left;
background-repeat: repeat-y;
float: left;
width: 870px;
}

#navContentWrap img#safecampusBkgrnd { /*positions image at bottom of left navigation column*/
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

/***Start left navigation column***/

#leftColumn { /* contains navigation */
	width: 233px;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 265px; /* provides space for positioned image in navContentWrap that is at bottom
	of this column*/
	float: left;
}

div.menuTitle {
	font-weight: bold;
	font-size:1.2em;
	color:#003157;
	margin: 20px 0px 0px 10px;
	height:100%;
}

ul.menu {
	list-style-type:none; 
	margin: 0;
	padding: 10px 5px 0 10px;
	font-weight: bold;
}

ul.menu li {	
	border-bottom: 1px solid #f3ecc2;
	margin-bottom: .8em;
}

ul.menu a, ul.menu a:visited {
	color:#000;
	display: block;
	font-size: .9em;
	margin: 0;
	text-decoration: none;
}

ul.menu a:hover, ul.menu a:focus, ul.menu a:active{
	text-decoration: underline;
} 


/***end left navigation column***/

#mainContent { /*wraps main content section of page*/
	height: 100%;
	background:#fff;
	float: left;
	margin-top: 3px;
	padding: 5px 0 6px 25px;
	clear:right;
	font-size:0.95em;
	width:600px
}

img#dsoTitle {/*image used as page "heading"*/
	display: block; /* ensure that image occupies width of containing element*/

} 

#mainContent a, #mainContent a:visited, #mainContent a:hover {color:#39275b; }

/* internal page navigation */

div.pagecontents {
	margin: .5em 0 1.7em 0;
	z-index: 1;
}

div.pagecontents p {
	float: left;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	font-size: .9em;
}

div.pagecontents ul {
	float: left;
	margin: 5px 0 0 12px;
	list-style-type: none;
	padding: 0;
}

div.pagecontents li {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #666;
	font-size: .95em;
	line-height: 1.3em;
}

div.pagecontents a:link, div.pagecontents a:visited {
	text-decoration: none;
	display: block;
	color: rgb(57, 33, 90);
}

div.pagecontents a:hover {
	text-decoration: underline;
}

/*end internal page navigation*/


.spotlightBullets {
	list-style-image:url(/president/images/video_bullet.gif);
	list-style-position:outside; 
	color: #ac9c41;padding:0;
	}
	
.menuCopy {
	color:#000000;
	font-size:.95em;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

/****styles for floated "callout box"****/
.sidebar {background-color:#ffffff; width: 206px; float:right; margin:5px; clear:right; color:#39275b; padding-bottom:10px;}
.sidebar a{color:#39275b;}

/* Footer Styles */

#footer {
	clear: both;
	width: 99%;
	background-color: #39275b;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

.footerText {
	padding: 10px 10px 10px 20px;
	font-size: 0.8em;
	color: #fff;
}

div.clear {clear: both;}
div.clear hr {visibility: hidden; color: #fff; margin: 0;}

/*** 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;
}

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;
}

table.display p {
	margin: .2em 0 .5em 0;
}

table.display ul {
	margin: 0 0 0 1em;
	padding: 0 1em;
}

table.display ol {
	margin: 0 0 0 1em;
	padding: 0 1.1em;
}

/*********hide search "labels"************/

label.hideLabel {
position:absolute;
 left:0px;
 top:-500px;
 width:1px;
 height:1px;
 overflow:hidden;
}