﻿html, body, form, .Container
{
    height: 100%;
    margin: 0;
    padding: 0;
}

form > .Container
{
    height: auto;
    min-height: 100%;
}

.h1
{
    color: #c9c9c9;
    font-family: Arial;
    font-size: 9px;
}

img
{
    border: 0;
}

p
{
    margin: 0;
    padding: 0;
}



body
{
    background: #464530;
    font-family: Arial;
    font-size: 12px;
    color: #9e9d9d;   
    line-height: 18px; 
}

.Container
{
    margin-left: auto;
    margin-right: auto;
    width: 906px;
    text-align: left;
    padding-bottom: 0px;
}

.Content
{
    float: left;
    width: 906px;
    padding-bottom: 127px;
}

.Header
{
    float: left;
    width: 906px;
}

.HeaderLeft
{
    float: left;
}

.HeaderRight
{
    float: right;
    padding-top: 40px;
    padding-right: 10px;
}

.InnerContent
{
    float: left;
    width: 906px;
    background: white url('Images/Background.gif') repeat-y;
    min-height: 700px;
}

.InnerContentTop
{
    float: left;
}

.InnerContentLeft
{
    float: left;
    width: 160px;
    background: #E6D295;
}

.InnerContentMiddle
{
    padding-left: 30px;
    float: left;
    width: 531px;
    padding-right: 30px;
}

.InnerContentRight
{
    float: left;
    width: 155px;
}

.Footer
{
    float: left;
    clear: both;
    z-index: 10;
    position: relative;
    text-align: right;
    margin-top: -127px;
    height: 127px;
    width: 100%;
    background: #464530;
}


.InnerFooter
{
    margin-left: auto;
    margin-right: auto;
    width: 906px;
    text-align: right;
    height: 127px;
    background-color: #C26C52;
    border: 1px solid black;
}

.FooterText
{
    color: #78b59e;
    font-family: Arial;
    font-size: 11px;
}

.FooterTextLink
{
    color: #78b59e;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}

.FooterTextLink:hover
{
    text-decoration: underline;
}

/* Text */

.BlueText13
{
    font-family: Arial;
    font-size: 13px;
    color: #49b9c9;
}

.BlueText16
{
    font-family: Arial;
    font-size: 16px;
    color: Black;
    line-height: 20px;             
}

.GreyText16
{
    font-family: Arial;
    font-size: 16px;
    color: #797979;
    line-height: 20px;         
}

.GreyText16Italic
{
    font-family: Arial;
    font-size: 16px;
    color: #9e9d9d;
    line-height: 20px;         
    font-style: italic;
}

.RedText12
{
    font-family: Arial;
    font-size: 12px;
    color: #CC0000;
    line-height: 18px;
}

.RedBox12
{
    font-family: Arial;
    font-size: 12px;
    color: #9e9d9d;   
    line-height: 18px; 
    border: solid 1px red;
}

.GreyText12
{
    font-family: Arial;
    font-size: 12px;
    color: #9e9d9d;   
    line-height: 18px; 
}

.GreyText12Italic
{
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    color: #9e9d9d;    
}

.GreyText12Link
{
    font-family: Arial;
    font-size: 12px;
    color: #9e9d9d;    
    text-decoration: none;
}

.GreyText12Link:hover
{
    text-decoration: underline;
}

.WhiteText18
{
    font-family: Tahoma, Verdana;
    font-size: 17px;
    color: white;   
}

.WhiteText11
{
    font-family: Arial;
    font-size: 11px;
    color: white;   
}

.WhiteText11Link
{
    font-family: Arial;
    font-size: 11px;
    color: white;   
    text-decoration: none;
}

.WhiteText11Link:hover
{
    text-decoration: underline;  
}

.Submit
{
	float: left;
	width: 73px;
	height: 26px;
	background: url('Images/Submit.gif') no-repeat;
	overflow: hidden;
	border: 0px;
	cursor: pointer;
}

.Reset
{
	float: left;
	width: 73px;
	height: 26px;
	background: url('Images/Reset.gif') no-repeat;
	overflow: hidden;
	border: 0px;
	cursor: pointer;
}

.Join
{
    float: right;
    width: 259px;
    height: 43px;
}

.Clear
{
    clear: both;
    height: 0;
}

/* Themes */

.ThemeBottom
{
    padding-top: 10px;
    width: 282px;
}

.InnerThemeBottom
{
    padding-top: 5px;
    width: 284px;
    text-align: right;
}

.Swatches
{
    padding: 2px;
}

ul
{
    margin: 0;
    padding: 0;
    margin-left: 16px;
    margin-top: 4px;
    margin-bottom: 8px;
    list-style-type: none;
}

li
{
    font-family: Arial;
    font-size: 12px;
    color: Black;   
    line-height: 18px;     
}

.lilink
{
    width:100%; 
    padding:0;
    list-style: none; 
    line-height:18px;    
}

.lilink a:link, .lilink a:visited 
{
    font-size:12px;
    font-weight:bold;
    font-family:verdana;
    text-decoration:none; 
    color:#000000;
}
.lilink a:hover, .lilink a:active 
{
    font-size:12px;
    font-weight:bold;
    font-family:verdana;
    text-decoration:underline;
    color:#000000;
}