body {
	background: #9aa956;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
}

img{
 border:0;
 }

ul{
 list-style:square;
 } 
 

.oneColFixCtrHdr #container {
	width: 923px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	background-image: url(../images/page-elements/header-main-content-bkgrd.jpg);
	background-repeat: repeat-y;
}

.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/page-elements/header-main-content-bkgrd.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/page-elements/header-main-content-bkgrd.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.5em;
}

/*upper nav*/

.TD-upper-nav {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #C7CB30;
	background-image: url(../images/page-elements/upper-nav-background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 5px;
}

.TD-upper-nav a:link{
	color: #ffffff;
	text-decoration: none;
}

.TD-upper-nav a:visited{
	color: #ffffff;
	text-decoration: none;
}

.TD-upper-nav a:hover{
	color: #C7CB30;
	text-decoration: underline;
}

/*footer*/

.oneColFixCtrHdr #footer {
	background-image: url(../images/page-elements/page-footer-bkgrd.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	color: #222021;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	background-color: #9AA956;
}

.oneColFixCtrHdr #footer a:link {
	color: #222021;
	text-decoration: none;
}

.oneColFixCtrHdr #footer a:visited {
	color: #222021;
	text-decoration: none;
}

.oneColFixCtrHdr #footer a:hover {
	color: #C7CB30;
	text-decoration: underline;
}

.oneColFixCtrHdr #footer 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 */
}



/*for plans pricing*/

.TD-row-off {
	background-color: #FFFFFF;
}

.TD-row-on {
	background-color: #fbf8ef;
}

.TD-data-left{
	text-align:left;
	padding: 5px;
		vertical-align:top;

	}
	
.TD-data-center{
	text-align:center;
	padding: 5px;
		vertical-align:top;

	}
	
.TD-data-right{
	text-align:right;
	padding: 5px;
	vertical-align:top;
	}		

