html {height:100%;}

body {
	height:100%;
	margin:0px;
	background-image:url('bg.jpg');
font-family:'Playfair Display';
color:#808080;}

.image {text-align:center;}
	
.nav { 
	text-align: center; 
	padding:0px; 
	width:100%;
	margin-bottom:-6px;
	}

.nav a:link, .nav a:visited {
	font-family: 'Open Sans Condensed';
	font-size:12pt;
	color: #3c75b1;
	text-decoration: none;
	background-color: #f0f0f0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 21px;
	padding-right: 22px;
	text-transform:uppercase;
	letter-spacing:5px;
	}
		
.nav a:hover {
	color: #ffffff;
	background-color: #3c75b1;
	}

	
	
.content {
	padding:20px;
	width:700px;
	margin:auto;
	
}
	
	
.text {background-color:#f0f0f0;
	padding:20px;
	font-size:10pt;
	text-align:justify;
	line-height:25px;
	letter-spacing:1px;
    margin-bottom:0px;
	margin-top:-15px;
}



.headline {color:#3c75b1;
	font-family:'Open Sans Condensed';
	text-transform:uppercase;
	font-size:20pt;
	letter-spacing:3px;
	line-height:0px;
	padding:20px 20px 0px 20px;}
	
.subheadline {font-family:'Dawning of a New Day';
padding-left:50px;
font-size:12pt;
}

a:link, a:visited {font-family:'Special Elite';
font-size:9pt;
color:#13bcc0;
text-decoration:none;
letter-spacing:0px;
}

a:hover {
color:#3c75b1;	
}

.credit {width:700px;
	margin:auto;
	text-align:center;
	font-size:8pt;}
	
	.credit a:link, a:visited {
		font-size:8pt;
	}
	
textarea {
	height:100px !important;
	width:200px !important;
		}

input[type=radio] {width:20px !important; height:15px;}
input[type=checkbox] {width:20px !important; height:15px;}
		
input, select, textarea, option {
	background-color: #f0f0f0;
	color: #808080;
	font-family:'Open Sans Condensed';
	font-size:10pt;
	height:30px;
	width:150px;
	text-transform:none;
	text-align:center;
	letter-spacing:2px;
	border:1px solid #808080;
		}