@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: fff;
}
#Wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

#container {
	width: 710px;
	height: 345px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: transparent;
	margin-top: 145px;
	margin-bottom: 20px;
}
#header {
	position: relative;

}

#mainContent {
	height: 240px;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F90;
	border-bottom-color: #F90;
	position: relative;
}
#Port {
	float: left;
	height: 210px;
	background-color: transparent;
	width: 200px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#Port p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0px;
	text-align: center;
}

#Indx {
	height: 210px;
	float: left;
	width: 90px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#Indx p {
	color: #000;
	text-align: left;
	margin-left: 13px;
	line-height: 1.3;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#bannerspot {
	position: absolute;
	top: 140px;
	left: 100px;
}


#Text {
	float: right;
	width: 420px;
	height: 210px;
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	position: relative;
}

#Text p {
	color: #000;
	text-align: left;
	z-index: 1;
	margin-left: 40px;
	margin-top: 0px;
}

#Text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-left: 70px;
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.1;
	margin-top: 0px;
}
#Indx h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-left: 12px;
	line-height: 1.1;
	margin-top: 19px;
}

#Text h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align: center;
	font-weight: lighter;
	margin-top: 0px;
}


#Text cv {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0px;
	line-height: 1.1;
	text-align: center;
}









#footer {
	height: 100px;
	position: relative;
}

#footer p {
	color: #000;
	text-align: right;
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 0.8em;
	line-height: 1em;
}

.logo {
	position: absolute;
	bottom: 5px;
	left: -25px;
}
#footer #FlashID {
	position: absolute;
	right: 290px;
}
#header table {
	position: relative;
	margin-left: 295px;
	margin-bottom: 9px;
}
.abs {
	position: absolute;
}
.bn {
	position: absolute;
	top: 40px;
	right: -56px;
}
.ah {
	position: absolute;
	top: 105px;
	right: -22px;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}
.center {
	text-align: center;
}

