/* Backgrounds */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
}
.broken {
	text-decoration: line-through !important;
}

/* Header */
#som_header {
	height: 87px;
	width: 560px;
}
#som_header img {
	padding: 0px;
	margin: 0px;
}
#som_header h1 {
	display: none;
}
.header_bg {
	background-image: url(../images/headerbg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

/* Footer */
#footer {
	background: #cedddb;
	height: 13px;
	padding: 4px 0px 4px 0px;
	font-size: .7em;
	color: #0c5449;
	border-top: 1px solid #0c5449;
}
#footer #wsu_policy {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 35px;
}
#footer #wsu_copyright {
	float: right;
	width: 225px;
}


/* Resets */
a {
	color: #0C5449;
	text-decoration: underline;
}
a:hover {
	color: #0C5449;
	text-decoration: none;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, form {
	margin: 0px;
	padding: 0px;
}

.container { width: 900px; margin: 0px auto; }
.smaller, .small { font-size: 0.8em; }
.clearboth { clear: both; }
.clearright { clear: right; }
.bold { font-weight: bold; }
