body {
    position: static;
    display: block;

    margin: 0px;
    padding: 0px;

    background-image: url(../img/back.jpg);
    background-repeat: repeat-y;
    background-color: #e9e9e9;
}

div {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #808080;
    line-height: 16px;
}

table, tr, td {
	margin: 0px;
	padding: 0px;
}

td {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #808080;
    line-height: 16px;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    color: #026fb3;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    color: #026fb3;
    margin-top: 0px;
    margin-bottom: 5px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #808080;
    margin-top: 0px;
    margin-bottom: 5px;
}

.red {
	color: #FA0000;
	font-weight: bold;
}

#logo {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 100px;
}

#navigation {
    position: absolute;
    display: block;
    top: 100px;
    left: 0px;
    width: 200px;
    height: 620px;
    background-image: url(../img/nav_back.gif);
}

#nav_links {
    position: absolute;
    top: 50px;
    left: 0px;
    height: 620px;
    z-index: 3;
}

#nav_front {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 620px;
    z-index: 2;
}

#nav_back {
    position: absolute;
    top: 50px;
    left: 0px;
    height: 620px;
    z-index: 1;
}

.nav_inactive {
    display: block;
    position: relative;
    height: 19px;
    height: "20px";
    width: 200px;
    border-bottom: 1px solid #e2e2e2; /* BMH */
    background-color: #b8b8b8;
}

#top {
    position: absolute;
    display: block;
    top: 0px;
    left: 200px;
    width: 700px;
    height: 225px;
    background-image: url(../img/top.jpg);
    background-repeat: no-repeat;
    z-index: 0;
}

#breadcrumbs {
    position: absolute;
    display: block;
    top: 125px;
    left: 240px;
    width: 320px;
    height: 15px;
    z-index: 1;
}

#content {
    position: absolute;
    display: block;
    top: 155px;
    left: 240px;
    width: 320px;
    z-index: 1;
}

#content_full {
    position: absolute;
    display: block;
    top: 155px;
    left: 240px;
    width: 500px;
    z-index: 1;
}

#sidebar {
    position: absolute;
    display: block;
    left: 600px;
    width: 250px;
}

.sidebox {
    position: relative;
    display: block;
    width: 250px;
    margin-bottom: 20px;
    background-color: #e7e7e7;
}

#footer {
    position: absolute;
    display: block;
    top: 720px;
    left: 10px;
    width: 200px;
    font-size: 10px;
    color: #cccccc;
    line-height: 11px;
}

/* LINKS */

a:link {
    color: #026fb3;
    text-decoration: underlined;
}


a:visited {
    color: #026fb3;
    text-decoration: none;
}

a:active {
    color: #026fb3;
    text-decoration: underlined;
}

a:hover {
    color: #026fb3;
    text-decoration: none;
}

a.nav:link {
    display: block;
    position: relative;
    font-weight: bold;
    color: #FFFFFF;
    height: 20px;
    width: 180px;
    margin-left: 20px;
    text-decoration: none;
    line-height: 20px;
}

a.nav:visited {
    display: block;
    position: relative;
    font-weight: bold;
    color: #FFFFFF;
    height: 20px;
    width: 180px;
    margin-left: 20px;
    text-decoration: none;
    line-height: 20px;
}

a.nav:active {
    display: block;
    position: relative;
    font-weight: bold;
    color: #FFFFFF;
    height: 20px;
    width: 180px;
    margin-left: 20px;
    text-decoration: none;
    line-height: 20px;
}

a.nav:hover {
    display: block;
    position: relative;
    font-weight: bold;
    color: #FFFFFF;
    height: 20px;
    width: 180px;
    margin-left: 20px;
    text-decoration: none;
    line-height: 20px;
}

a.bc:link {
	font-size: 10px;
    color: #808080;    
    text-decoration: none;
}

a.bc:visited {
	font-size: 10px;
    color: #808080;
    text-decoration: none;
}

a.bc:active {
	font-size: 10px;
    color: #808080;
    text-decoration: none;
}

a.bc:hover {
	font-size: 10px;
    color: #808080;
    text-decoration: none;
}

/* FORM ELEMENTS */

textarea, select {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	vertical-align: middle;
}

input.text {
	width: 230px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	vertical-align: middle;
}

input.button {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}