body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	/*background-image: url(images/menu/bkg.gif);*/
	background-repeat: repeat-x;	
	background-color: #FFFFFF;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
}

th {
}

#mainmenu {
	margin: 0px;
	padding: 0px;
	background-image: url(images/menubar.jpg);
	height: 25px;
	display: inline-block;
}

#mainmenu a {
	text-decoration: none;
	font-weight: normal;
	background-image: url(http://www.pacifictransfer.com/images/menubar.jpg);
	vertical-align: middle;
	height: 21px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	display: inline-block;
	clear: both;
	width: auto;
	float: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #888888;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #888888;
}
#mainmenu a:hover {
	background-image: url(images/menubarinv.jpg);
	color: #FFFFFF;
}

.footerbar {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footer {
	font-size: 10px;
}

.sidebar {
	display: inline-block;
	float: left;
	padding: 10px;
	width: 170px;
	clear: none;
	vertical-align: top;
}

.maincontent {
	display: inline-block;
	float: right;
	padding: 10px;
	width: 540px;
}

.printbutton {
	visibility:visible;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
	float: right;
	height: 15px;
	width: 30px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 9px;
}
.printbutton a {
	text-decoration: none;
	color: #FFFFFF;
}

.darkblue {
	color: #102F5E;
}

img.imageborderedleft {
	border: 5px solid #666666;
	margin: 2px 5px 2px 0px;
}
