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

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

body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	background-image: url(images/backgr1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 10px;
}
a img {
	border: none;
}

a:link {
	color:#F40000;
	text-decoration: none;
}
a:visited {
	color: #F40000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 100%;
	margin: 0;
}

.header {
	background: #6F7D94;
	height: 196px;
	width: 100%;
	text-align: center;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.content li {
	line-height: 25px;
	list-style-image: url(images/blt_train.png);
}

/* ~~ The footer ~~ */
.footer {
	background: #6F7D94;
}
.buttons {
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hdrLeft {
	background-image: url(images/trackleft.png);
	background-repeat: repeat-x;
	background-position: right;
}
.hdrRight {
	background-image: url(images/trackright.png);
	background-repeat: repeat-x;
	background-position: left;
}
.central {
	width: 100%;
}
.contentI {
	font-size: 18px;
	margin-left: 50px;
}
.formtxt1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.requiredbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CCC;
	font-size: 12px;
}
.standardbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.content img {
	margin-top: 15px;
	margin-bottom: 30px;
}
