html {
	margin: 0; 
	padding: 0; 
	border: 0; 
}
	
body {
	margin: 0;
    padding: 0;
	border: 0;
	background-color:#F7B5D2;
/*	background-color:#ECA0BA;	*/
	background-image:url(../images/fiftiesbg.jpg); background-repeat:repeat;
}

body, p, div, table, th, td, blockquote, ul, ol {
    color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
	line-height: 1.25;
}

th {
	font-weight:bold;
	}
	
h1 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: .5em 0 .5em 0; padding: 0;	 
}
h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;	
	margin: .35em 0 .25em 0; padding: 0;	 
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;	
	margin: .35em 0 0 0; padding: 0;
}	

img {
	border:none;
}

/* Ids */

#wrapper { 
	position: relative; 
	}

#pageContent {
	padding: 10px;
}
	
#noScript {
	position: absolute;
	top: 30px;
	left: 200px;
	}	
	
#mainContent {
	margin: 10px 10px 0 10px;
	}
	
#bottomText {
	margin: 10px 0 5px 10px;
	}	



/* Classes */

.headerHome {
	position:absolute;
	top:1px;
	text-align:right;
}
		
.pageTitle {
    color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;	
    font-size: 1.3em;
    font-weight: bold;
	text-indent:-20px;
	text-align:center;
	margin: .5em 0 .5em 0; padding: 0;	 	
}

.contentStyle {
	background-color:#F7B5D2; 
	text-align:left; 
	vertical-align:top;
}

.galleryFrame {
	background-color:#F7B5D2; 
	vertical-align:top;
}

.formStyle th {
	text-align: right;
	font-weight: bold;
}

.framed {
	padding:8px;
	border: 1px solid #999966;
	background-color:#FFFFFF;
	text-align:center;
}

.ruler {
	background:url(../images/ruler.png) repeat-x;
}

.footer {
	background-color:#F7B5D2;
	padding:5px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	}
.footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
    color: #000000;	
	}
.footer a:link, .footer a:visited {
    color: #000000;
	}
.footer a:hover {
    color:#CC3399;
	}
.footer a:active {
    color:#ffffff;
	}
	
.keywords {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;	
}	

		
a {
    text-decoration: underline;	
}
a:link, a:visited {
    color: #000000;
}
a:hover {
    color:#CC0099;
	}
a:active {
    color: #ffffff;
}


div.popupBox {	
	position:relative;	
	background:transparent;	
	}
div.popupBox a {
	display:inline;	
	text-decoration:none;
	color:#000000;	
	}
div.popupBox a:hover {	
	background:transparent;
	}
div.popupBox a span {	
	display:none;
	text-decoration:none;	
	text-align: left;	
	}
div.popupBox a:hover span {	
	display:inline;	
	position:absolute;	
	bottom:-50px;	
	left:15px;	
	padding:5px 5px 5px 5px;
	background:white;
	border: 1px solid #666666;
	font-size: 11px;		
	}

div.validators, div.validators a {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	text-align:center;
	padding:5px 0 5px 0;
	}
div.validators a:link, div.validators a:visited {
    color:#000000;	
    text-decoration: none;
	}
div.validators a:hover, div.validators a:active {
    color:#006699;
    text-decoration: none;
	}

.bold {font-weight:bold;}
.italic {font-style:italic;}

.bigblack {
    color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;	
    font-size: 15px;
}

.smallblack {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.smallwhite {
    color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.smallgray {
    color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.red {
	color:#FF0000;
}

