﻿.WhatsNewItem
{
	width: 100%;
	border-bottom: solid 1px #CCCCCC;
}

.whatNewButton
{
	height: 25px;
	border: solid 1px #CCCCCC;
	background-color: Transparent;
	font-family: Times New Roman;
	font-size: 11px;
	text-transform: uppercase;
}

.whatNewButton:hover
{
	color: Red;
}

.whatNewNavButton
{
	font-family: Times New Roman;
	border: none;
	background: none;
	color: #333333;
	text-transform: capitalize;
}

.whatsNewLeft
{
	vertical-align: top;
	padding-right: 10px;
}
.whatsNewContent
{
	border-left: solid 1px #CBCBCB;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	height: 500px;
}
.feedbackLeftCol
{
	width: 100px;
	text-align: right;
}
.feedbackCenterCol
{
	width: 180px;
	text-align: left;
}
.feedbackComments
{
	padding-left: 10px;
	vertical-align: top;
}

.pressReleaseItem
{
	padding: 30px 0 30px 0;
	border-bottom: solid 1px #999999;
}