@charset "utf-8";
body {
	margin: 0px;
	padding:0;
	top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;	
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #252525;
}
.callout {
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	font-weight: normal;
	color: #FFF;
	
}

.headerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #252525;
	text-decoration:underline;
}
.headerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #252525;
	text-decoration:none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #252525;
	text-align: justify;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #252525;
	text-decoration: underline;
}
.textlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #252525;
	text-decoration: none;
}
.wtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
}
.capt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #000;
}
.wlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	text-decoration:underline
}
.wlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	text-decoration:none
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #0E2748;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}
h2 {
	font-size: 24px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	line-height: normal;	
}
#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
.bodylink {
	color: #000;
	text-decoration: underline;
}
.bodylink:hover {
	color: #000;
	text-decoration: none;
}
#bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
	background-color: clear;
}

#head-wrap {
	position: relative;
	z-index: 200;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background: clear;
	-moz-box-shadow: 0 0 0px black;
	-webkit-box-shadow: 0 0 0px black;
}
#page-wrap { 
	position: relative; 
	z-index: 10; 
	width: 1000px; margin: 0px auto; padding: 0px; 
	background: none; 
	-moz-box-shadow: 0 0 0px black; 
	-webkit-box-shadow: 0 0 0px black; 
	box-shadow: 0 0 20px black; 
}
.dropshadow {
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}

.photo {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border: 10px solid #FFF;
}
