body{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


body, html 
{
	height:100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: #333333;
	
}

div, p {
	line-height:18px;
}

#container 
{
  margin-top:10px;
	margin-left:auto; 
	margin-right:auto;
	width:900px; 
	background-color:white;
}

#content {
	padding-left:25px;
}

#leftColumn {
	width:663px; 
	padding:20px 20px 20px 0px; 
	border-right:1px solid #C75423;
	vertical-align:top;
}

#rightColumn {
	padding:10px;
	vertical-align:top;
}

.pressContent
{
  margin-bottom:10px;
}

.footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	background-color: #e5e5e5;
}

.breadcrumbs {
	font-size: 11px;
	padding-bottom: 5px;
	padding-top:5px;
	margin-right:20px;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C75423;
}
.border_sidebar {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C75423;
}
.sidebar_heading {
	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-size: 12px;
	font-weight: bold;
	color: #C75423;
}
.sidebar_content {
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #333333;
}
.content {
	font-size: 11px;
	line-height: 160%;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 10px;
}

h1 {
	font-size: 14px;
	color: #006666;
	margin: 5px 0px 2px 0px;
}

h3 {
	font-size:11px;
	font-weight:bold;
	margin: 5px 0px 5px 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

.contentBlock {
	margin-bottom:20px;
}

.bulletedlist {
	font-size: 11px;
	line-height: 140%;
	padding-bottom: 5px;
	list-style-image: url(../images/bullet_teal_square.jpg);
}
.headers {
	font-size: 12px;
	font-weight: bold;
	color: #006666;
}
.dataTable {
	font-size: 11px;
	color: #333333;
	text-align: right;
}
.headers_topborder {
	font-size: 12px;
	font-weight: bold;
	color: #006666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C75423;
}
.home_content {
	font-size: 11px;
	line-height: 100%;
	color: #333333;
}
.news_subtitle {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #C75423;
	text-align: center;
}
.readmore_home {
	font-size: 11px;
	font-weight: bold;
	color: #C75423;
}
.lower_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C75423;
}

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;
}
body {
	background-color: #333333;
	background-image:url(/images_v2/htmlbg.jpg); 
	background-repeat:repeat-x;
}
.style1 {
	color: #C75423;
	font-weight: bold;
}

/* 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;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #d9d9d9;
border-top-width: 0;
line-height: 22px;
z-index: 100;
background-color: #e9e9e9;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
padding: 3px 0;
text-decoration: none;
text-indent: 15px;
color: #333333;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #cbc62e;
color: #333333;
}

.anylinkcss a:visited{ /*hover background color*/
color: #333333;
}