.A .Style
{
	overflow: scroll;
}
#logo
{
	background-color: #fdea12;
	background: url(images/psclogo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	border: 0;
	float: left;
}

#footer
{
	padding: 0 20px 1.8em 10px;
	border-top: 1px solid #a83930;
	clear: both;
}
#footer p
{
	font: normal 0.8em/0.9em verdana, arial, helvetica, sans-serif;
	color: #666;
}
#footer p.left
{
	float: left;
	clear: left;
}
#footer p.right
{
	float: right;
	clear: right;
}
.scrollPanel
{
	overflow: scroll;
	height: 370px;
	width: 1000px;
}
.contentAreaLeft
{
	border-right: #d2d1d9 1px solid;
	padding-right: 20px;
	border-top: #d2d1d9 1px solid;
	padding-left: 20px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 20px;
	text-transform: none;
	border-left: #d2d1d9 1px solid;
	color: #000000;
	line-height: 16px;
	padding-top: 15px;
	border-bottom: #d2d1d9 1px solid;
	background-color: #7ACF9B;
	text-decoration: none;
	font-family:Arial;
}
.headerText
{
	color: White;
	font-size: 15px;
	background-color: #5D7B9D;
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
}
.loginHeaderText
{
	color: White;
	text-transform:capitalize;
	text-align: center;
	vertical-align:middle;
	background-image: url(~/images/user.Gif);
	background-repeat: no-repeat;
	background-color: #5D7B9D;
	padding-bottom:13px;
}
.button
{
	color: White;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	height: 20px;
	background-color:#4c8900;
}

a:link {color:#000000;}    
a:hover {color:#545454;}   
a:visited {color:#000000;}   

