A:link, A:visited, A:active 
{ 
	text-decoration: none; 
	color:#2599D9; 
}

A:hover 
{ 
	text-decoration:underline; 
	color:#2599D9; 
}

A.White:link, A.White:visited, A.White:active 
{ 
	text-decoration: none; 
	color:#DEDCDC; 
}

A.White:hover 
{ 
	text-decoration:underline; 
	color:#DEDCDC; 
}

A.WhiteBold:link, A.WhiteBold:visited, A.WhiteBold:active 
{ 
	text-decoration: none; 
	font-weight:bold;
	color:#FFFFFF; 
}

A.WhiteBold:hover 
{ 
	text-decoration:none; 
	font-weight:bold;
	color:#FFFFFF; 
}


A.Red:link, A.Red:visited, A.Red:active 
{ 
	text-decoration: none; 
	color:#BD0000; 
}

A.Red:hover 
{ 
	text-decoration:underline; 
	color:#BD0000; 
}

A.Grey:link, A.Grey:visited, A.Grey:active 
{ 
	text-decoration: none; 
	color:#616161; 
}

A.Grey:hover 
{ 
	text-decoration:underline; 
	color:#616161; 
}

A.LtGrey:link, A.LtGrey:visited, A.LtGrey:active 
{ 
	text-decoration: none; 
	color:#9A9A9A; 
}

A.LtGrey:hover 
{ 
	text-decoration:underline; 
	color:#9A9A9A; 
}

A.AltGrey:link, A.AltGrey:visited, A.AltGrey:active 
{ 
	text-decoration: none; 
	font-weight:bold;
	color:#BBBBBB; 
}

A.AltGrey:hover 
{ 
	text-decoration:none; 
	font-weight:bold;
	color:#FFFFFF; 
}

A.AltGreyNormal:link, A.AltGreyNormal:visited, A.AltGreyNormal:active 
{ 
	text-decoration: none; 
	color:#BBBBBB; 
}

A.AltGreyNormal:hover 
{ 
	text-decoration:none; 
	color:#FFFFFF; 
}

A.AltGreyBold:link, A.AltGreyBold:visited, A.AltGreyBold:active 
{ 
	text-decoration: none;
	font-weight:bold; 
	color:#666666; 
}

A.AltGreyBold:hover 
{ 
	text-decoration:underline; 
	font-weight:bold;
	color:#666666; 
}

A.AltGreyUnderline:link, A.AltGreyUnderline:visited, A.AltGreyUnderline:active 
{ 
	text-decoration: underline;
	color:#616161; 
}

A.AltGreyUnderline:hover 
{ 
	text-decoration:underline; 
	color:#616161; 
}

BODY,HTML
{
	margin:0px;
	background-color:#424242;
	font-family:verdana, sans-serif;
	font-size:8pt;
	color:#616161;
}

#Main
{
	padding-top:0px;
	padding-left:0px;
}

#MainContent
{
	position:relative;
	top:11px;
	width:738px;
	margin-left: -369px;
	left: 50%;
}

#Footer	
{
	position:relative;
	top:11px;
	width:738px;
	margin-left: -369px;
	left: 50%;
	text-align:center;
}

#MainBorderTop
{
	position:relative;
	width:738px;
	height:19px;
	background-image:url(../images/main_border_top.gif);
}

#MainBorderLeft
{
	position:relative;
	width:729px;
	height:auto;
	background-color:#FFFFFF;
	background-position: top left;
	background-repeat: repeat-y;
	background-image:url(../images/main_border_left.gif);
}

#MainBorderBottom
{
	position:relative;
	width:738px;
	height:19px;
	background-image:url(../images/main_border_bottom.gif);
}

#MainBorderRight
{
	position:relative;
	width:729px;
	height:auto;
	
   	margin-left:9px;
	background-color:#FFFFFF;
	background-position: top right;
	background-repeat: repeat-y;
	background-image:url(../images/main_border_right.gif);
}

#Content
{
	position:relative;
	width:720px;
	height:auto;
	top:0px;
	left:0px;
}

#NavContent
{
	position:relative;
	width:702px;
	height:66px;
}

#Logo
{
	position:absolute;
	top:19px;
	left:26px;
}

#ClientLogin
{
	position:absolute;
	top:24px;
	left:598px;
	font-weight:bold;
}

#Nav
{
	position:relative;
	padding-left:19px;
	width:702px;
	height:37px;
}

#HomeText
{
	position:absolute;
	top:69px;
	left:19px;
}

#HomeMain
{
	position:absolute;
	top:103px;
	left:19px;
	width:682px;
	height:auto;
}

#HomeBox_1
{
	position:absolute;
	top:195px;
	left:0px;
	width:207px;
	height:128px;
	background-image:url(../images/homebox_1.gif)
}

#HomeBox_2
{
	position:absolute;
	top:195px;
	left:211px;
	width:469px;
	height:128px;
}

#Header
{
	position:relative;
	left:9px;
	width:702px;
	height:121px;
}

#PageMain
{
	position:relative;
	padding-top:36px;
	padding-bottom:22px;
	left:20px;
	width:702px;
	height:auto;
}

.RedText
{
	color:#E60000
}