.dot-left {
	border-left: dotted;
	border-left-width: thin; 
	border-left-color: #6A5E4B;
}

.dot-right {
	border-right: dotted;
	border-right-width: thin; 
	border-right-color: #6A5E4B;
}

.dot-top {
	border-top: dotted;
	border-top-width: thin; 
	border-top-color: #6A5E4B;
}

.dot-bottom {
	border-bottom: dotted;
	border-bottom-width: thin; 
	border-bottom-color: #6A5E4B;
}

.dot-all {
	border: dotted;
	border-width: thin; 
	border-color: #6A5E4B;
}

/* Horizontal Menu CSS */
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
text-align: center;
float: left;
background-color: #FFFFFF; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 75px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 0px;
border-left-width: 0;
text-decoration: none;
color: 0D1237;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
text-align: left;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 100px; /*width of sub menu levels*/
color: 0D1237;
text-decoration: none;
padding: 1px 5px;
border: 0px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: D4DEE9;
color: 0D1237;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #FFFFFF url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #FFFFFF url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {font-weight: bold; text-decoration: none;}
a:hover {font-weight: bold; text-decoration: underline;}
a:active {font-weight: bold; text-decoration: none;}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D1237;
	background-color: #FFFFFF;
}

.nav a:link {color: #0D1237; text-decoration: none;}
.nav a:visited {color: #0D1237; text-decoration: none;}
.nav a:hover {color: #0D1237; text-decoration: none;}
.nav a:active {color: #0D1237; text-decoration: none;}

.nav-selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #54373A;
	background-color: #D9E0E6;
	text-align: center;
	vertical-align: middle;
	cursor:hand;
}

.nav-selected a:link {color: #002D56; text-decoration: none;}
.nav-selected a:visited {color: #002D56; text-decoration: none;}
.nav-selected a:active {color: #002D56; text-decoration: none;}

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #B2C0CC;
	padding: 6px;
}

.subnav a:link {color: #AA0428;}
.subnav a:visited {color: #D6668D;}
.subnav a:hover {color: #009B7B;}
.subnav a:active {color: #FFD796;}

.left-item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #FF974F;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8DBE4;
}

.left-item a:link {color: #F5FFDF;}
.left-item a:visited {color: #523B22;}
.left-item a:hover {color: #C3FF93; text-decoration: none;}
.left-item a:active {color: #F54F29;}

.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 10px;
	line-height: 1.3;
}

.content a:link {color: #A51E22;}
.content a:visited {color: #053556;}
.content a:hover {color: #A51E22; text-decoration: underline;}
.content a:active {color: #14619F;}

.content-box {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: #EDEADF;
	padding: 10px;
	line-height: 1.3;
}

.content-box a:link {color: #056147;}
.content-box a:visited {color: #254381;}
.content-box a:hover {color: #A51E22;}
.content-box a:active {color: #056147;}

.box { 
  background: #FBF4A1; 
}
.boxtop { 
  background: url(http://students.washington.edu/pikapps/images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(http://students.washington.edu/pikapps/images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(http://students.washington.edu/pikapps/images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(http://students.washington.edu/pikapps/images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

.col-one {
	float: left;
	width: 350px;
}

.col-two {
	align: center;
	float: right;
	width: 350px;
}


.content-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	font-weight: normal;
	color: #222222;
}

.content-small a:link {color: #002D56;}
.content-small a:visited {color: #A31C5F;}
.content-small a:hover {color: #37522B;}
.content-small a:active {color: #002D56;}

.pagetitle {
	font-family: "Times New Roman", Times, serif; 
	font-size: 20; 
	font-weight: bold; 
	color: #333333;
	padding: 4;
}

.content-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #47403E;
	background-color: #FFF19F;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #056147;
}

.content-header a:link {color: #F16165;}
.content-header a:visited {color: #966C6F;}
.content-header a:hover {color: #5FD3FF;}
.content-header a:active {color: #FFD796;}

.content-header-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #F9F7DD;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #67074D;
}

.content-header-small a:link {color: #F15D62;}
.content-header-small a:visited {color: #09657F;}
.content-header-small a:hover {color: #5FD3FF;}
.content-header-small a:active {color: #FFD796;}

.content-subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FAD79B;
	padding: 5px;
}

.content-subheader a:link {color: #002D56;}
.content-subheader a:visited {color: #002D56;}
.content-subheader a:hover {color: #002D56;}
.content-subheader a:active {color: #002D56;}

.ecrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #D7F4EE;
	padding: 5px;
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #00A185;
	line-height: 1.4;
}

.ecrow a:link {color: #F54F29;}
.ecrow a:visited {color: #523B22;}
.ecrow a:hover {color: #009B7B;}
.ecrow a:active {color: #FFD796;}

.ecrow2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #F7F7F7;
	padding: 7px;
	vertical-align: center;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 1.4;
}

.ecrow3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #1E1E1E;
	padding: 5px;
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #C877AF;
	line-height: 1.4;
}

.ecrow3 a:link {color: #63220E;}
.ecrow3 a:visited {color: #09657F;}
.ecrow3 a:hover {color: #5FD3FF;}
.ecrow3 a:active {color: #002D56;}

.ecbox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #F0F0F0;
	padding: 8px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.ecbox a:link {color: #6B534C;}
.ecbox a:visited {color: #6B534C;}
.ecbox a:hover {color: #000000;}
.ecbox a:active {color: #6B534C;}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4B4B4B;
	padding: 2px;
}

input.errHilite, select.errHilite, textarea.errHilite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #DDC;
	background-color: #FFE;
	padding: 2px;
	}
label.errHilite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00;
	padding: 2px;
	}
	
body {
	background-color: #FFFFFF;
	margin: 0px;
}