body {
    font-family:"arial","helvetica","sans-serif";
    text-align: center;
    background-color: #FFFFFF;
    background-image: url('graphics/lhs.jpg');
    background-position: top;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #585858;
}
img {
    border: 0px;
}
a, a:link, a:visited {
    color: #769130;
    text-decoration:underline;
}
a:active, a:hover, a:hover {
    color: #769130;
    text-decoration:none;
}
h1 {
    color: #114170;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 18px;
}
h2 {
    color: #114170;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 14px;
}

h3 {
    color: #114170;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 12px;
}
p {
    margin: 0px 0px 20px 0px;
}

th {
color: #003366;
}

.toplinks {
    margin: 1px 0px;
    padding: 0px 60px;
    background-color: #769130;
    color: #FFFFFF;
    height: 30px;


}
.toplinks img {
    vertical-align: middle;
}
.toplinks a, .toplinks a:link, .toplinks a:visited {
    position: relative;
    top: 2px;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration:none;
}
.toplinks a:active, .toplinks a:hover, .toplinks a:hover {
    color: #C9CF6B;
}
.toplinks a.onpage, .toplinks a.onpage:link, .toplinks a.onpage:visited {
    color: #C9CF6B;
}
.opage {
    margin: 0px auto;
    padding: 0px;
    position: relative;
    width: 850px;
}
div#lsh {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('graphics/lsh.jpg');
    background-repeat: repeat-y;
    height: 100%;
}
div#rsh {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url('graphics/rsh.jpg');
    background-repeat: repeat-y;
    height: 100%;
}
.page {
    margin: 0px auto;
    text-align: left;
    width: 800px;
    background-color: #FFFFFF;
    overflow: hidden;
    min-height: 675px;
	padding-bottom: 20px;
}
.leftcol {
    width: 500px;
    margin: 30px 0px 0px 60px;
    line-height: 200%;
}
.rightcol {
    float: right;
    width: 185px;
    margin: 30px 25px 0px 0px;
}
*html .rightcol {
    margin-right: 12px;
}
.leftcol2 {
    width: 300px;
    margin: 30px 0px 0px 60px;
    line-height: 150%;
}

ol{
	margin-left:15px;
	margin-top:0px;
	padding-left:15px;
}
.rightcol2 {
    float: right;
    margin: 30px 20px 0px 0px;
}
*html .rightcol2 {
    margin-right: 10px;
}
.footer {
    width: 850px;
    margin: 0px auto;
    padding-top: 10px;
    margin-bottom: 10px;
    background-image: url('graphics/bsh.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    color: #585858;
}
