﻿#LeftColumnHolder
{
	float: left;
	width: 600px;
	height: 500px;
	left: 0px;
	top: 0px;
	position: absolute;
}

#RightColumnHolder
{
	width: 240px;
	height: 500px;
	left: 640px;
	top: 0px;
	position: absolute;
}

#HeadingText
{
	background-position: center center;
	width: 600px;
	height: 20px;
	top: 10px;
	left: 20px;
	position: relative;	
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-align: left;
	line-height: 30px;
	text-decoration: none;
}

#GeneralContent
{
	width: 600px;
	height: 450px;
	top: 30px;
	left: 20px;
	position: relative;	
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 12.5px;
	font-variant: normal;
	color: #333333;
	text-align: left;
}

#RightContent
{
	width: 220px;
	height: 420px;
	left: 640px;
	top: 50px;
	position: absolute;
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #333333;
	text-align: left;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #999999;
	padding-left: 20px;
}

#BillBoard
{
	background-position: center center;
	width: 600px;
	height: 200px;
	top: 30px;
	left: 20px;
	position: relative;
	background-image: url('Images/Structure/billboard.png');
	background-repeat: no-repeat;
}

.CentralColumn
{
	width: 200px;
	height: 240px;
	top: 40px;
	left: 20px;
	position: relative;
	float: left;
}


.CentralColumnH
{
	background-position: center center;
	width: 192px;
	height: 57px;
	top: 0px;
	left: 0px;
	position: relative;
	background-image: url('Images/Structure/Heading.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.CentralColumnHT
{
	width: 200px;
	height: 57px;
	line-height: 57px;
	top: 0px;
	left: 0px;
	position: relative;
	padding-left: 22px;
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

.CentralColumnHT:Hover
{
	text-decoration: underline;
}


.CentralColumnT
{
	width: 180px;
	height: 150px;
	top: 10px;
	left: 10px;
	position: relative;
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #333333;
}

.CentralColumnT A
{
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.CentralColumnT A:hover
{
	color: #000000;
}

#RightLogos
{
	background-position: center center;
	top: 62px;
	width: 200px;
	height: 200px;
	left: 0px;
	position: relative;
	float: left;
	background-image: url('Images/Structure/banners.png');
	background-repeat: no-repeat;
}

#aiim
{
	width: 200px;
	height: 66px;
	position: relative;
	float: left;
	cursor: pointer;
}
#stc
{
	width: 200px;
	height: 66px;
	position: relative;
	float: left;
	cursor: pointer;
}
#twitter
{
	width: 130px;
	height: 66px;
	position: relative;
	float: left;
	cursor: pointer;
}

#rss
{
	width: 200px;
	height: 66px;
	position: relative;
	float: left;
	cursor: pointer;
}

.RightColumn
{
	padding-top: 23px;
	width: 200px;
	height: 200px;
	left: 30px;
	position: relative;
	float: left;
}


.RightColumnH
{
	background-position: center center;
	width: 192px;
	height: 57px;
	top: 0px;
	left: 0px;
	position: relative;
	background-image: url('Images/Structure/HeadingRev.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.RightColumnHT
{
	width: 200px;
	height: 57px;
	line-height: 57px;
	top: 0px;
	left: 0px;
	position: relative;
	padding-left: 22px;
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

.RightColumnHT:Hover
{
	text-decoration: underline;
}

.RightColumnT
{
	width: 180px;
	height: 150px;
	top: 10px;
	left: 10px;
	position: relative;
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #333333;
}

.RightColumnT A
{
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

.RightColumnT A:hover
{
	color: #000000;
}

.MoreLink
{
	font-weight: bold;
}
