/* CSS Document */

html, body {
            margin: 0;  
            padding: 0;
            width: 100%;
            height: 100%;
			font-family: Helvetica, Arial, Sans-Serif;
			background-image: url(Images/background.jpg);
			background-repeat: repeat;

        }
		
.topNav a {
 			color: #C7CBAA; 
			text-decoration:none;
			font-family: Verdana, Helvetica, Arial, Sans-Serif;
			font-weight: bold;
        }
		
.topNav a:link { 
			color: #C7CBAA;
			}
.topNav a:visited { 
			color: #C7CBAA;
			}
.topNav a:active {
			color: #C7CBAA;
			}

.topNav a:hover, { 
			color: #C7CBAA; 
			text-decoration:underline;  
			font-family: Verdana, Helvetica, Arial, Sans-Serif;  
			font-weight: bold;
        }
		
        
a, a:active, a:visited {
            text-decoration: none;
        }
        
a:hover {
            text-decoration: underline;
        }
        
a.Alternate, a.Alternate:active, a.Alternate:visited {
            text-decoration: underline;
        }
        
a.Alternate:hover {
            text-decoration: none;
        }
		
a.AlternateBold, a.AlternateBold:active, a.AlternateBold:visited {
            text-decoration: underline;
        }

a.AlternateBold:hover {
            font-weight: bold;
            text-decoration: none;
        }
form {
            margin: 0px;
            padding: 0px;
        }
        
td {
            text-align: left;
        }
        
#imageBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url(Images/background.jpg);
	background-repeat: repeat;
        }
        
#contentContainer {
            background-image: url(Images/content.png);
            background-repeat: repeat-y;
            width: 958px;
            height: 100%;
            left: 50%;
            text-align:center;
 }
        
        
body, .LightText {
            color: #C7CBAA;
        }
        
.DarkText {
            color: #404032;
        }
        
.SmallestTextSize {
            font-size: 6pt;
        }
        
input, select, option, textarea, .SmallTextSize {
            font-size: 8pt;
        }
        
body, .AverageTextSize {
            font-size: 9pt;
        }
        
.MediumTextSize {
            font-size: 10px;
        }
        
.ExtraMediumTextSize {
            font-size: 12px;
        }
        
.LargeTextSize {
            font-size: 14px;
        }
        
.ExtraLargeTextSize {
            font-size: 15px;
        }
        
.Bold {
            font-weight: bold;
        }
        
.Underline {
            text-decoration: underline;
        }
        
.Italic {
            font-style: italic;
        }
        
.MediumGray {
            color: #7E756E;
        }
        
.LightCustomShade {
            background-color: #B0A27B;
        }
        
        .DarkCustomShade {
            background-color: #6D6141;
        }
        
         .LightGrayShade {
            background-color: #efefef;
        }
        
        
.ToolbarTable, .ToolbarTable td, .ListRowPager, .ListRowPager td {
            background-color: #efefef;
            font-size: 8pt;
            color: #404032;
        }
        
        .ListField {
            background-color: #cccccc;
            font-weight: bold;
            color: #404032;
            text-align: center;
        }
        
        .ListRowLight {
            background-color: #ffffff;
            color: #404032;
        }
        
        .ListRowDark {
            background-color: #efefef;
            color: #404032;
        }
        
        .ListRowHover, .ListRowHover td {
            background-color: #ffffcc;
        }
        
        .ListTable {
            background-color: #ffffff;
        }
        
.SectionTitle {
            background-image: url(Images/contentbar.jpg);
            background-repeat: no-repeat;
            font-size: 11pt;
            height: 27px;
            line-height: 27px;
            color: #C7CBAA;
            font-weight: bold;
            padding-left: 15px;
            padding-right: 15px;
            vertical-align: middle;
        }
        
.RequiredField, .Red {
            color: red;
        }
        
.WorkArea {
            background-color: #B0A27B;
            color:  #404032;
            padding: 15px;
        }
        
.ActionCell {
            text-align: center;
        }
        
        .Space1 {
            height: 5px;
        }
        
        .Space2 {
            height: 10px;
        }
        
        .Space3 {
            height: 15px;
        }
        
        .FullBorder {
            border: 1px solid #404032;
        }
        
        .BorderBottom {
            border-bottom: 1px solid #404032;
        }
        
        .BorderRight {
            border-right: 1px solid #404032;
        }
        
        .BorderLeft {
            border-left: 1px solid #404032;
        }
        
        .BorderTop {
            border-top: 1px solid #404032;
        }
        
        .Hot {
            color: red;}

/* Standard Styles */

h1 { 
	font-weight:bold;
     font-size: 24px;
	 color: #B0A27B;
	 	 margin:5px 0 0 0;
		 	 padding: 5px 0 0 0;
}
h4 { 
	font-weight:bold;
     font-size: 20px;
	 color: #B0A27B;
	 	 margin:5px 0 0 0;
		 	 padding: 5px 0 0 0;
	 line-height:18px;}

h5 { 
	font-weight:bold;
     font-size: 15px;
	 color: #B0A27B;
	 	 margin:5px 0 0 0;
		 	 padding: 5px 0 0 0;
	 line-height:16px;}
#Copy p { 
	line-height: 17px;
	font-size: 13px;
	 padding: 5px 0 5px 0;
	 margin: 3px 0 5px 0;
}
.H1Brown{	 color: #B0A27B;
	font-weight:bold;}

#Copy a, #Copy a:active,  #Copy a:visited {
            text-decoration: underline;
			 color: #C7CBAA;
        }
        
#Copy a:hover {
            text-decoration: underline;
			color: #B0A27B;
        }