body 
{
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	font-family: "Times New Roman", Times;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2', startColorstr='#FFFFFF', gradientType='0');*/
	background-color: #F0FAFB;
}
	
#MainArea 
{
	position: absolute;
	left: 50%;
	margin-left: -360px;
	height: 900px;
	top: 1px;
	width: 718px;
	text-align: left;
	background-color: #ffffff;
	border: hidden;
	font-size: 14px;
}

#TopArea
{
	/*border:#00FFFF;
	border-style:solid;
	border-width:thin;*/
	position: absolute;
	height: 100px;
	width: 630px;
	margin-top: 20px;
	margin-left: 88px;
	z-index: 0;
}

#CompanyLogo 
{
	position: relative;
	left: 0;
	top: 20px;
	height: 110px;
	width: 170px;
	margin-left: 0px;
	z-index: 1;
}

#HorizontalMenuBar 
{
	position: absolute;
	height: 65px;
	width: 566px;
	margin-left: 154px;
	top: 132px;
	text-align: center;
	background-image: url(../images/backgroundline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#LeftMenuBar 
{
	position: absolute;
	height: 351px;
	width: 125px;
	margin-left: 1px;
	top: 132px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/leftbackground.gif);
	z-index: 2;
	padding-left: 25px;
	padding-top: 92px;
}

#LeftMenuBar p
{
	margin: 8px 0 14px;
}

#MainContentBackground
{
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
  	background-attachment: scroll;
	position: absolute;
	height: 355px;
	width: 568px;
	margin-left: 150px;
	top: 204px;

}

#MainContent 
{
	position: absolute;
	height: 345px;
	width: 448px;
	margin-left: 150px;
	top: 201px;
	/*       top rightleft bottom */
	padding: 10px 60px 0;
	text-align: justify;
	overflow: auto;
	scrollbar-face-color: #0C50C1;
	scrollbar-arrow-color: #EBEEF6;
	scrollbar-track-color: #FFFFFF;
	scrollbar-highlight-color: #7C99C7;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #0A50A1;
	scrollbar-shadow-color: #7C99C7;
	left: 0px;
}

#LinksMenu 
{
	position: absolute;
	height: 30px;
	width: 570px;
	margin-left: 150px;
	top: 560px;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	background-image: url(../images/backgroundline.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#LinksMenu ul
{
	list-style-type: none;
}

#LinksMenu ul li
{
	display: inline;
	padding: 15px;
}

#LinksMenu a:link
{
	text-decoration: none;
	color: #000000;
}

#LinksMenu a:visited
{
	text-decoration: none;
	color: #000000;
}

#LinksMenu a:active
{
	text-decoration: none;
	color: #000000;
}

#LinksMenu a:hover
{
	text-decoration: underline;
	color: #0A51A1;
}

#centeredTable
{
	margin-left: auto;
	margin-right: auto;
}

#centeredTable td
{
	border: solid 2px;
	padding: 5px;
	text-align: center;
}

a img
{
	border: none;
} 

h1
{
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 8px;
}

h1#SWS
{
	text-align: center;
	color: #000099;
	font-size: 24px;
}

ul.NearLeft
{
	margin-top: 0px;
	margin-left: 25px;
}

p.TextContent
{
	text-indent: 10px;
}

p.ContactInfo
{
	text-align: center;
	color: #0066FF;
	margin-top: 0;
	margin-bottom: 0;
}

p.ContactPerson
{
	text-align: center;
	color: #000099;
	margin-top: 0;
	margin-bottom: 0;
}

p.Mission
{
	text-align: center;
	font-style: italic;
	color: #0066FF;
	font-size: 20px;
}

