body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-color: #d8e6ee;
}

a{
	color:blue;
	}
h2 {
	margin: 10px 0 0 2px;
	font-size: 15px;
}

ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

li {
	padding-left: 12px;
	background-image: url(k.gif);
	background-position: 2px 6px;
	background-repeat: no-repeat;
}

div#wrapperBox {
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(template02_02.png);
}

div#topBox {
	height: 160px;
	margin: auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(template02_01.png);
	text-align: center;
	font-size: 15px;
	color: #185680;
	font-weight: bold;
}

div#headerBox {
	width: 1000px;
	margin: auto;
	height: 160px;
	color:black;
	font-size:13px;
	font-weight:bold;
}
div#headerBox a{
color: darkblue;
text-decoration:none;
}

a#logoEmtech {
	height: 120px;
	width: 200px;
	float: left;
}

a#logoTapco {
	height: 150px;
	width: 300px;
	float: right;
}

div#menuBox {
	width: 690px;
	height: 30px;
	clear: left;
	float: left;
	background-color: #6db8e4;
	margin: 4px 0px 0px 4px;
	vertical-align: middle;
}

div#menuBox a {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: white;
	display: block;
	padding: 5px;
	float: left;
	margin-left: 10px;
}

div#menuBox a:hover {
	background-color: #1f7eb6;
}

div#bottomBox {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(template02_04.png);
	width: 999px;
	margin: auto;
	height: 36px;
	text-align: center;
	clear: both;
}

div#bottomBox a,div#bottomBox span {
	font-weight: normal;
	font-size: 10px;
	color: white;
	text-decoration: none;
}

div#bottomBox span {
	padding: 5px 0 0 0;
	display: block;
}

div#mainBox {
	width: 980px;
	margin: auto;
}

div#mainBox table {
	border-spacing: 0;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

div#mainBox table td {
	padding: 2px 5px;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
}

.errorMsg {
	margin: 25px 0;
	font-weight: bold;
	font-size: 21px;
	color: red;
}
