BODY {
	background-image: url(pics/background-image.gif);
	background-repeat: repeat-x;
}
a:link {
	color:#000066;
	background:transparent;
}
a:visited {
	text-decoration:underline; 
	color:#0000FF; 
	background:transparent;
}
a:hover {
	text-decoration:none; 
	color:#fff; 
	background:#6196BC;
}
a:focus {
	text-decoration:none; 
	color:#fff; 
	background:#6196BC;
}
a:active {
	text-decoration:none; 
	color:#600; 
	background:transparent;
}
.h1-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
	overflow: hidden;
	padding-top: 10px;

}

.h2-title  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	overflow: hidden;
	text-align: center;
	padding-top: 4px;
	bottom: -4px;
	font-weight: bold;
	margin-bottom: 1px;

}

.h3-title  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	overflow: hidden;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00009D;
	overflow: hidden;
	font-weight: normal;

}
  
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

 top nav bar start 

#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #696;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: right;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 0 10px 0px 10px;
	padding-bottom: 1px;
	text-decoration: none;
	color: #e1e9ef;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 2px solid #d4dbed;
	padding-bottom: 1px;
	color: #fff;
	}

/* relative font-size version */

#miniflex {
	width: 100%;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #333;
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #333;
	}

/* End Nav Bar */

/* Start Boxes */

	  <style type="text/css">
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: ridge ridge ridge ridge;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 12px 12px 12px 12px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 6px 6px 6px 6px;
	border-style: ridge ridge ridge ridge;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 12px 12px 12px 12px;
}
</style>

<style type="text/css">
table.box-top {
	border-width: 3px 3px 3px 3px;
	border-spacing: 3px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}
table.box-top th {
	border-width: 3px 3px 3px 3px;
	padding: 14px 14px 14px 14px;
	border-style: outset outset outset outset;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 12px 12px 12px 12px;
}
table.box-top td {
	border-width: 3px 3px 3px 3px;
	padding: 4px 4px 4px 4px;
	border-style: outset outset outset outset;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 12px 12px 12px 12px;
}
</style>
.box-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-image: url(pics/box-header.jpg);
}
.h4-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-image: url(pics/h4-box.jpg);
	padding-top: 6px;
	padding-bottom: 4px;
}

