/* Print Styles */
.noscreen {
    display: none;
}

/* Body Styles */
body, p, td, a, ul, ol, h2, h3, h4, textarea {
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 12px;
}

.toolbar {
    position: absolute;
    left: 0;
    height: 100%;
    width: 150px;
    margin: 0;
    padding: 0;
    color: #FFCC66;
    background-color: #9F0C0C;
    overflow: hidden;
    background-image: url(../images/bg_toolbar.png);
}

.content {
    position: absolute;
    left: 150px;
    height: 100%;
    right: 0;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    overflow: visible;
    background:url(../images/faded_bkgrd_logo.png) 100% 90% no-repeat;
}


/* Header Styles */
h1, h2, h3, h4, h5 {
    color: #BD0E0E;
    text-decoration: none;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

/* Link Styles */
a {
    color: goldenrod;
    font-weight: bold;
    text-decoration: none;
}

    a.large {
        font-size: 16px;
        font-weight: bold;
    }

    a.toolbar {
        color: #FFCC66;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
    }

    a:hover {
        font-weight: bolder;
        color: firebrick;
    }

    a.tabText {
        font-weight: bold;
        color: #ffcc66;
    }

    p.tables, a.tables, td.tables {
        font-size: 10px;
        background-color: #ffffff;
    }

/* Table Styles */
td.highlight {
    color: #BD0E0E;
}

td.tabTitle {
    font-size: 16px;
    color: #FFCC66;
    font-weight: bold;
    background-color: #BD0E0E;
}

td.tabPanel {
    background-color: #FFEFD7;
}

td.small {
    font-size: 10px;
}

/* Paragraph Styles */
p.foot, a.foot {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

p.small {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
}

/* Miscellaneous Styles */
hr {
    margin-top: 0;
    margin-bottom: 0;
    color: #BD0E0E;
}

    hr.thin {
        color: #C0C0C0;
        height: 1px;
    }

input {
    font-size: 12px;
}

.toolbar-item {
    list-style: none;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 15px;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	height:100%;
}
#outermost {
	padding-bottom: 100px;	
}
#wrapper {
	width: 960px;
	margin:0 auto;
	padding: 0 0 10px 0;
}
#header {
	background:url(../images/blue_grad_bar.png) no-repeat bottom right;
	height:136px;
}
#logo {
	width: 515px;
	height:106px;
	display:block;
	background:url(../images/logo.png) no-repeat;
}
#logo h1 {
	position: absolute;
	left: -999px;
}
#navbar {
	background-color:#c90303;
	margin: auto;
	text-align: center;
	padding: 0 10px;
	width: 940px;
	height: 75px;
}
#navbar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navbar ul li a {
	display:block;
	float:left;
	color:#ffffff;
	font-size: 18px;
	padding: 6px 30px;
	text-decoration:none;
}
#navbar ul li a:hover {
	background:#17233e;
}
#footerout {
	background-color: #17233e;
	border-top: 2px solid #c90303;
	position:fixed;
	height:80px;
	bottom:0px;
	width:100%;
}
#footer {
	width:960px;
	margin: 0 auto;
	color:#fff;
}
#footer a {
	color:#c90303;
}
#content {
	padding: 10px;
	min-height:400px;
}
