@charset "utf-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

.topmargin {
	/*padding-top: 36px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;*/
 }
.html
  {
	height: 100%;
	background-color: #FEEBCB;
  }
  
body
  {
    background-image: url('images/background.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-color: #FEEBCB;
  }
  
.heading1 {
	color: #9094B6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding-top: 15px;
}

.mainbg {
	background-color: #FFFFFF;
	padding-right: 25px;
}

 
.body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #636363;
	line-height: 19px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8A8A8A;
	text-align: right;
	padding-left: 30px;
}

.leftcolumn {
	background-color: #FFFFFF;
	background-image: url(images/coffee-blisscuit.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 424px;
}
.footer {
	color: #8A8A8A;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/botbar.jpg);
	background-repeat: no-repeat;
	line-height: 22px;
}


 
a:link {
	color: #FCB02E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FDD082;
}
a:hover {
	text-decoration: underline;
	color: #FDD082;
}
a:active {
	text-decoration: underline;
	color: #FCB02E;
}
.orangeline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDB02E;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #72B84C;
	padding: 2px;
}


.style4 {color: #FCB02E}
.heading2 {
	color: #FDB02E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}
.dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D2D4E1;
}
.botmargin {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 100px;
}

