﻿body 
{
	color: black;
	font-family:Arial, Sans-Serif;
	background-position:left;
	background-repeat:repeat-y;
	background-image:url('/Images/Background.png');
	background-color: maroon;
}
/* TODO: Change all references of "/Test/" to "/"  */
form
{
	border-width:0px;
}

.Logo
{
	border-width: 0px;
	margin:0px;
	padding:0px;
}

a.Button {
    /* background: transparent url('/Test/Images/bg_button_a.gif') no-repeat scroll top right; */
    color: white;
    background-color:Maroon;
    display: block; 
    float: left;
    clear:left;
    font: normal 12px arial, sans-serif;
    height: 20px;
    width: 13em;
    /*padding:0px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    border-width: 2px;
    border-style:outset;
    border-color:Gray;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.Button span {
    /* background: transparent url('/Test/Images/bg_button_span.gif') no-repeat; */
    display: block; 
    line-height: 12px;
    padding: 5px 0 5px 18px;  
    margin:0px;
}

a.Button:hover 
{
	background-color:Gray;
	color: Maroon;
}

a.Button:active {
    /* background-position: bottom right; */
    color:Yellow;
    outline: none; /* hide dotted outline in Firefox */
}

a.Button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */ 
}

a.GreenButton {
    /* background: transparent url('/Test/Images/bg_button_a.gif') no-repeat scroll top right; */
    color: white;
    background-color:green;
    display: block; 
    float: left;
    clear:left;
    font: normal 12px arial, sans-serif;
    height: 20px;
    width: 13em;
    /*padding:0px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    border-width: 2px;
    border-style:outset;
    border-color:Gray;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.GreenButton span {
    /* background: transparent url('/Test/Images/bg_button_span.gif') no-repeat; */
    display: block; 
    line-height: 12px;
    padding: 5px 0 5px 18px;  
    margin:0px;
}

a.GreenButton:hover 
{
	background-color:Gray;
	color: Maroon;
}

a.GreenButton:active {
    /* background-position: bottom right; */
    color:Yellow;
    outline: none; /* hide dotted outline in Firefox */
}

a.GreenButton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */ 
}

a.BlueButton {
    /* background: transparent url('/Test/Images/bg_button_a.gif') no-repeat scroll top right; */
    color: white;
    background-color:#003266;
    display: block; 
    float: left;
    clear:left;
    font: normal 12px arial, sans-serif;
    height: 20px;
    width: 13em;
    /*padding:0px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    border-width: 2px;
    border-style:outset;
    border-color:Gray;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.BlueButton span {
    /* background: transparent url('/Test/Images/bg_button_span.gif') no-repeat; */
    display: block; 
    line-height: 12px;
    padding: 5px 0 5px 18px;  
    margin:0px;
}

a.BlueButton:hover 
{
	background-color:Gray;
	color: Maroon;
}

a.BlueButton:active {
    /* background-position: bottom right; */
    color:Yellow;
    outline: none; /* hide dotted outline in Firefox */
}

a.BlueButton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */ 
}

.sidebartext
{   MARGIN-TOP: 0px;
    /* FONT-SIZE: 10px; */
    COLOR: #00457f;
    /* LINE-HEIGHT: 12px; */
    PADDING-TOP: 0px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

a
{	color: white;
}

.LeftSubMenu
{	width:100%;
	float:left;
	clear:left;
	background-color:Gray;
	color:White;
	padding-bottom:10px;
	padding-left:6px;
	text-align: left;
	font-size :10px;
	line-height:20px;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
}
 
.BottomButtons
{	text-align:center;
	/*float:left;*/
	clear:left;
	background-color:#8D876B;
	border-style:double;
	border-color:#ffffff;
	width: 130px;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:25px;
}

.BottomButtonLinkText
{	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}

.BottomButtonLinkImg
{
	border: none;
}

.BottomButtonDiv
{	text-align:center;
	/*float:left;*/
	clear:left;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:25px;
}

.headline
{   MARGIN-TOP: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 21px;
    MARGIN-BOTTOM: 0px;
    PADDING-BOTTOM: 0px;
    COLOR: #cc0000;
    LINE-HEIGHT: 24px;
    PADDING-TOP: 0px;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

hr.RedBar
{	color: #A50021;
	width: 100%;
	height: 10px;
	background-color:#A50021;
}

.subhead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    COLOR: #00457f;
    LINE-HEIGHT: 21px;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    text-align: center;
}

.subheadred
{    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #A50021;
    LINE-HEIGHT: 15px;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    text-align: center;
}

.bodytext
{    MARGIN-TOP: 0px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #00457f;
    LINE-HEIGHT: 16px;
    PADDING-TOP: 0px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    margin-left: 5px;
    margin-right:5px;
}

.bodytextIndEx
{	background-image: url("/Images/IndExBG.png");
	background-position:top;
	background-repeat:repeat-y;
    MARGIN-TOP: 0px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #00457f;
    LINE-HEIGHT: 16px;
    PADDING-TOP: 0px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    margin-left: 5px;
    margin-right:5px;
}

.contactInfo
{	width:100%;
	text-align: center;
	font-size: 12px;
	color: #A50021;
	Font-Family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
}

a.contactInfo
{	color: #00457f;
	font-weight:bold;
}

.bl {background: url(/Images/ContentBottomLeft.png) 0 100% no-repeat #ffffff; width: 60em; min-height: 250px;}

.br {background: url(/Images/ContentBottomRight.png) 100% 100% no-repeat; 	min-height: 250px;}

.tl {background: url(/Images/ContentTopLeft.png) 0 0 no-repeat}

.tr {background: url(/Images/ContentTopRight.png) 100% 0 no-repeat; padding: 30px;}

.clear {font-size: 1px; height:1px;}

.RepList
{
	text-align: left;
	color: Maroon;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding-left: 20%;
}

#Logo
{	width:1000px;
	height:82px;
	position:absolute;
	top:0px;
	left:0px;
	border-width:0px;
}

#LeftMenuContentDiv
{	position:absolute;
	top: 82px;
	left:0px;
	background-color:Maroon;
	font: normal 12px arial, sans-serif;
	width:175px; 
	min-height:100%;
	border-style: none;
	border-width:0px; 
	padding:0px;
	margin:4px;
	text-align:left;
}

#PageContentDiv
{	position:absolute;
	background-color:white;
	top:82px;
	font: normal 12px arial, sans-serif;
	left:180px;
	width:816px;
	min-height:100%;
	margin-left:4px;
}


#CopyrightText
{	/* position:absolute;
	bottom:1px; */
	width:100%;
	left: 200px;
	color:#000000;
	font-size: 8pt;
}
