﻿/* CSS Document */ 
  
html, body, p, li, ul, h1, h2, h3, h4 , h5, h6, input
 {  
 	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
 } 
  
.input
{
	border-color:#666666;
	border-style:solid;
	border-width:1px;
 }
 
body{
    background-color:#569cb6;
	font-family:Arial, Helvetica;
	color:#888b82;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	padding:0 auto;
	margin:0 auto;
}

#Container
{
    margin:0 auto;
	margin-top:5px;
	width:939px;
	display:table;
}

#ContentWrap
{
	display:block;
	width:939px;	
}

#ContentLeft
{
    display:table-cell;
	float :left;
	width:704px;	
	font-family:Arial, Helvetica ;
	font-weight:normal;
}

#ContentRight
{
    display:table-cell;
	float:right;
	height:644px;
    padding:10px 5px;
    width:219px;
	background-color:#e8e9eb;
	font-family:Arial, Helvetica ;
	font-weight:normal;
}

#ContentLeftTop
{
    background-image:url(../images/header.jpg);
    background-repeat:no-repeat;
	background-color:#dbe1d7;
	height:65px;
	font-family:Arial, Helvetica ;
	font-weight:normal;
}
#ContentLeftTab
{
	min-height :600px;
	background-color:#ffffff;
	 background-image:url(../images/contentBottom.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
	
}
#TabContent
{    
	float :left;
	width :805px;
	height:90px;
	padding-top:10px;
	background-color:#dbe1d7;
	font-family:Arial, Helvetica ;
	font-weight:lighter;
}

#FooterWrap
{
    display:table;
	float:left;
	width:845px;
	height :90px;
	margin-top:10px;
}

.Clear
{
	clear:both;
	display:table;
	height:1px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}