* html #body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow: auto;
}
body, table, form, input, select, textarea {
	font-family: verdana, tahoma, arial, serif;
	font-size: 12px;
	color: #005590;
}
a, a:visited, a:hover {
	font-family: verdana, tahoma, arial, serif;
	font-size: 12px;
	color: #005590;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 17px;
	text-align: left;
}
h2 {
	font-size: 15px;
	color: #0082DC;
	text-align: left;
}
hr {
	height: 1px;
	color: #005590;
	background-color: #005590;
	border-style: none;
}
p {
	margin-top: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
form {
	margin: 0;
}

/* Body */
#body {
	width: 100%;
	min-width: 960px;
	min-height: 100%;
	background: url('bg_lp.gif') repeat-y;
}

/* Head */
#head {
	height: 280px;
	background: url('bg_head.gif') repeat-x;
}
#logo {
	position: absolute;
	top: 70px;
	left: 20px;
}
#logo img {
	width: 155px;
	height: 27px;
	border: 0;
}
#contact {
	position: absolute;
	top: 125px;
	left: 10px;
	color: white;
	text-align: right;
	white-space: nowrap;
}
#contact a, #contact a:visited, #contact a:hover {
	color: white;
}
#tyco {
	position: absolute;
	top: 200px;
}
#bg_head {
	position: absolute;
	width: 950px;
	height: 220px;
	background: url('head.jpg') no-repeat;
}
#brand {
	position: absolute;
	top: 220px;
	left: 220px;
	white-space: nowrap;
}
#brand img {
	vertical-align: middle;
	margin: 0 9px;
}
#menu {
	position: absolute;
	top: 280px;
	width: 100%;
	padding: 5px 0;
	background-color: #016DB8;
}
#menu div {
	color: white;
	margin-left: 215px;
}
#menu a, #menu a:visited, #menu a:hover {
	font-family: arial, tahoma, verdana, serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
	margin: 0 10px;
	text-transform: uppercase;
}
#menu a:hover {
	color: #EEF8FF;
}
#box1 {
	position: absolute;
	top: 250px;
	width: 199px;
	*width: 200px;
	height: 30px;
	border-right: solid #016DB8 1px;
	background-color: #EEF8FF;
}

/* Left */
#left {
	position: relative;
	float: left;
	width: 200px;
	background: url('bg_lp.gif') repeat-y;
}
.left {
	*height: 450px;
	min-height: 410px;
	padding: 0 10px 40px 10px;
	background: url('bg_menu.gif') repeat-y;
}
.left p {
	font-family: arial, tahoma, verdana, serif;
	font-size: 16px;
	color: #0082DC;
	font-weight: bold;
	margin-bottom: 5px;
}
.left ul {
	margin: 0 0 10px 16px;
	padding: 0;
	font-weight: bold;	
	list-style-image: url('misc.gif');
}
.left a, .left a:visited, .left a:hover {
	font-family: tahoma, arial, verdana, serif;
	font-size: 11px;
	text-decoration: none;
}
.left a:hover {
	color: #0082DC;
}

/* Content */
#content {
	*width: 100%;
	padding: 40px 20px 70px 20px;
	text-align: justify;
	overflow: hidden;
}
#content li {
	list-style-image: url('arrows.gif');
}

/* Foot */
#foot {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	margin-top: -50px;
	background: url('bg_foot.gif') repeat-x;
}
#box2 {
	position: absolute;
	width: 199px;
	*width: 200px;
	height: 30px;
	border-right: solid #016DB8 1px;
	background-color: #EEF8FF;
}
#copyright {
	padding-top: 12px;
	text-align: center;
	white-space: nowrap;
}
#copyright, #copyright a, #copyright a:visited, #copyright a:hover{
	font-family: tahoma, arial, verdana, serif;
	font-size: 11px;
	color: white;
}
#banner {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* Image Window */
#img_win {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	background-color: #FFFFFF;
	border: solid #DCDCDC 5px;
	cursor: pointer;
}
#close {
	position: absolute;
	top: 5px;
	right: 5px;
}
