﻿
.content
{
	margin-bottom: 20px;
	width: 100%;
	clear: both;
}
.content .left
{
	width: 110px;
	float: left;
	vertical-align: top;
	margin-top: 15px;
	font-size: 9pt;
	color: White;
}
.content .left .login
{
	background: url(../images/sidebar_green_nt.png) no-repeat;
	width: 100px;
	height: 93px;
}
.content .left .bluepromo
{
	background: url(../images/sidebar_blue.png) no-repeat;
	width: 100px;
	height: 123px;
}
.content .left .contactus
{
	background: url(../images/sidebar_orange.jpg) no-repeat;
	width: 100px;
	height: 70px;
}
.left a
{
	color: White;
	text-decoration: none;
}
a:visited
{
	color: White;
	text-decoration: none;
}
a:active
{
	color: White;
	text-decoration: none;
}
a:hover
{
	color: White;
	text-decoration: underline;
}
.content .text
{
	margin-left: 17px;
	margin-right: 5px;
	padding-top: 12px;
}

.content .right
{
	width: 670px;
	float: left;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 7px;
}

.sidebarBlue
{
	width: 100px;
	position: absolute;
	font-size: 9pt;
	color: White;
	position: relative;
	background-color: #a4c3c6;
}
.sidebarBlue a
{
	color: White;
	text-decoration: none;
}
.sidebarBlue a:hover
{
	color: White;
	text-decoration: underline;
}

.sidebarBlue .t
{
	background: url(../images/sidebar_blue_top.jpg) no-repeat;
	height: 19px;
	overflow: hidden;
}
.sidebarBlue .c
{
	padding-left: 18px;
	padding-right: 18px;
}
.sidebarBlue .b
{
	background: url(../images/sidebar_blue_bottom.jpg) no-repeat;
	height: 19px;
}
.sidebarPurple
{
	width: 100px;
	position: absolute;
	font-size: 9pt;
	color: White;
	position: relative;
	background-color: #8a6883;
}
.sidebarPurple a
{
	color: White;
	text-decoration: none;
}
.sidebarPurple a:hover
{
	color: White;
	text-decoration: underline;
}

.sidebarPurple .t
{
	background: url(../images/sidebar_purple_top.jpg) no-repeat;
	height: 19px;
	overflow: hidden;
}
.sidebarPurple .c
{
	padding-left: 18px;
	padding-right: 18px;
}
.sidebarPurple .b
{
	background: url(../images/sidebar_purple_bottom.jpg) no-repeat;
	height: 19px;
}