﻿html
{
    overflow-y: scroll; 
}

body
{
    margin:0px;
    padding:0px;

    background-color:White;
    background-image: url('../images/design/BackgroundMain.jpg'); 
	background-repeat: no-repeat;
	background-position:center top;
	
	font-family:Arial;
	font-size:12px;
}

a
{
	text-decoration:none;
}

img
{
    border-style:none;
    border-width:0px;
}

h1 
{ 
    display: inline; 
}

/*
Design classes
*/

.MenuTopBackground
{
    width:592px;
    height:34px;
    background-image: url('../images/design/MenuTopBackground.png'); 
	background-repeat: no-repeat;
	background-position:center top;        
}

.MenuTopSelectedItem
{
    background-image: url('../images/design/MenuTopSelectedMenuItemBackground2.png'); 
	background-repeat: repeat-x;
	background-position:center top;  
}

.SearchBox
{
    width:147px;
    height:21px;
    background-image: url('../images/design/SearchBox.png'); 
	background-repeat: no-repeat;
	background-position:center top;        
}
.SearchButton
{
    background-color:#0055a5; 
    width:29px;
    height:21px;
}

.Watermarked
{
    color:#bfbebe;
}

/*
Containers
*/

#ContainerMain
{
    width:868px;
    margin-left:auto;
    margin-right:auto;
}

#ContainerTop
{
    width:868px;
    height:147px;
    background-image: url('../images/design/BackgroundTop.png'); 
	background-repeat: no-repeat;
	background-position:center top;    
}

#ContainerMiddleTop
{
    width:868px;
    height:6px;
    background-image: url('../images/design/BackgroundMiddleTop.png'); 
	background-repeat: no-repeat;
	background-position:center top;    
}

#ContainerMiddleMain
{
    width:868px;
    min-height:650px; 
    height:auto !important; 
    height:650px;
    
    background-image: url('../images/design/BackgroundMiddleMiddle.png'); 
	background-repeat: repeat-y;
	background-position:center top;
	
	overflow:auto;
}

#ContainerMiddleBottom
{
	width:868px;
	height:13px;      

    background-image: url('../images/design/BackgroundMiddleBottom.png'); 
	background-repeat: no-repeat;
	background-position:center top;
}

#ContainerMiddleMenu
{
    padding-left:9px;
    margin-top:0px;
    float:left;   
    
    background-image: url('../images/design/BackgroundMiddleMenuTop.png'); 
	background-repeat: no-repeat;
	background-position:left top;
    
}




#ContainerMiddleContent
{
    float:left;
    width:550px;
    overflow-x:hidden;
    height:100%;
    
    margin-left:40px;
    margin-top:20px;
    
}
