﻿body 
{
    margin:1px 1px; padding:0px; 
	text-align:center;
}

.content 
{
	width:800px;
	margin:0px auto; 
	text-align:left; 
	padding:10px;
}

hr
{
   width:100%; 
   background-color:#000077; 
   height:3px; 
}

.headerLink
{
	font-size:1.3em;
	color:#000077;	
	text-decoration: none;
	font-style:italic;
	font-weight:normal;
	font-family: Bradley Hand ITC;	 
}

.headerLink:hover
{
	text-decoration: underline;	
}

h1
{
	color: #000077;
	text-align: center;
	font-size: x-large;		
}

h2
{
	color: Black;	
	font-size: large;
	text-decoration:underline;	
}


.wireFrame {
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #FFFFFF; 
border: solid 1px #D0D0D0;

}

.CloseButtonStyle {
background-color: #666666; 
color: #FFFFFF; 
text-align: center; 
font-weight: bold; 
text-decoration: none; 
border: outset thin #FFFFFF; 
padding: 5px;
}


