/*                              */
/* medium purple: #434C97       */
/* light purple: #8B97CB        */
/* really light purple: #C3C5D1 */
/* light gray: #EEEDF2          */
/*                              */
body
{
	margin: 20px 20px 20px 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.mainTable
{
	width: 1000px;
	border: 1px solid #434C97;
	margin-left: auto;
	margin-right: auto;
}
.headerLogo
{
    margin: 0px;
}
.headerLogo a img
{
    border: none;
}    
.headerQuote
{
    border: none;
    padding: 10px;
}
.headerLinks
{
	color: gray;
	margin: 10px 3px 0px 0px;
}
.headerLinks a, .headerLinks a:active, .headerLinks a:visited
{
	text-decoration: none;
}
.headerLinks a:hover
{
	color: #434C97;
	text-decoration: underline;
}
.topLinks
{
	padding: 0;
	background-color: #434C97;
}
.topLinks ul
{
    list-style: none;
    margin: 0;
	padding: 0;
	display: inline;
}
.topLinks ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.topLinks ul li a
{
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 10px 51px 10px 52px;	
	text-decoration: none;
}
.topLinks ul li a:hover, .topLinks ul li a:active
{
	background-color: #8B97CB;
}
.bannerImage
{
    background-color: #434C97;
}
.leftColumn
{
    vertical-align: top;
    background-color: #EEEDF2; 
    width: 145px;
    margin: 0;
}
.quote
{
    margin: 0;
    padding: 0;
    background-color: black;
}
.quote p
{
    color: white;	
	padding: 10px !important;
}
.learnMore
{
    color: white;
	background-color: #434C97;
	height: 32px;
	padding: 5px 5px 5px 5px;
}
.aiLinks
{
	padding: 0;
	background-color: #EEEDF2;
}
.aiLinks ul
{
    list-style: none;
    margin: 0;
	padding: 0;
}
.aiLinks ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
.aiLinks ul li a
{
	display: block;
	float: left;
	width: 80px;
	margin: 0;
	padding: 10px 10px 10px 55px;
	text-decoration: none;
	background: #EEEDF2 url(Images/aiBullet.jpg) no-repeat left;
    border-bottom: 1px solid #C3C5D1;
}
.aiLinks ul li a:hover
{
    text-decoration: underline;
    color: #434C97;
}
.text
{
    vertical-align: top;
	color: black;
	text-align: justify;
	margin: 0;
	padding: 5px 25px 25px 25px;
}
.text h1
{
    font-size: 18px;
}
.text li
{
    padding-bottom: 10px;
}
.text a, .text a:hover, .text a:visited, .text a:active
{
	color: #434C97;
}
.partners a img
{
    border-width: 1px;
}
.rightColumn
{
    vertical-align: top;
    background-color: #EEEDF2; 
    width: 200px;
    margin: 0;
    padding: 0;
}
.rightColumn p
{
    margin: 0;
    padding: 0;
}
a, a:visited, a:active
{
	color: inherit;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.styleBorder
{	
	background-color: #434C97;
}
.footer
{	
 	color: white;
	background-color: #434C97;
	height: 32px;
	text-align: center;
}