

#title {display:none; }

body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 16px;
	margin-top: 0px;
}

.content {
	padding-bottom:20px;
}

h1 {
	letter-spacing: 1px;
	padding-left: 12px;
	line-height: 33px;
	height: 33px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	background-repeat: repeat-x;
	background-image: url(../images/blue_bg.jpg);
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin-top: 15px;
	margin-bottom: 15px;	
}
h2 {
	font-size: 13px;
	font-weight: bolder;
	color: #911F2B;
	margin-bottom: 0px;
}

.newsletters_header {
	letter-spacing: 1px;
	padding-left: 12px;
	line-height: 33px;
	height: 33px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	background-repeat: repeat-x;
	background-image: url(../images/red_bg.jpg);
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin-bottom: 15px;	
}	
.highlight_header {
	background-image: url(../images/gold_bg.jpg);
}	
.topics {
	padding: 12px;
}

.divider {
	padding: 0 12px;
}

.topics-second {
	padding: 0 12px 12px 12px;
}

.topics .imagespacert {
	margin-bottom: 0px;
}	
.newsletters ul {
	margin-top: 0px;
}	
.newsletters li {
	margin-left: -10px;
	list-style-type: none;
	
}
.press {
	font-family: Helvetica, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 0px;
}

address {
	font-style: normal;
}
.copyright, .copyright a:link, .copyright a:hover, .copyright a:active {
	text-align:  center;
	font-size: 11px;
	line-height: 14px;
	color: white;
}

.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}

a:link {
	color: #485875;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
    color: #485875;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #485875;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #911F2B;
	text-decoration: underline;
	font-weight: bold;
}

div.error_message {
	color: red;
	margin: 20px;
	padding: 15px;
	background: #fdd;
	font-size: 13px;
	border: 1px red solid;
}

.safesubscribe {
	text-align: center;
	padding: 0 0 0 15px;
}

/*** Constant Contact Sign-Up Styles ***/

#newsletter_signup_area {
	margin-bottom: 3px;
	margin-left: 24px;
	text-align: left;
}

#newsletter_signup_form {
	background-color: #22476A;
	color: white;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	width: 160px;
}

#newsletter_signup_form input {
	font-size: 11px;
}

#newsletter_signup_form #submit_newsletter_signup {
	text-align: left;
}

#newsletter_signup_form #email_icon {
	float: right;
}

hr {
    border: none;
    background-color: #999;
    color: #999; /* Older versions of IE use the `color` attribute to style <hr> */
    height: 1px;
    line-height: 1px;
    width: 100%;
}