body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006A71;
	margin: 0px;
	padding:  10px 0px 0px 0px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/BG_topGrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}
a{
	color: #5D3743;
}
a:hover{
	color: #92B1D7;
}
.mainText {
	line-height: 24px;
}
.mainText p,
.mainText h1,
.mainText h2,
.mainText h3,
.mainText h4,
.mainText l1{
padding-left:20px;
}
/* I'm not using h1, h2, h3, etc, because it forces a return after the heading and that makes more space than I want */
div.h1,h1,.h1,.heading1,heading1 {
	font-family:"Century Gothic", "Avenir 55", Verdana, Arial, Helvetica, sans-serif;
	line-height:30px;
	font-size:26px;
	color: #006A71;
	color: #92B1D7;
	font-weight: 500;
}
h2,.h2,.heading2,heading2 {
	font-family:"Century Gothic", "Avenir 55", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #7090B5 !important;
	font-weight: 500;
}
h3,.h3,.heading3,heading3 {
	font-family:"Century Gothic", "Avenir 55", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #9F3844 !important;
	font-weight: 500;
	
}
h4,.h4,.heading4,heading4{
	font-family:"Century Gothic", "Avenir 55", Verdana, Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:14px;
	font-weight: 500;
	color: #9F3844 !important;
}
.navText {
	font-family:"Century Gothic", "Avenir 55", Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
	text-align: center;
	text-transform: capitalize;
	background-image: url(../images/nav_BG.jpg);
	background-repeat: repeat-x;
	background-position:top;
	padding-top : 17px;
	padding-bottom : 17px;
	
}
.navText a {
	color: #006A71;
	text-decoration:none;
	font-size: 12px;
	padding: 0px 12px;
	
	}
.navText a:hover {
	font-size: 12px;
	color: #92B1D7;
	text-weight: bold;
}
span.tabOn{
	color: #92B1D7;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 12px;
}
.calloutBG {
	background-image: url(../images/calloutBG.gif);
	background-repeat: repeat-x;
	background-position:top;
	color:#92B1D7;
	color: red;
	height: 10px;
	
}
.newBox{
	background-image: url(../images/calloutBG.gif);
	background-repeat: repeat-x;
	background-position:top;
	color: #7090B5 !important;
	margin-bottom: 5px;
/*	
	color:#92B1D7;
	5A9B98
*/
}
.newBox a{
	text-decoration: none;
}
.newBox a:hover{
	text-decoration: underline;
}

td.content p{
	padding: 5px 30px 5px 30px;
	margin: 0px;
	line-height: 20px;
}
td.content div{
	padding: 5px 30px 0px 30px;

}
table.newBox div.h4{
	font-size: 13px;
}
.corner{
	width: 12px;
}
.calloutBG_bot {
	background-image: url(../images/calloutBG_bot.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height: 8px;
}


table.mainLayout, table.mainLayout td{
	text-align: left !important;
}
table.mainLayout tr{
	vetical-align: top;
}
.footer{
	color: #CECECE;
}
.footer a{
	color: #CECECE;
	text-decoration: none;
}
.download p,.download textarea, .download td, .download input{
	font-size: 11px;
}