BODY
{
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;	
}

TD, TH
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: smaller;
}
TR.HeaderRow
{
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}

A:link
{
	color: #21429C;
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
	color: #21429C;
}

A:hover
{
	text-decoration: underline;
}

A:active
{
	text-decoration: none;
}

STRONG
{
	font-weight: bold;
}

H3
{
	text-align: left;
}

H4
{
	font-weight: bold;
}

UL
{
	text-align: left;
}

#container
{
	width: 837px;
}

#topper
{
	background-image: url(images/logo.gif);
	background-color: #000099;
	width: 837px;
	height: 72px;
	margin-top: 10px;
}

#footerimage
{
	background-image: url(images/footer_img.gif);
	background-color: #ffffff;
	width: 837px;
	height: 16px;
}

#logo
{
	float: left;
}

#logo img
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#content
{
	position: relative;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	width: 837px;
	height: auto;
	padding: 30px 5px 30px 0px;
	font-size: smaller;
}

#copy
{
	margin-left: 200px;
}

#copy p
{
	text-align: justify;
}

#copy h3
{
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}

#footer
{
	font-size: 9px;
	background-color: #ffffff;
	float: left;
	padding-bottom: 20px;
}

.collegeRule
{
	border-left: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
	border-top: solid 0px #ffffff;
	border-bottom: solid 1px #71b217;
}

.collegeRule TD
{
	border-top: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
	border-bottom: solid 2px #ffffff;
}

.HeaderStyle
{
	background-color: #71b217;
	color: #ffffff;
	font-weight: bold;
}

.ItemStyle
{
	background-color: #ffffdf;
}

.AlternatingItemStyle
{
	background-color: #e4e2d6;
}

.Error
{
	font-weight: bold;
	color: #ff0000;
}

/*---------- bubble tooltip -----------*/
a.Description
{
	position: relative;
	z-index: 24;
}
a.Description span
{
	display: none;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.Description:hover
{
	z-index: 25;
	color: #aaaaff;
	background: transparent;
}

a.Description:hover span.SalesDescription
{
	text-decoration: none;
	display: block;
	position: absolute;
	text-align: left;
	top: 0px;
	left: 0px;
	padding: 15px 0px 0px 0px;
	width: 550px;
	color: #000;
}

a.Description:hover span.top
{
	display: block;
	padding: 30px 8px 0px;
	background: url(images/bubble.gif) no-repeat top;
}

a.Description:hover span.middle
{
	display: block;
	padding: 0 8px;
	background: url(images/bubble_filler.gif) repeat bottom;
}

a.Description:hover span.bottom
{
	display: block;
	padding: 3px 8px 10px;
	color: #548912;
	background: url(images/bubble.gif) no-repeat bottom;
}

