/* most of the classes used on inside pages are in home.css */

#redBanner
{
	display:none;
}

#redText
{
	display:none;
}

#redText h2
{
	display:none;
}

#redBreadcrumbs
{
	display:none;
}

#bodyContainer
{
	width:770px;
	clear:both;
	padding-top:10px;

}

#bodyColLeft
{
	display:none;
}

#bodyColRight
{
	width:575px;
	float:left;
}

#bodyColRight p
{
	color:#716E8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a
{
	text-decoration:none;
	color:#CC0033;
}

a:hover
{
	text-decoration:underline;
	color:#CC0033;
}


ul {
	list-style-image: url(../images/red-disc.gif);
	list-style-type: disc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#716E8D;
}

/*home styles*/

#nav
{
	display:none;
}

#footer
{
	display:none;
}

#footerText
{
	display:none;
}

#footerLogo
{
	display:none;
}

