body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	text-align: center;
}

#contents {
	top: 0px;
	left: 0px;
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer {
	position: absolute;
	top: 550px;
	height: 50px;
	/*background-image: url("./img/foot.png");*/
	background-color: #eaeaea;
	text-align: center;
	width: 800px;
	color: black;
}


#header {
	background-image: url("img/banner.jpg");
	background-position: top, left;
	background-repeat: no-repeat;
	background-border: none;
	/*background-color: #c4c4c4;*/
	height: 120px;
	width: 800px;
}

#sub {
	position: relative;
	top: 0px;
	left: 130px;
	width: 670px;
	height: 430px;
}

div.main2 {
	color: black;
	background-color: white;
	height: 430px;
	padding-left: .5em;
	width: 653px;
	overflow: auto;
	-moz-user-focus: normal;
	-mox-user-input: enabled;
}	


#main {
	color: #FFFFFF;
	background-color: #125a85;
	height: 430px;
	padding-left: .5em;
	width: 670px;
	overflow: hidden;
	-moz-user-focus: normal;
	-mox-user-input: enabled;
	
}

#left-column {
	position: absolute;
	width: 130px;
	height: 430px;
	margin-bottom: 5em;
	background-image: url("./img/leftside.jpg");
	/*background-color: gray;*/

}

#right-column {
	position: absolute;
	left: 660px;
	top: 0px;
	width: 10px;
	height: 430px;
	background-image: url("./img/leftside.jpg"); 
	/*background-color: gray;*/
}

img {
	border: none;
}

div.nav {
	font-size: 10px;
	font-weight: bold;
	color: black;

}

a.nav {
  display: block;
  padding: 2px;
  text-decoration: none;
}

a.nav:link, a.nav:visited {
  color: black;
  font-size: 10pt;
}

a.nav:active, a.nav:focus, a.nav:hover {
  color: black;
  text-decoration: underline;
}

a.foot {
	color: black;
	font-size: 12pt;
	text-decoration: none;
}

a.foot:link, a.foot:visited{
  color: black;
}

a.foot:active, a.foot:focus, a.foot:hover {
  color: black;
  text-decoration: underline;
}


div.ads {
  padding-left: 1.5em;
  padding-top: 1em;
  border: none;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

p.quote {
	font-size: 12px;
	font-weight: bold;
	padding-left:1em;
	padding-right:1em;
}

td {
	color: #ffffff;
}

a {
	border: none;
	color: black;
}

a:link, a:visited {
	border: none;
}

a:active, a:focus, a:hover {
	color: black;
	text-decoration: underline;
}



div.just {
	margin-left: .5cm;
	margin-right: .5cm;
	text-align: justify;
}

li.partners {
	padding: 5px;
}

li.features {
	padding: 5px;
}

ul.emp2 {
	margin-top:0px; 
	margin-bottom:0px;
}

#tooltip {
	position: absolute;
	color: black;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 10px;
	background-color: #c0c0c0;
	visibility: hidden;
	z-index: 100;
	text-align: justify;
	font-size: smaller;
}

#pointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#email {
	position: relative;
	float: left;
	left: 480px;
	top: 25px;
	width: 175px;
	height: 15px;
	margin-left: 20px;
	margin-top: 30px;
	
}




#img_left {
	float: left;
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 1px;
}

#img_right {
	float: right;
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 1px;
}

#img_box {
	float: left;
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 1px;
	width: 280px;
	height: 210px;
	text-align: center;
	
}

#img_box_right {
	float: right;
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 1px;
	width: 280px;
	height: 210px;
	text-align: center;
}
