.container {
	height: 525px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.container .banner {
	position: absolute;
	height: 122px;
	width: 800px;
	left: 0px;
	top: 0px;
}
.container .content .textbox {
	position: absolute;
	width: 350px;
	left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	top: 10px;
	height: 266px;
}
.container .rightbar {
	position: absolute;
	height: 360px;
	width: 200px;
	bottom: -10px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.container .rightbar .image {
	position: absolute;
	width: 200px;
	height: 145px;
	left: 0px;
	top: 20px;
	border: 1px solid;
	border-color: #CCCCCC;
}
.container .rightbar .text {
	position: absolute;
	height: 30px;
	width: 200px;
	left: 0px;
	top: 170px;
}
.container .rightbar .innerbox {
	position: absolute;
	height: 140px;
	width: 200px;
	left: 0px;
	bottom: 10px;
	border: 1px solid;
	border-color: #CCCCCC;
	background-repeat: no-repeat;
}
.container .navbar {
	position: absolute;
	height: 30px;
	width: 670px;
	left: 65px;
	top: 128px;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #335B8F;
	border-color: #FFFFFF;
}
.container .navbar .navitems {
	position: absolute;
	height: 40px;
	width: 670px;
	top: 0px;
	font-weight: bold;
}
.container .com-image {
	position: absolute;
	height: 132px;
	width: 150px;
	left: -7px;
	top: 165px;
	background-image: url(Images/com-image.gif);
	z-index: 10;
}
.container .leftbar {
	position: absolute;
	height: 350px;
	width: 140px;
	left: 0px;
	bottom: 0px;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.container .leftbar .email {
	position: absolute;
	height: 15px;
	width: 130px;
	top: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DCDEE3;
	left: 3px;
}
.container .content {
	position: absolute;
	height: 360px;
	width: 400px;
	left: 170px;
	bottom: 0px;
}
.container .content .imagebox {
	position: absolute;
	left: 15px;
	width: 370px;
	bottom: 0px;
	border: 1px solid;
	border-color: #CCCCCC;
}
.container .content .textbox .innerbox {
	position: absolute;
	height: 100px;
	width: 223px;
	left: -187px;
	top: 7px;
}
.container .copyright {
	position: absolute;
	height: 20px;
	width: 220px;
	left: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	bottom: -35px;
}
.container .verticalline1 {
	position: absolute;
	height: 350px;
	width: 1px;
	left: 160px;
	bottom: 0px;
	border-left: 2px dotted;
	border-left-color: #999999;
}
.container .verticalline2 {
	position: absolute;
	height: 350px;
	width: 1px;
	left: 580px;
	bottom: 0px;
	border-left: 2px dotted;
	border-left-color: #999999;
}
.container .horizontalline {
	position: absolute;
	height: 1px;
	width: 800px;
	left: 0px;
	bottom: -10px;
	border-bottom: 1 px solid;
    background-color: #999999;
}
:focus
{
  -moz-outline-style: none;
}
.floatright { 
    float: right;
	padding: 0px 0px 5px 10px; 
}
.floatleft { 
    float: left; 
    padding: 0px 10px 5px 0px;
}
.style1 {
	color: #335B8F;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #D06E21;
}
.style3 {color: #335B8F; font-weight: bold; font-size: 14px; }

