﻿/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
	text-align: center;
}

/* end hide */

body {
	margin: 0px;
	background-color: #ffffff;
	height:  100%;
	padding: 0;
	overflow:hidden;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	color: #999999;
}

h1.docheader {
	position:relative;
	left: 91;
	top: 130;
	width: 217;
	height: 204;
	font-size: .6em;
	text-align: justify;
	overflow: auto;
}

p.htmlContent {
	position:relative;
	left: 91;
	top: 130;
	width: 217;
	height: 204;
	font-size: .6em;
	text-align: justify;
	overflow: auto;
}

p.locations {    
	position:relative;
	margin-left: auto;
    margin-right: auto;
	top: 15;
	font-size: .45em;
	letter-spacing: .15em;
	overflow: hidden;
}

A:link {text-decoration: none; font-weight:bold}
A:visited {text-decoration: none; font-weight:bold; color: #666666;}
A:active {text-decoration: none; font-weight:bold}
A:hover {text-decoration: underline; font-weight:bold; color: #666666;}

#htmlContent {
	position:relative;
	top: 5%;
	margin-left: auto;
    margin-right: auto;
	width: 416;
	height: 446;
	text-align: left;
	background-image: url(img/contentBox_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#docContent {
	position:relative;
	top: 5%;
	margin-left: auto;
    margin-right: auto;
	width: 416;
	height: 446;
	text-align: left;
	background-image: url(img/docFrame.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


