html {
        overflow: -moz-scrollbars-vertical;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000000;
    background-color: white;
    margin-top: 20px;
	margin-left: 2px;
}

h1, h2, h3, h4 {
    color: #003366;
    margin-top: 0px;
    padding-top: 0px;
}
h1 {
    font-size: 1.3em;
    border-bottom: 1px solid #003366;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.1em;
}

#outer_container {
    margin-left: auto; 
    margin-right: auto; 
    width: 1000px; 
    background: url(images/leftcol_border_right.gif) 200px top repeat-y;
    background-color: #f9f9f9;
}

#inner_container {
    width: 998px; 
    border-left: 1px solid #000000; 
    border-right: 0px solid #000000;
}

#leftcol {
    width: 211px; 
    min-height: 400px;
    height:auto !important;
    height:400px;
    float: left;
}

#contentcol {
    margin-left: 212px; 
    padding-top: 15px;
    padding-left: 20px; 
    padding-right: 30px; 
    padding-bottom: 20px;
    min-height: 400px;
    height:auto !important;
    height:400px;
}

#leftcol ul {
    list-style-type: none;
    width: 211px;
    margin: 0px;
    padding: 0px;
}

#leftcol ul li {
    background: url(images/mnu_misc_normal.gif) left top no-repeat;
    padding-left: 20px;
    line-height: 25px;
    height: 25px;
}
#leftcol ul li:hover {
    background: url(images/mnu_misc_hover.gif) left top no-repeat;
}
#leftcol ul #first {
    background: url(images/mnu_top_normal.gif) left top no-repeat;
}
#leftcol ul #first:hover {
    background: url(images/mnu_top_hover.gif) left top no-repeat;
}
#leftcol ul a {
    display: block;
    width: 170px;
    color: white;
    text-decoration: none;
}
#leftcol ul a:hover {
    color: #2d4e71;
}

#phonebox {
    width: 171px; 
    padding: 20px;
    line-height: 17px;
}
    
.zero {
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
    height: 0;
}

#contentcol a {
    text-decoration: underline;
    color: #003366;
}

#contentcol a:hover {
    text-decoration: none;
}


#contentcol li {
    line-height: 20px;
}

#contentcol li a {
    text-decoration: none;
    color: #003366;
}

#contentcol li a:hover {
    text-decoration: underline;
}

#contentcol #lex {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #003366;
    padding-bottom: 10px;
}

#contentcol #lex a {
    text-decoration: none;
    color: #003366;
    font-weight: bold; 
    font-size: 1.3em;
}

#contentcol #lex a:hover {
    text-decoration: underline;
}

#contentcol #lex a:active {
    text-decoration: underline;
}

