body {
	margin: 0px;
	padding: 0px;
	background-color: #e2e9f0;
}

#Logo {
	position: absolute;
	width: 468px;
	height: 84px;
	left: 0px;
	top: 0px;
	background-image: url(../images/logo-background.gif);
}
.Logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 84px;
}
.Logo a {
	text-decoration: none;
	color: #FFFFFF;
}
.Logo a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#TopRight {
	position: absolute;
	width: 279px;
	height: 84px;
	left: 468px;
	top: 0px;
	background-color: #5d6978;
	text-align: center;
}

#MainImage {
	position: absolute;
	width: 468px;
	height: 169px;
	left: 0px;
	top: 84px;
	background-image: url(../images/logo-background.gif);
}

#SmallImages {
	position: absolute;
	width: 279px;
	height: 168px;
	left: 468px;
	top: 84px;
}

.SmallImageGap1 {
	background-image: url(../images/gap-1.gif);
}

.GapLine {
	background-color: #92a1b4;
}

.SmallImageGap2 {
	background-image: url(../images/gap-2.gif);
}

#MainContentBody {
	position: absolute;
	width: 448px;
	height: 162px;
	left: 0px;
	top: 253px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}

.MainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-image:  url("../images/li-arrow-1.gif");
	padding-bottom: 3px;
}
.MainContent a {
	color:#666666;
	text-decoration:none;
}

.MainContent a:hover {
	color:#333333;
	text-decoration:underline;
}

#NewsHeader {
	position: absolute;
	width: 274px;
	height: 17px;
	left: 468px;
	top: 252px;
	background-color: #92a1b4;
	padding-right: 5px;
	text-align: right;
	padding-bottom: 4px;
	padding-top: 1px;
}

.NewsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e2e9f0;
}
.NewsHeader a {
	text-decoration: none;
	color: #e2e9f0;
}
.NewsHeader a:hover {
	text-decoration: none;
	color: #e2e9f0;
}

#NewsShorts {
	position: absolute;
	left: 468px;
	top: 274px;
	width: 269px;
	height: 137px;
	overflow: auto;
	
	margin-left:					0px;
	margin-top:						0px;
	margin-right:					5px;
	margin-bottom:					0px;
	padding-left:					0px;
	padding-top:					10px;
	padding-right:					10px;
	padding-bottom:					0px;
	
	scrollbar-face-color:			#fbfbfb;
	scrollbar-track-color:			#f4f4f4;
	scrollbar-3dlight-color:		#ebebeb;
	scrollbar-highlight-color:		#f0f0f0;
	scrollbar-shadow-color:			#cccccc;
	scrollbar-darkshadow-color:		#8c8c8c;
	scrollbar-arrow-color:			#ababab;
}
.NewsShorts {
	list-style-image:  url("../images/li-arrow-2.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #79889b;
	padding-bottom: 5px;
}

#WebsiteBuilder {
	position: absolute;
	width: 468px;
	height: 120px;
	left: 0px;
	top: 420px;
	background-color: #bec7d2;
}

#MemberLogin {
	position: absolute;
	width: 279px;
	height: 110px;
	left: 468px;
	top: 420px;
	background-color: #bec7d2;
	padding-top: 10px;
}

.Login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5d6978;
	white-space: nowrap;
	font-weight: bold;
}

.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align:right;
	position: absolute;
	width: 727px;
	height: 30px;
	left: 0px;
	top: 540px;
	padding: 10px;
	background-image: url(../images/footer-background.gif);
}
.Footer a {
	color: #999999;
	text-decoration:underline;
}
.Footer a:hover {
	color: #7c7c7c;
	text-decoration:underline;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #576879;
	background-color:#FFFFFF;
}

p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p,td a {
	color:#666666;
}

p,td a:hover {
	color:#333333;
}

.nowrap {
	white-space:nowrap;
}
