body,td,th,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #F0F0F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #821313;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #821313;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
h1 {
	font-size: 12px;
	color: #821313;
}
h2 {
	font-size: 14px;
	color: #821313;
}
.footer {
	color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer a:link {
	color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer a:visited {
	color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 .cssnav, .cssnav a:visted, .cssnav a:link,.cssnav a:active{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	background-image:   url("/i/button_bg.gif");
	background-repeat: no-repeat;
	display: block;
	color: white; 
	width: 155px;
	height: 35px;
	margin: 20px;
	margin-bottom:0px;
	padding: 20px;
	font-weight: bold;
  }


    .cssnav a:hover {
 background-image:   url("/i/button_bg_dn.gif");
 color:black;
  }
a.mainlevel:link, a.mainlevel:visited {
/* image section */
	display: block;
	background: url("/i/button_bg.jpg") no-repeat;
/* for firefox : height of image minus top padding */
	height: 28px !important;
	height: 35px;
/* for firefox : width of image minus left padding */
	width: 130px !important;
	width: 155px;
/* text section */
	text-decoration: none;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: left;
	padding-top: 7px;
	padding-left: 25px;
}

a.mainlevel:hover {
/* 2nd parameter is half of image height */
	background-position: 0px -35px;
	text-decoration: none;
	display:block;
	color: black;
}

.heading1 {
	color: #841919;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style1 {
	color: #000000;
	font-style: italic;
}
li {
	list-style-position: inside;
	list-style-type: square;
}
ul li li { list-style : none; }


#lightbox{
	background-color:#FFFFFF;
	padding: 15px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	font-family:Arial, Helvetica, sans-serif;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url("http://automatedtechniques.com/overlay.png"); }

* html #overlay{
	background-color: #000000;
	background-color: transparent;
	background-image: url("http://automatedtechniques.com/overlay.png");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://automatedtechniques.com/overlay.png", sizingMethod="scale");
	}
	
