/* Bi-Tech Enterprises Welcome Page CSS. Created by Bi-Tech Enterprises Web Development Department. */

html
	{
	height: 100%;
	margin-bottom: 0.1em; 
	}
a:link,a:hover,a:visited,a:active
	{
	color: white;
	}
	
/* Style and Body */

body
	{ 
   background: url(images/solid-bg.jpg) top right navy;
   font: 12px arial,sans-serif;
   color: #000000;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
   }
h1
	{
	font: 30px "times new roman",serif;
	color: white;
	margin: 10px 0px 0px 0px;
	text-align: left;
	background: url(images/logo-icon.gif) top left no-repeat;
	padding: 10px 0px 10px 50px;
	vertical-align: middle;
	}
h2
	{
	font: 14px verdana,sans-serif;
	color: white;
	text-align: right;
	padding: 0px 20px 0px 0px;
	border-top: 1px solid white;
	margin: 0px;
	}
h2 span
	{
	display: block;
	margin: 0px;
	}
h3
	{
	padding: 0px;
	margin: 0px 0px 20px 0px;
	}
h3.float
	{
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
	float: right;
	}
h4
	{
	border-top: white solid 1px;
	padding-top: 5px;
	margin-right: 1px;
	margin-top: 20px;
	text-align: left;
	}
	
	/* Structure */
#mainskeleton
	{
	background: url(images/boat.gif) top center no-repeat;
	}
#header
	{
	height: 110px;
	margin-left: 200px;
	}
#header a:link,#header a:visited,#header a:active,#header a:hover
	{
	text-decoration: none;
	}
#side
	{
	width: 200px;
	height: 100%;
	float: left;
	}
#main
	{
	margin: 0px 0px 0px 200px;
	color: white;
	text-align: left;
	padding: 0px 20px 100px 0px;
	}
#main td
	{
	color: white;
	vertical-align: top;
	font: 12px arial,sans-serif;
	}
.spaced-text
	{
	text-align: justify;
	line-height: 150%;
	}
.right-box
	{
	float: right;
	margin: 10px 0px 30px 10px;
	border: 3px double white;
	padding: 5px;
	clear: right;	
	}
.right-box i
	{
	font-size: 10px;
	}
#date
	{
	text-align: right;
	color: white;
	background: transparent;
	width: 150px;
	float: right;
	font-weight: bold;
	}
#footer
	{
	color: white;
	font-weight: bold;
	border-top: 1px solid white;
	padding: 20px 0px;
	margin-left: 200px;
	clear: both;
	}