﻿.mainDiv
{
	width: 850px; 
	background: url('Imgs/bg.png') repeat-y; 
	text-align: left; 
	margin: 0px auto; 
	padding: 0px 0px 0px 17px;
}
.boldText
{
	font-weight: bold;
}

.bottomDiv
{
	margin: 0px auto; background: url('Imgs/bottom.png') no-repeat; width: 832px; background-color: #eaeaea; padding: 10px 0px 10px 0px;
}

#body
{
	margin-top:35px;
	padding: 0 35px;
}

.topBlueLine
{
	position:absolute; left:45px; top:0px;  background-color: #0284BD; width:740px; height:8px;  margin-top:0; margin-bottom:0;margin-left:0; margin-right:0; padding-top:0; padding-bottom:0; padding-left:0; padding-right:0;
}

.topBlueLineSecond
{
	position:absolute; top:155px;  background-color: #0284BD; width:740px; height:8px;  margin-top:0; margin-bottom:0;margin-left:0; margin-right:0; padding-top:0; padding-bottom:0; padding-left:0; padding-right:0; z-index:155;
}

.bottomBlueLine
{
	background-color: #0284BD; width:750px; height:8px; padding-top:0; margin-bottom:8px; padding-left:0; padding-right:0;
	
}

.copyrightContainer
{
	background-color: #FFFFFF; width:700px; height:25px;  padding-top:15; padding-bottom:20; padding-left:0; padding-right:0;
}

.bottomWrapper
{
	padding-top: 140px;
}

.newsMainContent
{
	width: 500px !important;
	padding-right: 50px;
}

.newsContentWrapper
{
	overflow: auto;
	height: 400px;
}

.selectedTab
{
	z-index: 2000 !important;
	background-image:url('Imgs/tabs/selected_tab.png')  !important;
	top: 110px !important;
	width: 117px !important;
	
}
.selectedTab a
{
	color: White !important;
}

.selectedTab #tabSubLinkDiv a
{
	letter-spacing: -0.1em !important;
}

.clear
{
	clear: both;
}

.formLabel
{
	float: left;
	width: 150px;
	line-height: 30px;
}

.formField
{
	float: left;
	line-height: 55px;
	padding-top: 5px;
}

.formField input, .formField textarea
{
	width: 255px;
}
