@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #8d0003;
	background: top repeat-x url(../images/bg_image.jpg) #8d0003;
}

/* for photo picture on right */
#picture {
	float: right;
	text-align: center;
	margin: 33px 31px 0px 0px;
	width: 264px;
	clear: none;
}

/* for actual content */
#content {
	margin: 28px 0px 0px 34px;
	width: 875px;
}
#content2 {
	margin: 28px 0px 0px 34px;
	width: 600px;
}

/* font styles */
td,.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
}
.style2 {
	font-size: 26px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #8D0104;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	color: #8D0104;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #8D0104;
	font-weight: bold;
}
.stylecopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	color:#FFFFFF;
	padding: 0px 0px 0px 5px;
}
.wb {
  border: 1px white solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left:3px;
}
.padding {
	padding: 0px 0px 0px 20px;
}

/* position the photo according to the text alignment */
.picturealign{
	margin: 6px 20px 0px 0px;
}
.picturealignbreak{
	margin: 8px 0px 4px 0px;
	clear: left;
	}
input {
 border: 1px black solid;
}
.nb { 
 border-style:none;
}

/* MOD FOR LONG FORM */

div.wrapper_form {
	width: 964px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bglongform.jpg) repeat-y top left;
}

div.wrapper_form_top {
	width: 896px;
	min-height: 402px;
	overflow: visible;
	padding: 23px 34px 0 34px;
	background: url(../images/bglongformtop.jpg) top left no-repeat;
}

div.wrapper_form_bottom {
	width: 964px;
	padding: 0 0 24px 0;
	background: url(../images/bglongformbottom.jpg) bottom left no-repeat;
}
