* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	font: 100% "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
}

body {
	text-align: center;
	cursor: default;
}

a {
	cursor: pointer;
}

div.wrapper {
	background-image: url(../i/main-background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 680px;
	padding-left: 37px;
	padding-right: 37px;
	text-align: left;
}

div.header {
	width: 680px;
	height:20px;
	font-size:10px;
	line-height:20px;
}

div.title {
	background-image: url(/i/logo.gif);
	background-position-y: bottom;
	width: 680px;
	height: 72px;
	line-height: 50px;
	background-color: #FFF;
	color: #FFF;
	font-size:12px;
	text-align: center;
}

div.links {
	border-top:1px solid #FFF;
	height:29px;
	line-height:29px;
	background-color:#691313;
	font-size:15px;
	text-align: center;
	color:#FFF;
}

div.links a {
	text-decoration: none;
	color:#FFFFFF;
}

div.content {
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	padding: 30px 80px 30px;
}

div.content h2 {
	margin-top:16px;
	margin-bottom:16px;
	color:#003399
}

div.content p {
	margin-top:13px;
	margin-bottom:13px;
}

div.content span.title {
	color:#630D0D;
	font-size:110%;
	font-weight:bold;
}

.footer {
	width: 680px;
	margin: 0 auto;
	background-color: #891F23;
	font-size: 13px;
	line-height: 30px;
}

.footer p {
	padding: 0px;
	color: #fff;
}

a {
	text-decoration: underline;
	color: #194379;
}

a:hover {
	text-decoration:underline;
}

table.formtable tr {
	line-height: 23px;
}

input, select, textarea {
	background-color: #F4F4FF;
	border: 1px solid #6666AA;
	padding: 2px 3px 2px 5px;
	width: 140px;
	font-size: 11px;
	color: #333377;
}

input.checkbox {
	background-color: #FFF;
	border: none;
	width:12px;
	margin-bottom:0px;
	margin-right:7px;
}

select {
	width: 150px;
	padding: 1px 3px 1px 5px;
}

input.button {
	border: 1px solid #6666AA;
	width: 100px;
}

textarea {
	margin-bottom:2px;
}

span.asterisk {
	color:red;
}

h3 {
	margin-top: 8px;
	margin-bottom: 8px;
}

div.leftcol {
	float:left;
	width:200px;
	height: 25px;
	line-height: 25px;
}
div.rightcol {
	float:left;
	width:300px;
	height: 25px;
	line-height: 25px;
}

span.selectedlang {
	color: #A91313;
}

span.error {
	font-size: 12px;
	color: red;
}

ul li {
	list-style-type:none;
}

span.reasons {
	color: #194379;
	font-size: 110%;
	padding-left: 15px;
	padding-right: 10px;
}

div.notes {
	font-size:80%;border-top:1px solid #66A;margin-top:30px;
}

span.note {
	color:#194379;
}