body{
	background-color: white;
}

body#frontPageBody{
	background-color: white;

}

div#frontPageBox{
	background-color: white;

	width: 406px;
	height: 400px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	font-family: sans-serif;
	text-align: center;
	vertical-align: middle;

}


p#copy{
	font-size: x-small;
	text-align: center;
	color: #999999;
}	

div.top{
	background-color: #eeeeee;
	height: 120px;
	font-family: sans-serif;
	color: #999999;
	padding: 5px;
	text-align: right;
	
	
	
}
div.topSub{
	
	position: relative;
	top: 0px;
	text-align:left;
}

div#picsArea{
	background-color: white;
	overflow: auto;
	height: 450px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	white-space:nowrap;
	font-family: sans-serif;
	color: #999999;
	font-size: medium;
}

div#picsArea2{
	position: relative;
	background-color: white;
	overflow: auto;
	height: 450px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	white-space:nowrap;
	font-family: sans-serif;
	color: #999999;
	font-size: medium;
}

table{
	font-family: sans-serif;
	color: #999999;
	
}

img.pics{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

img.pics_port2{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 60px;
	padding-bottom: 0px;
}

img.escher{
	padding-top: 10px;
	padding-bottom: 0px;
}

span.spacer{
	padding-left: 400px;
}

span.spacer_small{
	padding-left: 200px;
}

a:link{
	color: #999999;
	text-decoration: none;
}
a:visited{
	color: #999999;
	text-decoration: none;
}
a:hover{
	color: #999999;
	text-decoration: underline;
}
a:active{
	color: #777777;
	text-decoration: none;
}

p.title{
	text-align: left;
	vertical-align: bottom;
	font-family: sans-serif;
	color:#999999;
}

span.contact{
        border: 1px dashed black;
        
        margin-right: 0;
       
}

div.design{
	font-size: 0.8em;
	text-align: center;

}

.dropDown{
	margin-right: 20px;
}

.dropDownMenu{
	
	z-index: 2;
	position: absolute;
	display: none;
}