/*
//	Customized CSS
//
//	For Honors on Template C
//
//	Written by: Stephanie Tengler and Joel Herron
*/

/**************************************
//
// Redefinitions
//
**************************************/

body {
font-size:11px;
}

#mainContent ul.space {
line-height: 20px;
}

h1.mainContentHeader {
background: url("http://www.uww.edu/common/images/base/hometopnav_hover_bg.jpg") repeat-x left top;
padding-top:3px;
}

h1 {
font-size:14px;
color:#54416b;
}

table {
width: 530px;
}
td {
vertical-align:top;
}
tr.heading {
background-color:#44687D;
color:#FFFFFF;
font-size:10px;
font-weight:bold;

}

tr.even {
background:#FFFFFF none repeat scroll 0% 50%;
}
tr.odd {
background:#CCCCCC none repeat scroll 0% 50%;
}

#leftNav1 li {
	padding:						4px 0 4px 0px;		
}

#leftNav1 li a {
	font-size:						13px;
}


/**************************************
//
//	Class Definitions
//
**************************************/

.heading{	
	font-size: 						13px;
	color:							#54416b;
	margin-bottom:					2px;
}

.lgImg{
	float:								right;
	padding-top:					20px;
	padding-bottom:				4px;
	padding-left:				10px;
}



/**************************************
//
//	Div Definitions
//
**************************************/
#redArrow li{
	border-bottom:					none !Important;
	padding:						2px 0 2px 0px !Important;		
}

#redArrow li a{
	font-size:						11px !Important;
	color:							#666666 !Important;
	font-weight:					normal !Important;
}


