﻿body {
    font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: rgb(77,79,83); /* Citrix grey: grey-80% (#4d4f53)*/
    background-image: url('images/body_bg.jpg');
    background-repeat: repeat-x;
    background-position: 50% top;
    background-attachment: fixed;
    background-color: #fbfbfb;
    width: 1000px;
    margin: 12px auto
}

#banner {
    background-image: url('images/tn_banner.jpg');
    width: 1000px;
    height: 121px;
    border-top: solid 2px white;
    border-bottom: solid 2px white
}

#nav_bar {
    background-image: url('images/nav_button.jpg');
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: White;
    border-bottom: solid 1px white;
    width: 1000px;
    height: 20px
}

#nav_bar UL {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    height: auto
}

#nav_bar UL LI {
    float: left;
    width: auto;
    white-space: nowrap
}

#nav_bar UL LI A {
    color: White;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #555;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-transform: uppercase
}

#nav_bar UL LI A:hover {
    background-image: url('images/nav_hover.jpg');
    background-repeat: repeat-x;
    color: White;
    text-decoration: none
}

#nav_bar UL LI A:visited {
	color: White
}

#body_wrapper {
    background-color: rgb(47,89,129);
    margin: 0px;
    padding: 10px;
}

#page_title {
    color: rgb(47,89,129);
    background-color: White;
    font-size: 16pt;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 1px rgb(47,89,129);
    padding: 0px;
    padding-left: 20px;
    background-image: url('images/top-left.jpg');
    background-position: left top;
    background-repeat: no-repeat
}

#page_title DIV {
    background-image: url('images/top-right.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.content {
    background-color: White;
	padding: 1px 20px;
	clear: both
}

#content_end {
    background-color: White;
    padding: 0px;
    background-image: url('images/bottom-left.jpg');
    background-position: left bottom;
    background-repeat: no-repeat
}

#content_end DIV {
    background-image: url('images/bottom-right.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 20px;
    padding-bottom: 0px
}

#footer {
    background-image: url('images/nav_button.jpg');
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: White;
    border-top: solid 1px white;
    border-bottom: solid 2px white;
    width: 1000px;
    height: 20px;
    color: White;
    font-size: 10pt;
    text-align: center
}

.bold {
    color: rgb(0,117,176);
    font-weight: bold
}

