body{background:Gainsboro; text-align:center; font-family:Verdana, Sans-serif;font-size:small;}

/*header box*/
.top{background:Black; width:1080px; height:100%; margin-left:auto; margin-right:auto; position:relative; top:-40px; padding-left:20px; padding-right:20px; padding-top:40px; font-color:OrangeRed}
.logo{float:left; border-style:none}
/*banner for homepage*/
.banner{color:OrangeRed; position:relative; top:40px; left:0px; font-size:36px;}
/*banner text for client pages*/
.banner1{color:OrangeRed; position:relative; top:40px; left:0px; font-size:24px;}

.footer{background:Black; margin-left:auto; margin-right:auto; color:Whitesmoke; width:1040px; height:20px; padding:10px; font-size:10px}

/*page box*/
.bottom{background:DimGray; width:1040px; min-height:800px; position:relative; margin-top:131px; padding:3px}
.insert{background:WhiteSmoke; width:1000px; min-height:800px; padding:20px; position:relative; text-align:left}


/*content styles*/
.box{border:1px; border-color:Black; border-style:solid; background:White; padding:20px; width:300px; height:200px;}
.column1{padding:10px; width:300px; float:left;}
.column2{padding:10px; width:300px; float:left;}
.column3{padding:10px; width:300px; float:left;}
.main{padding:20px;}

h2{color:DimGray}
h3{color:Black}
ul{list-style-type:square;}


/*links*/

A:visited{color:OrangeRed; text-decoration:none}

A:active{color:Silver; text-decoration:none}

A:link{color:Black; text-decoration:none}


