﻿body 
{
    margin: 0;
    background-image:url(images/brick_back.jpg);
    background-repeat: repeat;
    color: #000000;
    width: 100%;
}

body table
{
    margin-bottom: 5px;
}

h1
{
    font: 22pt Times New Roman;
    color: #820000;
    font-weight: bold;
    font-style: italic;
    letter-spacing:  -1pt;
    padding: 0;
    padding:0;
}

h2
{
    font: 16pt Times New Roman;
    color: #820000;
    font-weight: bold;
    font-style: italic;
    letter-spacing:  -1pt;
}

h3
{
    font: 13pt Times New Roman;
    color: #820000;
    font-weight: bold;
    font-style: italic;
    letter-spacing:  -0.5pt;
}

img 
{
    border: 0px;
}

table.body
{
    max-width: 500px;
    width: 500px;
    font: 9pt Times New Roman;
}

table.body td
{
    text-align: left;
    vertical-align: top;
    padding-left: 10px;
    font: 11pt Times New Roman;
    
}

table.body img.menu
{
	float:left;
	width: 140px;
}

td.menuItem
{
	font: 9pt Times New Roman;
	color: Black;
	text-align: left;
}

#wrapper
{
    background-color: #ccc4a3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000000;
    border: 1px solid #000000;
    width: 716px;
    padding: 0;
    height: 100%;
}

#header
{
    width: 716px;
}

#navigation
{
    background-image: url(images/nav_background.gif);
    width: 716px;
}

#main 
{
    position: relative;
    top: 0;
    left: 0;
    width: 716px;
    padding: 0;
    height: 100%;
}

#body
{
    background-color: #f3eada;
    background-image: url(images/body_background.gif);
    background-repeat: repeat-x;
    font: 14px Times New Roman; 
    color: #663300; 
    vertical-align:top;  
    text-align:left;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    height: 100%;
    min-height: 100%;
}

#sidebar
{
    background-color: #a09864;
    background-image: url(images/sidebar_wave.gif);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    min-height: 100%;
    text-align: center;
}

#sidebar a
{
    color: White;
    font: 12pt Times New Roman;
    font-weight: bold;
    text-decoration: italic;
}

#sidebar a:hover
{
    color: yellow;
}

.LinkHeader
{
	font: 10pt Times New Roman;
	color: Black;
	text-align: center;
}


.LinkHeader a
{
	font: 10pt Times New Roman;
	text-align: center;
}

.NavMenuHeader
{
    background-image: url(images/nav_background.gif);
    background-repeat: repeat-x;
    text-align: center;
}

.NavMenuHeader a
{
    color: #ffffff;
    font: 12pt Arial;
    font-style:italic;
    font-weight:bold;
    padding: 0px 15px 0px 15px;
    width: 100%;
}
.NavMenuHeader a:hover
{
    color: yellow;
}

#NavMenuFooter
{
    background-color: #ccc4a3;
    text-align: center;
}

#NavMenuFooter a
{
    font: 12pt Arial;
    font-style:italic;
    font-weight:bold;
    padding: 0px 15px 0px 105px;
    width: 100%;
}
#NavMenuFooter a:hover
{
    color: yellow;
}

#footer
{
    text-align: center;
    background-color: #a09864;
    font: 7pt Times New Roman;
    color: black;
    width: 100%;
}
#footer a
{
    font: 10pt Times New Roman;
    color: blue;
    text-decoration: underline;
}

#footer a.footerLink
{
	font: 7pt Times New Roman;
}
#footer a:hover.footerLink
{
	font: 7pt Times New Roman;
	color: Red;
}

#footer a:hover
{
    font: 10pt Times New Roman;
    color: yellow;
}

.adminMain
{
	padding: 10px;
	text-align: left;
	background-color: White;
	border: 1pt solid black;
	width: 500px;
}
.smallRed
{
	font: 8pt Times New Roman;
	color: Red;
}