﻿/*
  HOME PAGE COLUMNS -------------------------------------------------------------------
*/

p {
	font-size: 14px
}


#col1 h1, #col2 h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 1em;
	color: #0c4978;
}

#col1 h2, #col2 h2 {
	font-size: 18px;
/*	margin-top: 1em; */
	margin-bottom: 0.2em;
	color: #0b4875;
}

#col2 h3 {
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: 18px;
	color: #0b4875;
}

#bothcolwrapper {
	background: url(../images/design/shadow.jpg) no-repeat top right;
}

#col1wrapper {
	width: 385px;
	float: left;
}
#col1 {
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 6em;
/*	padding-bottom: 15px; */
	background-color: #bff3ff;
	border-right: solid 5px #0c4978;
	margin-left: 16px;
	background-image: url(../images/design/bottom_bubbles3.jpg);
	background-repeat: no-repeat
}

#col2 {
	width: 340px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6em;
	padding-bottom: 15px;
	}

#col1 a:link, #nav a:visited {
	color: #0c4978;
	text-decoration: none;
}

#col1 a:hover {
	color: #fff     /*#3c79A8*/;
	text-decoration: none;
}

#logosleftwrapper /* to avoid IE6 margin-doubling bug */
{
    	float: left;
}
#logosleft
{
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    margin-left: 16px;
    text-align: center;
	width: 364px;

	background-color: #bff3ff;
	border-right: solid 5px #0c4978;
}

#logosright
{
    padding-top: 1.5em;
    padding-bottom: 0.5em;
	padding-right: 35px;
    text-align: center;
	width: 340px;
	float: right;
}

