/* CSS Document */

body {
background-color: #68cf78;
font-family: arial, sans-serif;
font-size: 12px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #666666;
}

p {
font-family: arial, sans-serif;
font-weight: 300;
font-size: 14px;
text-align: justify;
color:#666666;
line-height: 17px;
margin-top: 0px;
margin-left: 20px;
white-space: normal;
}

h1 {
font-family: arial, sans-serif;
font-weight: 600;
font-size: 22px;
color: #46a257;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
}

#outercontainer {
width: 100%;
height: 100%;
}

#bigcontainer {
width: 1000px;
margin: auto;
}

#banner {
width: 1000px;
height: 300px;
background: url(images/ebilling_header.jpg) no-repeat;
}

#innercontainer {
position: relative;
margin: auto;
width: 800px;
background-color: #FFFFFF;
}

#footer {
position: relative;
width: 800px;
height: 91px;
background: url(images/ebilling_footer.jpg) no-repeat;
}

#column1-2 {
float: left;
width: 400px;
}

#column2-2 {
float: right;
width: 400px;
}

#column600 {
float: left;
width: 600px;
}

#column200 {
float: right;
width: 200px;
}

#column300 {
float: left;
width: 300px;
}
