html { 
    padding:0;
    margin:0;
    height:100%;
}
body { 
    padding:0;
    margin:0;
    height:100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-decoration: none;
    background: #FFFFFF;
}
img {
    border: 0;
}
h1{
    margin: 3px 0 12px 0;
    font-size:8px;
    text-transform: uppercase;
    font-weight: normal;
}
h2{
    margin: 0 0 1px 0;
    font-size:11px;
    text-transform: uppercase;
    font-weight: bold;
}
a, a:visited, a:link, a:active {
    text-decoration:none;
    color:#000000;
}
a:hover {
    text-decoration:underline;
}
#content {
    margin:auto;
    overflow:hidden;
    text-align: center;
    margin-top: 10px;
}
#main {
    margin:auto;
    text-align: center;
    overflow: hidden;
}
#main_pdf {
    margin:auto;
    text-align: center;
    overflow: hidden;
    width: 1350px;
    margin-top: 45px;
}
#main_inner{
    height: 755px;
}
.contentrow{
    margin: auto;
    overflow: hidden;
    height: 151px;
}
#navigation {
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
    top: 0px;
}

#navigation ul {
    margin:0;
    padding:0;
    list-style: none;
}
#navigation li {
    list-style:none;
}
#footer{
    height: 150px;
}
#net_edit{
    padding: 10px;
    text-align: left;
    font-size: 10px;
    text-align: center;
}
#net_edit a,
#net_edit a:hover,
#net_edit a:visited,
#net_edit a:active{
    color: #E5E5E5;
}
#contentcenter{
    width: 608px;
    margin: auto;
}
.mod1item1, .mod1item2 {
    overflow:hidden;
    clear:both;
}
.mod2item1 {
    overflow:hidden;
    float: left;
}
.mod3item1 {
    overflow:hidden;
    width: 404px;
}
.mod3item2,.mod4item2{
    overflow:hidden;
    width: 600px;
    margin: auto;
    min-height: px;
}
.mod4item1 {
    overflow:hidden;
    width: 600px;
    margin: auto
}
.errors{
    border:#CCCCCC solid 1px;
    padding: 5px;
    margin:auto;
    width: 500px;
    color:#CC0000;
}

#active_left{
    position: absolute;
    width: 50%;
    height: 750px;
    z-index: 999;
    cursor: pointer;
    left:0;
    top:0;
    display: none;
}
#active_right{
    position: absolute;
    width: 50%;
    height: 750px;
    z-index: 999;
    cursor: pointer;
    right:0;
    top:0;
    display: none;
}

#image_toggler{
    height: 850px;
    position: relative;
}
#pager{
    position: absolute;
    top: 756px;
    left: 50%;
    width: 500px;
    text-align: center;
    margin-left: -250px;
    font-size: 8px;
}
#pager a,#pager a:visited, #pager a:link, #pager a:hover{
    color: #cccccc;
    cursor: pointer;
}
#pager a.selected {
    color: #000000;
}
#image_container{
    position: relative;
    height: 1px;
    width: 1px;
    overflow: visible;
    margin: auto;
}
#image_container .images{
    position:absolute;
    margin-left: -50px;
}
#adm_container{
    width:1000px;
    margin:auto;
}
#adm_container .mod1item1, #adm_container .mod1item2{
    float:left;
    margin: 0 10px 10px 0;
    clear:none;
}
.pointer{
    cursor: pointer;
}
.image_selected {
    display: none;
    background: #ffffff;
    position: absolute;
    z-index: 20;
    text-align: center;
}
.image_selected span {
    display: block;
    margin-top: 60px;
    font-size: 20px;
    font-weight: bold;
}
#pager_blog{
    width: 600px;
    margin: auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.date{
    margin: 0 0 5px 0;
}