.pressContent
{
margin-bottom:10px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	background-color: #e5e5e5;
}
.border {
	/*border: 1px solid #999999;*/
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.border_sidebar {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C75423;
}
.sidebar_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C75423;
}
.sidebar_subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C75423;
}
.sidebar_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #333333;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 10px;
}
.border_breadcrumbs {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C75423;
}
h1 {
	font-size: 12px;
	color: #006666;
}
.bulletedlist {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	padding-bottom: 5px;
	list-style-image: url(images/bullet_teal_square.jpg);
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
}
.dataTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
}
.headers_topborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C75423;
}
.home_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	color: #333333;
}
.news_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #C75423;
	text-align: center;
}
.readmore_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C75423;
}
.lower_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C75423;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #C35323;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C35323;
}
a:hover {
	text-decoration: underline;
	color: #006666;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 12px;
	color: #006666;
}
body {
	background-color: #333333;
	background-image:url(/images_v2/htmlbg.jpg); 
	background-repeat:repeat-x;
}
.style1 {
	color: #C75423;
	font-weight: bold;
}

.contentBlock {
	margin-bottom:20px;
}


/* dropdowns  */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}