/* CSS Document for Ellis Data Services */

a:link {
	color: #475983;
}
a:visited {
	color: #475983;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
body  {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	margin: 0; 
	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 */
	background-color: #CCC;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	color: #475983;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 44px;
}
h3 {
	font-size: large;
	font-weight: bold;
	color: #475983;
}


#container { 
	width: 1000px; 
	background-image: url(images/bg_main.gif);
	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. */
}
.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;
}
.navbar {
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
.main-left {
	width: 360px;
	float: left;
	color: #FFFFFF;
	font-size: small;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.main-right {
	width: 500px;
	margin: 18px 0px 0px 22px;
	padding: 0px;
	float: left;
}
.int-left {
	width: 420px;
	margin: 18px 0px 0px 88px;
	padding: 0px;
	float: left;
	color: #FFFFFF;
	font-size: small;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.int-left-a {
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	color: #FFFFFF;
}

.int-left-b {
	width: 280px;
	margin: 0px 0px 0px 140px;
	padding: 0px;
}

.int-right {
	font-size: small;
	width: 360px;
	margin: 70px 0px 0px 552px;
	padding: 0px;
	color: #FFFFFF;

}
.footer {
	width: 1000px;
	height:52px;
	margin: 0px;
	padding: 0px;
	clear:both;
	background-image: url(images/bg_footer.gif);
}
h2 {
	width: 820px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	font-size: 2px;
	margin-left: 90px;
}

