body {
	background-image:url(../template/background.gif);
	margin: 0px;
	padding: 0px;
}

table {
	text-align:left;
}

#borderleft {
	background-image:url(../template/border-left.gif);
}

#borderright {
	background-image:url(../template/border-right.gif);
}


/* top menu */
.topmenu {
	background-image:url(../template/topmenu-background.jpg);
	text-align:right;
	padding-right:20px;
}

.topmenu img.arrow {
	padding-right:3px;
	padding-left:4px;
}

.topmenu a {
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	color:#626262;
}
.topmenu a:hover {
	text-decoration:underline;
}


/* Side menu */
.sidemenu {
	margin: 0px;
	padding: 0px;
	width: 242px;
	/*text-transform: uppercase;*/
}

.item {
	height: 28px;
	width: 242px;
	display: block;
	margin:0px;
	padding:0px;
	background-image:url(../template/menu-item-background.jpg);
	border-bottom:#232220 solid 1px;
	text-align:left;
}

.submenu .item {
	background-image:url(../template/menu-sub-item-background.jpg);
	border-bottom: none;	
	height: 24px;	
}

.submenu {
	border-bottom:#232220 solid 1px;
}

.item a {
	display: block;
	width: 210px;
	font-size: 11px;
	font-family: Arial, Tahoma;
	text-decoration:none;
	font-weight:bold;
	color:#2c2c2c;
	margin:0px;
	padding:0px;
	padding-left: 30px;
	padding-top:7px;
}

.submenu .item a {
	padding-left: 40px;
	width: 200px;
	padding-top:4px;
}

.item a:hover {
	color:#024691;
	}

.hide {
	display: none;
}

.show {
	display: block;
}

/* Block Headings */
.blockheading {
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-align:left;
	margin-top: 5px;
	margin-bottom:10px;
	border-left: solid 2px #ffffff;
	padding-left: 10px;
	padding-top:3px;
	height: 22px;
	background-image:url(../template/blockheading-background.gif);
}	

/* customer service number graphics */
#customerservice {
	position:relative;
	top: -20px;
	left: 260px;
}

/* Content Area */
.content {
	font-size:12px;
	font-family:arial;
	color: #555555;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
}

h1 {
	font-size:16px;
}

.pagecaption {
	font-weight:bold;
	font-size:13px;
	color:#2B5D9A;
	text-align:center;
}

p {
	text-align: justify;
	text-justify: newspaper;
}

img.floatright {
	display: block;
	margin-left: 1.5%;
	float:right;
}


/* Colored Table Charts on Content Pages */
.chart {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.chart caption {
	background:#0051AA;
	color:#ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
	border-top: 1px solid #000000;
}
.chart th {
	background:#808080;
	color:#ffffff;
	text-align:center;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.chart td {
	text-align:center;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color:#000000;	
}

.captionimage {
	font-size:11px;
	margin-bottom:10px;
	color:#014694;
}

.captionimage img {
	margin-bottom:5px;
}



/* Bottom of Page - Template footer */

.contactinfo {
	font-size:11px;
	font-family:tahoma;
	color:#2c2c2c;
	padding-bottom:10px;
}

.contactmethod {
	font-weight:bold;
	color: #FF6600;
}


.copyright {
	font-size:10px;
	font-family:verdana;
	color:#ffffff;
	background:#FF6600;
	text-align:center;
}

/* footer menu */
.bottommenu {
	background-image:url(../template/footernav-background.jpg);
	text-align: center;	
	font-family:tahoma;
	font-size:11px;
}

.bottommenu a {
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	color:#242424;
}

.bottommenu a:hover {
	text-decoration:underline;
}
