/*
 * The site logo should be 910 px wide.
 * Smaller logos can work if the background color is white.
 *
 */

#site_logo {
	height: 204px;
	background: transparent url(../images/information_technology_insights.png) no-repeat;
}

/*
 * The striped background.  Please use only university approved colors.
 *
 */

html {
	background: transparent url(../images/page_bg.jpg) repeat;
}



/*
 * Image directory overrides.
 * Change this only if you keep your templates images in a folder other than /images/
 * Do *NOT* modify the image files themselves.
 */
 
.topshadow[class] {
	background:transparent url('../images/top_shadow.png') no-repeat;
}

div.shadowcontainer[class] {
	background-image:url('../images/sides_shadow.png');
}

.bottomshadow[class] {
	background:transparent url('../images/bottom_shadow.png') no-repeat;
}

/* NEWSLETTER */

#feedback{
	margin: 0;
	padding-left: 20px;
}

#feedback p{
	font-size: .9em;
}

#navbar h2{
	font-size: 1em;
}

#navbar li a {
	width: 150px;
}

.tidbit {
	border-color: #00573D;
	border-style: dotted none;
	border-width: 4px 0;
	float: right;
	margin:20px;
	padding: 16px 8px 8px;
	width: 200px;
	font-size: 1.1em;
}

.picture_right{
	float: right;
	padding: 5px;
}
