body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #093596;
	margin: 0px;
	padding: 0px;
}
.cabcoLogoCell {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
}
.telephoneDetails {
	font-weight: bold;
	color: #666666;
}
.blueHeaderLeftCell {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-right: 0px none;
	color: #5E5F5E;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.blueHeaderRightCell {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-left: 0px none;
	color: #0000FF;
}
.menuHost {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-color: #110F97;
	border: 1px solid #666666;
}
.content {
	background-color: #FFFFFF;
	padding: 14px;
	border: 1px solid #666666;
	border-bottom: 0 none;
}
.menu {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.menuLink, a.menuLink, a.menuLink:link, a.menuLink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.menuLink:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000099;
}
li {
	line-height: 25px;
	list-style-image: url(images/bullet.gif);
}
.leftBorder {
	border-left: 1px solid #666666;
}
.rightBorder {
	border-right: 1px solid #666666;
}
.leftTopBorder {
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	background-color:#FFFFFF;
}
.rightTopBorder {
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	background-color:#FFFFFF;
}

h3 {
	font-size: 14px;
	color: #3031FD;
}
.footerLink, a.footerLink, a.footerLink:link, a.footerLink:visited {
	color:#000099;
	text-decoration: none;
}
#dropmenudiv{
position:absolute;
border:1px solid #666666;
border-bottom-width: 0;
color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFF719;
color: #000000;
}
