@charset "UTF-8";
/* CSS Document */





@font-face {
    font-family: 'Swiss721Regular';
    src: url('fonts/swiss721bt-medium-webfont.eot');
    src: url('fonts/swiss721bt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/swiss721bt-medium-webfont.woff') format('woff'),
         url('fonts/swiss721bt-medium-webfont.ttf') format('truetype'),
         url('fonts/swiss721bt-medium-webfont.svg#Swiss721Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}




html {
background-color: #1664A4;
	background-image: url(img/bk.gif);
	background-repeat: repeat;
}

#bigben {height:936px;}
.big-ben {
	background-image: url(img/big-ben.png);
	height:1041px;
	background-repeat: no-repeat;
	background-position: top;
}
.footer p {color:#FFFFFF; font-size:11px;}

.footer a:link {text-decoration: underline;color:#FFFFFF}
.footer a:visited {text-decoration: underline;color:#FFFFFF}
.footer a:active {text-decoration: underline;color:#FFFFFF}
.footer a:hover {text-decoration: none;color:#FFFFFF}

.verticalspace {height:183px;}
.homeback {
	background-image: url(img/home-back.png);
	height:468px;
	background-repeat: no-repeat;
}
.homestyle h1 {color:#0067aa; font-size:28px;padding-top:40px;}
.homeone {color:#0067aa; font-size:28px;padding-top:40px;padding-left:20px;}
.homestyle h2 {color:#0067aa; font-size:16px;padding-top:5px;}
.homestyle p {color:#0067aa; font-size:12px;line-height:16px;}
.homestyle ul {color:#0067aa; font-size:13px;line-height:16px;padding-left:25px;}
.homestyle li {margin-left:30px;line-height:22px;}
.homestyle .small {font-size:11px; font-style:italic}

.registrationback {
	background-image: url(img/registration-back.png);
	height:924px;
	background-repeat: no-repeat;
}
label {color:#666666; font-size:12px;line-height:16px;font-weight:normal;}

#error {
	color:red;
	font-size:12px;
	display:none;
}
.needsfilled {
	background:red;
	color:white;
}
#submit {margin-top:8px;margin-bottom:8px;}
