.bkg {
	background-color: #12232a;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #B8BFA6;
	padding-right: 19px;
	padding-left: 19px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 41px;
	line-height: 37px;
	color: #B8BFA6;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 20px;
}
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #12232A;
	padding-right: 19px;
	padding-left: 19px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tablebkg {
	background-color: #D5D1AC;
	background-image: url(images/middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #12232A;
	padding-right: 20px;
	padding-left: 50px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 20px;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 10px 20px 0px 30px;
}
.mainlinks {
	color: #b8bfa6;
	text-decoration: none;
}
.mainlocation {
	color: #FFFFFF;
	text-decoration: none;
}
.mainlinks2 {
	color: #12232a;
	text-decoration: none;
}
.mainlocation2 {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/*For Forms Pages*/
.glyphicon.glyphicon-asterisk {
 	color: #CC0000;
 	display: inline-block;
 	font-family: 'Glyphicons Halflings';
 	font-weight: 400;
 }
.glyphicon-asterisk:before {
 	content: "\2a"
 }
.checkbox input {
 	margin-left: 0 !important;
 	position: relative !important;
 	bottom: -3px;
 }
.checkbox {
 	padding-top: 10px;
 }
.form-control {
 	display: block;
 	width: 100%;
 	height: 34px;
 	border: 1px solid #ccc;
 }
.formContainer {
 	font-family: Arial, Helvetica, sans-serif;
 	padding: 15px 40px 30px 40px;
 }
label {
 	font-weight: 700;
 	display: inline-block;
 	padding: 15px 0 3px 0;
 }
h3 {
 	font-size: 24px;
 	font-weight: 500;
 	margin-top: 20px;
 	margin-bottom: 10px;
 }
.btn {
 	display: inline-block;
 	padding: 6px 12px;
 	margin-bottom: 0;
 	font-size: 14px;
 	line-height: 1.42857143;
 	border: 1px solid transparent;
 }
.btn-primary {
 	color: #fff;
 	background-color: #337ab7;
 	border-color: #2e6da4;
 }
.btn-default {
 	color: #333;
 	background-color: #fff;
 	border-color: #ccc;
 }