﻿/*@charset "UTF-8";*/
.basictext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	margin: 12px;
}

.company {
	font-weight: bold;
	color: #1E5780;
}





body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
	
#apDivContainer {
	position:absolute;
	left:10px;
	top:18px;
	width:850px;
	height:496px;
	z-index:1;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(assets/images/bigstar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#apDivGreyUL {
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:428px;
	z-index:1;
	background-image: url(assets/images/grayrule.gif);
}
#apDivLogo {
	position:absolute;
	left:50px;
	top:0px;
	width:280px;
	height:139px;
	z-index:2;
	background-color: #FFFFFF;
}
#apDivTech {
	position:absolute;
	left:0px;
	top:106px;
	width:342px;
	height:33px;
	z-index:9;
	background-color: #1e5780;
}

#apDivMenubar {
	position:absolute;
	left:340px;
	top:0px;
	width:510px;
	height:33px;
	z-index:2;
	background-color: #1E5780;
}
#apDivphoto {
	position:absolute;
	left:50px;
	top:139px;
	width:280px;
	height:288px;
	z-index:8;
}
#apDivText {
	position:absolute;
	left:330px;
	top:43px;
	width:486px;
	height:245px;
	z-index:1;
	overflow: auto;
}

#apDivGraybar {
	position:absolute;
	left:0px;
	top:139px;
	width:850px;
	height:11px;
	z-index:6;
	background-color: #B5B5B5;
}
#apDivBlackbar {
	position:absolute;
	left:0px;
	top:427px;
	width:850px;
	height:11px;
	z-index:10;
	background-color: #000000;
}
#apDivBluebar {
	position:absolute;
	left:0px;
	top:436px;
	width:850px;
	height:64px;
	z-index:11;
	background-color: #1E5780;
}

#apDivGrey2 {
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:537px;
	z-index:1;
	background-color: #FFFFFF;
}
#apDivphoto2 {
	position:absolute;
	left:50px;
	top:139px;
	width:280px;
	height:397px;
	z-index:8;
	background-image: url(assets/images/grayrule.gif);
}
#apDivText2 {
	position:absolute;
	left:329px;
	top:43px;
	width:445px;
	height:357px;
	z-index:1;
	overflow: auto;
}
#apDivText2dot1 
{
    position:absolute;
	left:329px;
	top:43px;
	width:375px;
	height:357px;
	z-index:1;
	overflow: auto;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.leftHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #666666;
	margin: 0px;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
