﻿body 
{
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	font-family: Franklin Gothic Medium, Century Gothic, helvetica;
	font-size:12px;
	color:#95167e;
	/*background-color:#6B6B6B;*/
	/*background-color:#94177e;*/
	background-color:#560548;
}
a
{
	color:#fff;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
img
{
	border:0;
}
	
h1
{
	font-size:25px;
}
h2
{
	font-size:16px;
	padding:0;
	margin:0;
}
table
{
	border-width:1px;
	border-color:#fff;
	
    color:#fff;
    font-size:14px;
}
ul
{
	margin-top:0px;
	padding-left:20px;
}
.container
{
	margin:0 auto;
	width:1033px;
	height:150%;
	background-color:#560548;
}

.header
{
	float:left;
	width:1033px;
	height:110px;
	background-image:url(images/grad_bg.png);
	background-repeat:repeat-y;
}
.logos
{
	float:left;	
    padding-top:55px;
	padding-left:20px;
}
.phone
{
    float:left;
    color:#fff;
    font-family:Franklin Gothic Medium, Century Gothic, helvetica;
    font-size:20px;
    padding-top:60px;
    padding-bottom:20px;
    padding-left:100px;
}
.logo
{
	float:right;
}
.main_body
{
	float:left;
	width:1033px;
	height:652px;
	background-color:#fff;
}
.left_col
{
    float:left;
    width:230px;
    height:652px;    
	background-color:#fff;
}
.cen_col
{
    float:left;
    width:323px;
    height:652px;
    margin-top:6px;
    background-image:url(images/lois_hicks.png);
	background-repeat:no-repeat;
}
.right_col
{
    float:left;
    width:480px;
    height:652px;    
    margin-top:6px;
    background-image:url(images/right_col_bg.png);
	background-repeat:no-repeat;
}
.footer
{
	float:left;
	width:1033px;
	height:130px;
	margin-bottom:20px;
	background-image:url(images/grad_bg.png);
	background-repeat:repeat-y;
}
.button
{
    float:left;
    width:220px;
    height:56px;
    margin-top:6px;
    margin-left:6px;
}
.button_h
{
    float:left;
    width:220px;
    height:67px;
    margin-top:12px;
    margin-left:6px;
}
.spacer
{
    float:left;
    width:220px;
    height:4px;
}
.box_rollover a
{
    display : block;
    width : 220px;
    height : 56px;
    background-color: #fff;
    float:left;
	z-index:10;
  }
.box_rollover a:hover
{
    display : block;
    width : 220px;
    height : 56px;
    background-color: #560548;
    float:left;
	z-index:10;
}
.body_text
{
    float:left;
    margin-left:50px;
    margin-right:50px;
    margin-top:20px;
    color:#fff;
    font-size:14px;
}
.pplogo
{
	float:left;
	margin:25px;
	color:#fff;
}
.seo
{
    float:left;
    color:#fff;
    margin-top:20px;
    margin-left:40px;
    text-align:center;
    font-size:16px;
}
.W3C
{
	float:right;
	margin:10px;
}
