﻿html
{
	min-height: 100%;
	height: 100%;
}

body 
{
	min-height: 100%;
	height: 100%;
	
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    
    background-image: url(./Images/back.png);
    background-color:#F2EFE5; /*#CEE4EF;*/
    background-repeat:repeat-x;
}

img.Button:Link,  img.Button:Visited, img.Button:Hover, img.Button:Visited, img.Button
{
    border: none 0px white;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.Center
{
    text-align: center;
    width: 100%;
    height: 100%;
    margin: auto 0 auto 0;
}

#Page
{
    width: 810px;
    height: 100%;
    color: White;
        
    background-color: #AAAAAA;
        
    border-left-color:#AAAAAA; 
    border-left-style:solid; 
    border-left-width:1px; 
    
    border-right-color:#AAAAAA; 
    border-right-style:solid;  
    border-right-width:1px;
}

/* Content Layout */

#Header
{
	height: 180px;
	/*height: 168px;*/
}

#ContentHolder
{		
	text-align: left;
	color: White;
	font-family: Arial;
	font-size: 14px;
	background-color: #990000;
	width: 810px;
	
	height: auto !important; 
    min-height: 100%;
    height: 100%;
    width: 100%;
    margin-bottom: -24px;
}

#InnerContentHolder
{		
	padding: 5px;
	width: 800px;
}

#Footer
{
	text-align: right;
    width: 810px;
    height: 22px;
    color: White;
    background-color: #990000;
    
    border-top: solid 2px #CCCCCC;
}

/* Content Layout */

#BreadCrumb, #BreadCrumb a:link, #BreadCrumb a:visited, #BreadCrumb a:active
{
	font-family: Arial;
	font-size: 11px;
	color: White;
	text-decoration: none;
}

#BreadCrumb a:hover
{
	font-family: Arial;
	font-size: 11px;
	color: White;
	text-decoration: underline;
}

.Tall
{
	height: 100%;
}

.Clean
{
    clear: both;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
    text-align:left;
}

.Clear
{
	clear: both;
}

.Left
{
	text-align:left;
    float:left;
    padding-left: 5px;
}

.Right
{
    float:right;
    padding-right: 5px;
}

.logInfo
{
    color: White;
    font-family: Narkisim;
	font-size: 15px;
	line-height: 40px;
}

.newline
{
    clear:both;
    width:1px;
    height:1px;
}

.imgLink
{
	border: none;		
}

.rightSide
{
	float: right;
	width: auto;
}

.leftSide
{
	float: left;	
	width: auto;
}

.Access Form
{
	width: 400px;
}

.LeftMenu
{
	width: auto;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	clear: both;
}

.ContentOnRight
{
	width: 600px;
	float: left;
}