@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D6421C;
	border: 1px solid #253769;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
.footerBg {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.whiteborder {
	border: 1px solid #FFFFFF;
}
.highlight {
	background-color: #FFFF00;
}
body {
	background-image: url(../images/bg.jpg);
	background-color: #6e89d0;
	background-repeat: repeat-x;
}
.blueborder {
	border: 1px solid #253769;
}
.redLine
{
	color:#cc0000;	
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A6197;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #293B69;
}
a:hover {
	color: #293B69;
	text-decoration: none;
}
a:active {
	color: #DC4018;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #354F82;
	font-style:italic;
}

h2 {
	font-size: 18px;
	color: #354F82;
}

h3 {
	font-size: 16px;
	color: #282828;
}
p {
    font-size: 12px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
li
{
    padding: 5px;
    color: #4a6197;
}
.H1Header {
	font-size: 24px;
	color: #354F82;
}
.H2Header {
	font-size: 18px;
	color: #354F82;
}

/* CSS for Div tags  */
#header {
  background: #ffffff;
  position: absolute;
  top: 9px;
  left: 16%;
  width: 782px;
  height: 151px;
  text-align: center;
  padding-top: 1px;
}
#leftcol {
  background: #DBEEED;
  position: absolute;
  top: 160px;
  left: 16%;
  width: 173px;
  height: 2050px;
}
#content {
  background: #ffffff;
  position: absolute;
  top: 160px;
  left: 29.5%;
  width: 602px;
  height: 2050px;
  padding: 5px;
}
#footer {
  background: #f74c20;
  position: absolute;
  top: 2200px;
  left: 16%;
  width: 782px;
  height: 20px;
}
#rightcol {
  background: #DBEEED;
  position: absolute;
  left: 791px;
  top: 160px;
  width: 173px;
  height: 1810px;
}
#content1 {
  background: #ffffff;
  position: absolute;
  top: 160px;
  left: 16%;
  width: 599px;
  height: 2050px;
  padding: 5px;
}

/* CSS for Thanks page*/
#headerT {
  position: absolute;
  top: 9px;
  left: 16%;
  width: 782px;
  height: 275px;
  text-align: center;
  padding: 0px;
}
#leftcolT {
  background: #DBEEED;
  position: absolute;
  top: 280px;
  left: 16%;
  width: 173px;
  height: 1600px;
}
#contentT {
  background: #ffffff;
  position: absolute;
  top: 280px;
  left: 29.5%;
  width: 602px;
  height: 1600px;
  padding: 5px;
}
#footerT {
  background: #f74c20;
  position: absolute;
  top: 1870px;
  left: 16%;
  width: 782px;
  height: 20px;
}
#rightcolT {
  background: #DBEEED;
  position: absolute;
  left: 791px;
  top: 280px;
  width: 173px;
  height: 1600px;
}
#content1T {
  background: #ffffff;
  position: absolute;
  top: 280px;
  left: 16%;
  width: 599px;
  height: 1600px;
  padding: 5px;
}

.divRightMainContent
{
	width: 780px;
	vertical-align: top;
}

.divRightSubMainContent
{
	width: 607px;
	float: right;
	background-color: #ffffff;
	height: 2028px;
}

.divRightContent
{
	padding-left:5px;
	padding-right:5px;
	background-color: #ffffff;
}

.divLeftContent
{
	width: 173px;
	float: left;
	background-color: #DBEEED;
	height: 2028px;
}		    
