.copy, body, td		{ font-family: Arial, Helvetica; color: #000000; font-size: 12px; text-decoration: none; }

A					{ text-decoration:none;}
A:link				{ } 
A:visited			{ }
A:hover				{ text-decoration: underline; }
A:active			{ }

.navarrow			{ font-size: 16px; color: #FFFFFF; font-weight: none; line-height: 24px; }
A.navarrow:hover	{ }
A.navarrow:active	{ }
A.navarrow:link		{ }
A.navarrow:visited	{ }

.navtext			{ font-size: 15px; color: #FFFFFF; font-weight: bold; line-height: 24px; }
A.navtext:hover		{ text-decoration: none; background-color: #63649B; }
A.navtext:active	{ }
A.navtext:link		{ }
A.navtext:visited	{ }

.leftnavtext			{ font-size: 12px; color: #FFFFFF; font-weight: none; line-height:14px;}
.rightnavtext_header	{ font-size: 14px; color: #000000; font-weight: bold; }
.rightnavtext			{ font-size: 12px; color: #000000; font-weight: none; }
.rightnavtext_small		{ font-size: 10px; color: #000000; font-weight: none; }
.sectionheader			{ font-size: 18px; color: #FFFFFF; background-color: #000080; }
.teasertitle			{ font-size: 14px; color: #000080; font-weight: bold; }

#newsPagination{
	text-align:center;
}
#newsPagination a{
	color:#333333;
}
#newsPagination a:hover{
	text-decoration:none;
	color:#63649B;
}

#newsPagination ul li{
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}
.paginationOn{
	background-color:#63649B;
}
.news_teaser {
	margin: 0 0 10px 0;
	width: 425px;
}
.news_teaser .teasertitle {
	font-size: 18px;
	font-weight: normal;
}
.news_teaser p.date {
	margin: 0;
	padding: 0;
	color: #999;
	size: 14px;
}
.news_teaser_text {
	width: 300px;
	float: right;
}
.news_teaser table {
	float: left;
}
.social_buttons {
	width: 149px;
	background:url(../img/bg_social_buttons.gif) no-repeat;
	margin: 10px auto 0 auto;
}
.social_buttons .title {
	padding: 0 5px;
}
.social_buttons .button_container {
	width: 130px;
	margin: 0 auto;
}
.social_buttons .button_container img {
	margin: 0;
	padding: 0;
	border: none;
}
.social_buttons .button_container img.facebook {
	margin: 0 5px;
}
.did_you_know h3 {
	color: #000080;
	font-size: 24px;
	font-weight: bold;
}
.did_you_know_header {
	color: #000080;
	font-size: 24px;
	font-weight: bold;
}

.did_you_know p {
	font-size: 14px;
	margin: 0 0 10px 0;
}
.did_you_know img{
	float: left;
	padding-right: 7px;
}
.did_you_know .more {
	font-size: 10px;
	float: right;
	color: #000;
	text-decoration: none;
}
.did_you_know .more:hover {
	text-decoration: underline;
}

.newsText{
 width: 500px;
}

ul
{
list-style-position:inside;
}

/* clearfix : 
-------------------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
/* clearfix ^ 
-------------------------------------------------------------------------*/
