/* CSS Document */
body {
	font-family: verdana;
	font-size: 65%;
	color: #666666;
	text-align: center;
	height: 100%;
	background: #eeeeee url(../images/centerfill_900.gif) top center repeat-y;
	margin: 0;
	padding: 0;
}

#container {
	padding: 50px 8px 0 8px;
	width: 884px;
	margin: auto;
	text-align: left;
}

#header {
	background: url(../images/header.jpg) top left no-repeat;
	height: 20px;
	padding: 0;
	padding-top: 90px;
	margin: auto;
	text-align: center;
	width: 900px;
}

#header h1 {
	font-family: arial;
	color: #000055;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#menu {
	float: left;
	width: 270px;
	margin: 0;
	line-height: 180%;
	text-align: left;
}

#content {
	margin-left: 300px;
	text-align: justify;
	font-size: 1.1em;
	line-height: 160%;
	padding-right: 20px;
}

p {
	margin: 8px 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	font-family: arial;
	color: #000055;
	margin: 5px 0;
	padding: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

pre {
	margin: 0;
	padding: 0;
}

address {
	margin: 0;
	padding: 0;
}
	
th {
	text-align: left;
	width: 120px;
}

img {
	border: 0;
	vertical-align: middle;
}

input {
	vertical-align: middle;
}

a {
	color: #ff0000;
	text-decoration: none;
}
	
#menu a {
	color: #000055;
	text-decoration: none;
}

a:hover {
	color: #AFB000;
}

.inactive {
	color: #AFB000;
}

.address {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 350px;
}

blockquote {
	margin-top: 0;
}

#footer {
	font-family: verdana;
	text-align: left;
	padding-top: 50px;
	background: url(../images/uwsp-logo.jpg) bottom right no-repeat;
	height: 80px;
	clear: left;
}

#footer h1 {
	font-size: 1.4em;
	color: #000055;
	font-family: arial;
	margin: 0;
	padding: 0;
}

.title {
	font-size: 2em;
	font-weight: bold;
	font-family: arial;
	color: #000055;
	margin: 5px 0;
	padding: 0;
}

.hr {
	height: 18px;
	width: 550px;
	margin: 0;
	padding: 0;
	background: url(../images/hr.jpg) top left no-repeat;
}

.submenu {
	padding: 0 0 10px 30px;
}

.rtnMsg {
	background: #FFAAAA;
	font-weight: bold;
	padding: 10px;
}

.actions {
	padding: 10px 15px;
	text-align: right;
}

/* help boxes */
.popupHelp {
	position			: absolute; 
	left				: 30px; 
	top					: 30px; 
	width				: 300px;
	border				: 1px solid #000066;
	background			: yellow;
	padding				: 8px;
	overflow			: visible;
	margin				: auto;
	display				: none;
	visibility			: hidden;
	z-index				: 3;
	text-align			: left;
}

.popupHelp p {
	margin: 0 auto 7px auto;
}

#editorHelp {
	border: 2px gray inset;
	padding: 10px 5px;
	display: none;
}

/* This version is for the bottom of the front page... 
#banner_ad {
	width: 566px; 
	height: 81px; 
	background: url(/images/banner_ad.jpg) top left no-repeat; 
	text-align: center; 
	font-weight: bold; 
	line-height: 120%; 
	margin-top: 25px;
}

#banner_ad div {
	padding: 5px 20px 0 0;
}

/* This version is for the bottom of the left hand nav */
#banner_ad {
	width: 230px; 
	height: 160px; 
	background: url(/images/banner_ad_left.jpg) top left no-repeat; 
	text-align: center; 
	font-weight: bold; 
	line-height: 115%; 
	margin-top: 85px;
	font-size: 1.1em;
}

#banner_ad div {
	padding-top: 4px;
}

/* End of banner ad styles... */