@charset "UTF-8";
body {
	margin:0 auto;
	color: #FFF;
	background-color:#000;
}

@font-face {
	font-family: 'CopprplGothBdBTBold';
	src: url('copperplate_gothic_bold_bt-webfont.eot');
	src: local('☺'), url('copperplate_gothic_bold_bt-webfont.woff') format('woff'), url('copperplate_gothic_bold_bt-webfont.ttf') format('truetype'), url(		'copperplate_gothic_bold_bt-webfont.svg#webfonti2PKB8Lf') format('svg');
	font-weight: normal;
	font-style: normal;
}

.logo{
	height:110px;	
	text-align:left;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 80%;}

.header{
	width: 100%;
	line-height:7px;
	text-align:left;
	font-size:0.9em;
	position:absolute;
	height:38px;
	background-image:url(../img/bar.png);
}

.wrapper{
	height:100%;
}

.bar{
	color:#CCC
}
	
.form{
	margin:0 auto;
	width:640px;
	height:441px;
	background-image:url(../BarackSlideshow/Source/images/form.png);
	background-repeat:no-repeat;
}
.main{
	position:relative;
	margin-top:40px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	}

.text{
	margin-top:40px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 80%;
	text-align:center;
	padding:10px;
}

.textchoice{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 85%;
	text-align:center;
	}

.footer{
	width:100%;
	height:45px;
	line-height:6px;
	margin:0 auto;
	text-align:center;
	position:absolute;
	font-size:13pt;
	font-family:"Copperplate", "CopprplGothBdBTBold";
	background-image:url(../img/bar.png);
	background-repeat:repeat-x;
}
.footertext{
	margin-top:10px;
	padding-top:20px;
	margin-left:25px;
	text-align:left;
	position:absolute;
	font-size:13pt;
	font-family:"Copperplate","CopprplGothBdBTBold";
	}
	
.image{
	background-image:url(../img/passage.png);
	height:66px;
	margin-top:10px;
	padding-top:20px;
	margin-left:15px;
	background-repeat:no-repeat;
	background-position:left;
}
.textheading {
	font-family:"Copperplate", "CopprplGothBdBTBold";
	font-size: 40px;
	margin:0 auto;
	color:#FFF;
}
a {
font-family:"Copperplate","CopprplGothBdBTBold";
	font-size:1.1em;	
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color:#999;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
