body {
	/*background-image: url("http://www.blazt.biz/images/background.jpg");*/
	background: white;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	min-width: 900px;
}

div {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	border: 0;
	padding: 0;
}

h1, h2 {
	font-family: verdana, arial, sans-serif;
	background: none;
	background-color: transparent;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 10px;
}

h1 {
  font-size: 14pt;
	color: black;
}

h2 {
  font-size: 12pt;
	color: #800000;
}

p {
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	background: none;
	color: #000000;
	background-color: transparent;
	margin: 0px 30px 20px 30px;
	text-align: left;
	line-height: 140%;
	padding: 0;
}

hr {
	position: relative;
	clear: right;
	max-width: 100%;
	color: #c0c0c0;
	background-color: #c0c0c0;
	height: 10px;
	margin: 5px 0px 5px 0px;
}

strong {
	color: #330066;
	background-color: transparent;
}

#content {
	position: absolute;
	top: 82px;
	left: 125px;
}

div.submenu {
	display: none;
}

div.leftdiv {
	padding: 0;
	width: 20%;
	min-width: 140px;
	float: left;
	text-align: center;
	margin: 0;
}

p.subheading {
	font-size: medium;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #800000;
	background-color: transparent;
	line-height: 120%;
	padding: 10px 10px 0px 10px;
}

p.note {
	font-size: 8pt;
	text-align: left;
	margin: 10px;
}

a:link {
	background: none;
	color: #00f;
	background-color: transparent;
}

a:visited {
	background: none;
	color: #800080;
	background-color: transparent;
}

a:active {
	color: green;
	background-color: transparent;
	background: none;
}

a h1 {
	text-decoration: none;
}

.popup {
	background-color: pink;
	border: black 1px solid;
	width: 70px;
	font: 14px arial;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	/*filter: alpha(opacity=0);*/
}

.list h1, .list h2 {
  text-align: left;
  margin-left: 10px;
}

.list p {
  margin-left: 20px;
  text-align: left;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.box {
	position: relative;
	background-color: white;
	color: #000000;
	display: table;
	padding: 0;
  margin: 0;
  border: 0;
	max-width: 100%;
  width: 100%;
	clear: right;
	z-index: 50;
}

.box h1 {
	font-size: 12pt;
	font-family: verdana, arial, sans-serif;
	background: none;
	color: #008000;
	background-color: transparent;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 5px 10px;
	margin: 0;
}

.box h2 {
	font-size: 11pt;
	text-align: left;
}

.box img {
	margin: 5px;
	margin-right: 15px;
}

.gap {
	background: none;
	height: 10px;
	border: 0;
	margin: 0;
	
}

.announce {
	position: relative;
	left: 0;
	top: 0;
	/*width: 9em;*/
	background-color: #F2FDD8;
	text-align: left;
	padding: 5pt;
	margin: 5pt;
	border-width: 1pt;
	border-color: #800000;
	border-style: solid;
}

.float-left {
	position: relative;
	clear: left;
	float: left;
}

.float-right {
	position: relative;
	clear: right;
	float: right;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
	padding: 0;
	margin: 0;
	height: 82px;
	background-image: url("../images/bannerbg.JPG");
	/*background-color: #003486;*/
  background-repeat: repeat-x;
	width: 100%;
	clear: left;
}

#menu {
	position: absolute;
	float: left;
	left: 0px;
	top: 82px;
	background-position: bottom;
	width: 120px;
	height: 100%;
	/*background-color: #003486;*/
	background-color: white;
	color: #000000;
	border: 0;
	border-collapse: collapse;
}

#menu img {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

#content td{
	vertical-align: top;
}


.right-column{
	font-family: arial;
	font-size: 8pt;
	position: relative;
	border: 1px black solid;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.right-column-heading{
	position: relative;
	background: #777777;
	/*background: #003486;*/
	font-weight: bold;
	color: white;
	width: 100%;
}

.right-column-body{
	position: relative;
	background: white;
	color: black;
	padding: 3px;
}

.left-column{
	font-family: arial;
	font-size: 8pt;
	position: relative;
	border: 1px black solid;
	width: 100%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.left-column-heading{
	position: relative;
	background: #777777;
	font-weight: bold;
	color: white;
	padding-left: 10px;
}

.left-column-body{
	position: relative;
	background: white;
	color: black;
	width: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 20px
}