
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/bg-top.png) top repeat-x;
	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;
}
.twoColFixLtHdr #container { 
 width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:12px;
} 
.twoColFixLtHdr #header { 
	padding:0px;
	height:327px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
		float: left; /* since this element is floated, a width must be given */
	width: 189px;
	height:100%;

}

.twoColFixLtHdr #mainContent {
background:url(../images/linedown.png) repeat-y top right;
 width:435px;
	padding:0px;
	margin: 0 0 0 206px;/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
} 
.twoColFixLtHdr #footer { 
	background:#c8c8c8;
	height:95px;
	font-size:11px;
	text-align:justify;
	clear:both;
} 

div#txtfooter {
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;	
}

div#txtfooter a{ color:#333333; text-decoration:none;}

.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
ol li, ul li {
font: 11px;
}


/*Image replacement technique*/
/*<div id="header" ><h1><span>eData</span></h1>*/
#header h1 {
	text-align: left;
	color: #919191;
	font: 11px Arial;
	width: 181px;
	height: 89px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top;
	cursor:pointer;
	float: left;
}

#header h1 span {
display: none;
}

/*
#featured h3 {
	text-align: left;
	color: #919191;
	font: 11px Arial;
	width: 190px;
	height: 38px;
	background-image: url(../images/featured.png);
	background-repeat: no-repeat;
	background-position: top;
	cursor:pointer;	
}

#latest h3 {
	text-align: left;
	color: #919191;
	font: 11px Arial;
	width: 125px;
	height: 37px;
	background-image: url(../images/latestnews.png);
	background-repeat: no-repeat;
	background-position: top;
	cursor:pointer;
		}
	
	
	
	#partners h3 {
	text-align: left;
	color: #919191;
	font: 11px Arial;
	width: 85px;
	height: 24px;
	background-image: url(../images/partners.png);
	background-repeat: no-repeat;
	background-position: top;
	cursor:pointer;
		}
	*/
		
	#services h3 {
	text-align: left;
	color: #919191;
	font: 11px Arial;
	width: 244px;
	height: 49px;
	background-image: url(../images/services.png);
	background-repeat: no-repeat;
	background-position: top;
	cursor:pointer;
		}
		
		#relatedlinks h3 {
	text-align: left;
	color: #919191;
	font: 11px Arial;
	width: 244px;
	height: 49px;
	background-image: url(../images/relatedlinks.png);
	background-repeat: no-repeat;
	background-position: top;
	cursor:pointer;
		}
		
	#services relatedlinks, span {
	display:none;
	}
/*
#mainContent h3 span1, span { display:none;}
*/

div#nav-menu {
/*background:url(../images/nav-menu.png) top no-repeat;*/
height:43px;
width:649px;
float:left;
margin-left:41px;
}

div#link-top {
height:15px;
width:278px;
font-size:11px;
margin-top:30px;
float:right;
}

div#bg-header {
height:225px;
clear:both;
}

.twoColFixLtHdr #sidebar1 img { padding-bottom:9px;}

div#quick-menu { height:34px; padding-top:10px; color:#336699; font-size:11px}

div#right-colm{ float:right; width:245px; padding-right:10px;}

.colored{color:red; }

.bodytext {padding-bottom:10px;}

.linktext {
color:#336699;
}

.stylecallout{
background:url(../images/bg-callout.png) top no-repeat;
width:385px;
height:50px;
padding: 43px 15px 20px;
}

.stylecallout a{
text-decoration:none;
color:#3366bd;
}


.stylecallout2{
background:url(../images/bg-callout2.png) top no-repeat;
width:390px;
height:75px;
padding: 40px 15px 20px;
}

.stylecallout2 a{
text-decoration:none;
color:#3366bd;
}




