html {
    height: 100%;
}

body {
    margin: 0;
	 padding: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 75%;
    color: #000000;
    background: #cccccc;
    height: 100%;
}
A:link {text-decoration: none; color:#565656;}      /* unvisited link */
A:visited {text-decoration: none; color:#4466bb;}  /* visited link */
A:hover {text-decoration: none; color:#989898;}  /* mouse over link */
A:active {text-decoration: none; color:#4466bb;}  /* selected link */ 
p {
    margin-top: 0;
	 margin-left: 5px;
    font size: 1.5em;
}

h1 {
    color:  #4466bb;
    font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 14px;
    font-weight:  bold;
	 margin-left: 5px;
}

h2  {
    color:  #000000;
    font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: bold;
	 margin-left: 5px;
}

h3 {
    color:  #4466bb;
    font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 10px;
    font-weight:  bold;
	 margin-left: 10px;
}

h4 {
    color:  #4466bb;
    font-family: verdana, arial, helvetica, sans-serif;
	 font-weight: normal;
    font-style: italic;
}

#text1 {
	 font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 9px;
	 font-color: #000000;
}

#container {
    margin-left: auto;
    margin-right: auto;
	 position: relative;
    top: 0px; left: 0px;
    width: 800px;
    height: 100%;
    background: #ffffff;
}

#containertwo {
    margin-left: auto;
    margin-right: auto;
	 position: relative;
    top: 0px; left: 0px;
    width: 800px;
    height: 100%;
    background: #ffffff;
	 border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
#home {
    padding-top: 100px;
}

#banner {
    padding-top: 144px;
	 position: relative;
}

#logo {
    position: absolute;
    top: 12px;
    left: 39px;
}

#login {
    position: absolute;
    top: 5px;
    left: 249px;
}

#socialMedia {
    position: absolute;
    top: 12px;
    left: 620px;
}

#nav {     
position: absolute;
top: 144px;
left: 25px;     
margin: 0;     
}

.separator {
    clear: both;
    height: 0;
}

#newsColumn {
    position: absolute;
    top: 453px;
    left: 39px;
}

#clientsColumn {
    position: absolute;
    top: 453px;
    left: 465px;
	 margin: 0;
}  

#newsColumnContent, #clientColumnContent {
    left: 30px;
}

#content {
	position: absolute;
   top: 250px;
   left: 10px;
}

#content2 {
	position: absolute;
   top: 250px;
   left: 300px;
}

#columncontent, #columncontent2 {
padding: 10px;
}

#separator {
clear: both;
}

.footer{background: url("./rscimages/Bottom-Background.png");
    background-repeat: repeat-x;
 	 bottom: 0px;
    width: 764px;
    font-size: 9px;
    font-color: #c7c7c7;
    padding-left: 39px;
	 padding-top: 10px;
    padding-bottom: 10px;


#footer {
	 background: url(rscimages/Bottom-Background.png);
	 background-repeat: repeat-x;
 	 bottom: 0px;
    width: 764px;
    font-size: 9px;
    font-color: #c7c7c7;
    padding-left: 40px;
	 padding-top: 10px;
    padding-bottom: 10px;
}


