
* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
    color: #000000;
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #ffffff;
}
a{
    color: #000000;
}
#header_box{
    border-bottom:1px solid #999999;
    position: absolute;
    top: 20px;
    left: 20px;
    width:930px;
    height: 110px;

}

#img_header_left {
	width: 335px;
	height: 100px;
	top: 0px;
	left: 0px;
	position: absolute;
    border-right: 1px solid #999;
}
#img_header_right {
    background-color:#FFFFFF;
    border-right:1px solid #999999;
    height:100px;
    left:349px;
    top:0px;
    position:absolute;
    width:580px;
}
#content {
    background-color:#FFFFFF;
    border-right:1px solid #999999;
    left:220px;
    position:absolute;
    top:146px;
    width:729px;
    z-index:10;
}

#content-left {
	width: 200px;
	float: left;
	color: #000;
	font-weight: normal;
    left:20px;
    position:absolute;
    top:136px;
    z-index:15;
}

#content-left a:link, #content-left a:active, #content-left a:visited, #content-left a:focus {
	text-decoration: none;
	color: #000;
}

#content-left a:hover  {
	color: #000;
}

#content-left a.active {
	color: #000;
}
#nav-addon-container{
    margin-top: 40px;
    position: relative;
}
.nav-addon{
}
.nav-addon-divider{
    background-color: #fff;
    width: 201px;
    padding-bottom: 5px;
}
.nav-addon-divider hr{
    border: 0px;
    border-bottom:1px solid #999999;
    padding-top:5px;
    width: 201px;
    clear:both;
    display:block;
    color: #fff;
}


#content-center {
	float: left;
    /*margin: 15px;*/
	padding: 0 19px;
    min-height: 420px;
    width: 695px;
    border-left:1px solid #999999;
}
hr{
    border-bottom:1px solid #999999;


}



h1,h2,h3,h4,h5,h6 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 1em;
}
h4{
    position: absolute;
    width: 200px;
    right: 0;
}

table, tr, td {
    border-collapse: collapse;
}
td{
    vertical-align: top;
}


address {
	font-size: 9px;
	font-style: normal;
	color: #878c96;
}


#header_img{
    position: relative;
    margin-bottom: 18px;
}
#breadcrumb{
    font-weight:bold;
    margin-bottom: 18px;
    text-decoration:none;
}
#breadcrumb a{
    text-decoration:none;
}
#breadcrumb a:hover{
    text-decoration:underline;
}

#content strong, #content b{
    color: #000000;
}

#content-top {
	width: 250px;
	top: -5px;
	left: 742px;
	position: absolute;
}
#content-top {
	color: #FFFFFF;
	font-weight: bolder;
	text-align: right;
	font-size: 11px;
}

#content-top a:link, #content-top a:active, #content-top a:visited, #content-top a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#content-top a:hover  {
}

#content-top li {
	padding-left: 10px;
	background-image: none;
	display: inline;
	text-transform: none;
}

.contententry ul{margin-left: 15px}


.downloadFile{
    clear: both;
}
.downloadFileIcon{
    display:block;
    float: left;
    
}
.downloadFileLink{
    display:block;
    float:left;
    margin-left:0;
    width:480px;
}
.downloadFileLink a{
    text-decoration:none;
    background-position:0 6px !important;
    background-repeat:no-repeat;
    margin-left:2px;
    padding-left:10px;
}
.textAndImageRight .downloadFileLink{
    width:155px;
}

.signature{
    bottom: 0;
    position: fixed;
    right: 0;
}
.signature, .signature a{
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.signature a:hover{color: #ccc}

