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

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('../images/body-bg.jpg');
	text-align:center;
}

a {
	text-decoration:none;
}


a:hover {
	text-decoration:underline;
}


li {
	margin-bottom:12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}


h1 {
	font-weight: normal;
	font-size:28px;
	color:#666;
}

h2 {
	font-weight:bold;
	font-size:20px;
	color:#900;
	margin-bottom:0px;
}

h3 {
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	color:#000;
	margin-bottom:0px;
}

h4 {
	font-weight:bold;
	font-size:12px;
	color:#000;
	margin-bottom:0px;
}

h5 {
	font-weight:normal;
	font-size:12px;
	color:#000;
	margin-bottom:0px;
}


/* For newsletter form */
#inputArea input.my-url {
	display:none;
}



/* GreatCircle Footer styles */
#GCfooter {

          margin: auto;

          font-size: 75%;

          width: 950px;

          

}

#GCfooter-inner {

          background: url(../img/footer-innerBG.jpg) top center no-repeat;

          margin: auto;

          padding: 5px 0;

}

#GCfooter p {

          margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

          padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

          clear: both;

          text-align: center;
		  
		  color: #fff;

}

#GCfooter a {

          color: #fff;

          text-decoration: none;

          font-weight: bold;

}

#GCfooter a:hover {

          text-decoration: underline;

}
