﻿html {
	height: 100%;
	}

.rbottom1{
	display:block
	border-top: 1px solid black;
	}
	
.rtop1{
	display:block
	border-top: 1px solid black;
	}
	
.rbottom1 *{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #000000;}
	
.rtop1 *{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #000000;}
	
.rbottom2{
	display:block
	border-bottom: 1px solid black;
	}
	
.rtop2{
	display:block
	border-bottom: 1px solid black;
	}
	
.rbottom2 *{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #000000;}
	
.rtop2 *{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #000000;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

body {
	margin: 20px 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.Corners {
	background-image: url('images/cnvbkgnd.jpg');
	clear:both;
	position: relative;
	z-index: 3;
	}

#header {
	background:#FFFFFF;
	}

.HeaderLeft {
	height: 150px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px auto;
	float: left;
	width: 200px;
	border-left: 1px solid black;
	position: absolute;
	}

.HeaderRight {
	height: 150px;
	text-align: left;
	background-color: #FFFFFF;
	margin: auto 0px;
	float: right;
	width: 549px;
	border-right: 1px solid black;
	position: absolute;
	left: 200px;
	}
	
.Main {
	background-color: #dad3c3;
	clear: both;
	position: absolute;
	top: 150px;
	left: 0px;
	height:550px;
	z-index:1;
	text-align: center;
	}
	
/* .Links is in menu.css */
	
.LeftMargin {
	margin: 0;
	padding: 5px;
	text-align: center;
	background-color: #dad3c3;
	float:left;
	width:150px;
	border-left: 1px solid black;
	height: 515px;
	position: absolute;
	z-index:0;
	position: absolute;
	top: 30px;
	left: 0px;
	}
	
#content {
	background:#c9dbdd;
	float:right;
	width:588px;
	margin: 0;
	padding: 5px;
	border-left: 1px solid black;
	padding-bottom: 20px;
	height: 500px;
	border-right: 1px solid black;
	position: absolute;
	z-index:0;
	top: 30px;
	left: 150px;
	text-align: justify;
    }
	
#footer {
	background:#cadacd;
	margin: 0;
	padding: 0px;
	float:right;
	width:598px;
	height:20px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	position: absolute;
	bottom: 0px;
	left: 150px;
    }

#wrap {
	background:#dad3c3;
	margin:0 auto;
	width:750px;
	position: relative;
	min-height: 440px;
    }

img {
	border: 0;
	}
	
li {
	marker-offset: 0px;
	list-style-type: circle;
	}
	
h1 {
	color:#0066AA;
	font-size: 20px;
	}
	
a {
	font-size: 1.1em;
	color:#0066AA;
	text-decoration: none;
	}
	
a:hover {
	color:#003366;
	text-decoration: underline;
	}
	
a[href $='.pdf'] { 
	padding-left: 18px;
	background: transparent url("images/pdf.gif") no-repeat center left;
	}
	
a[href $='.PDF'] { 
	padding-left: 18px;
	background: transparent url("images/pdf.gif") no-repeat center left;
	}

a[class ="external"] {
	padding-left: 18px;
	background: transparent url("images/external.gif") no-repeat center left;
	}

a[class ="mailto"] {
	padding-left: 18px;
	background: transparent url("images/mailto.gif") no-repeat center left;
	}
	
td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	}
	
th.contact {
	text-align:right;
	}
	
td.contact {
	text-align:left;
	}

.lispaced {
	 padding-top:5px;
	 }