@charset "UTF-8";
.text
{
    width:70%;
    vertical-align:top;
}
.image
{
    width:30%;
    text-align:center;
    vertical-align:center;
}
.imageimg
{
    border:1px solid black;    
}
.ContactBox
{
    padding-left:10px;
    border:1px solid #CCCCCC;
    background-color:#EEEEEE;
    position:absolute;
    margin-top:-15px;
    cursor:pointer;
    width:430px;
    height:160px;
}
.bCard
{
	font: 13px/23px Arial, Helvetica, sans-serif;
	text-align: Left;
	color: #000000;
}
.bCard1
{
	font: 13px/23px Arial, Helvetica, sans-serif;
	text-align: Left;
	color: #000000;
	width: 70px;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p  {
	font: 13px/23px Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-right:30px; 
	padding: 0;
	text-align: Left;
	color: #000000;
}

H1  {
	font: 22px/24px Arial, Helvetica, sans-serif;
	font-weight: Bold;
	letter-spacing: -.5px;
	margin-top:20px;
	padding: 0;
	text-align: Left;
	color: #003887;
}

H2  {
	font: 14px/22px Arial, Helvetica, sans-serif;
	font-weight: Bold;
	margin-top:10px; 
	padding: 0;
	text-align: Left;
	color: #003887;
}

H3  {
	font: 12px/22px Arial, Helvetica, sans-serif;
	font-weight: Bold;
	margin-top:10px;
	padding: 0;
	text-align: Left;
	color: #003887;
}

H4  {
	font: 10px/14px Arial, Helvetica, sans-serif;
	margin-top:10px;
	padding: 0;
	text-align: Left;
	color: #003887;
}

H5  {
	font: 10px/14px Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: Left;
	color: #003887;
}

H6  { /* Date in News Box*/
	font: 10px Arial, Helvetica, sans-serif;
	margin-top:-10px;
	margin-bottom:-5px;
	padding: 0;
	text-align: Left;
	color: #AAAAAA;
}

a:link {
	color: #003887;
}

a:visited {
	color: #00284f;
}

a:active {
	color: #003887;
}

a:hover {
	color: #AAAAAA;
}

a {
	text-decoration: underline;
	}

a img {
	border: none; 
} 


/*nav styles*/


.class2 a:link {
	color: #ffffff;
}

.class2 a:visited {
	color: #ffffff;
}

.class2 a:active {
	color: #AAAAAA;
	text-decoration: underline;
}

.class2 a:hover {
	color: #AAAAAA;
	}

.class2 a:hover_old {
	color: #003887;
	}

.class2 a {
	text-decoration: none;
	}
	
.news {
	text-align: left;
	margin-left: 20px;
	
}

.footer	{
	text-align: center;
	font-size: small;
}

.quote	{
	font: 22px/24px Arial, Helvetica, sans-serif;
	letter-spacing: -.5px;
	margin-top:20px;
	padding: 0;
	text-align: Left;
	color: #666666;
}

.quote_by	{
	text-align: center;
	font-size: small;
	font-style:italic;
	color: #666666;
}

