﻿html
{
    background-color:#ABCAB9;
    font:14px Georgia,Serif;
}
.content
{
    width:861px;
    height:900px;
    margin:auto;
    background-color:white;
    
}
.tabstripFirst
{
    width:100%;
    height:13%;
    background-color:Teal;
    
}
.MenuStyle
{
	height:35px;
	width:100%;
}
.ColumnMenu
{
	width:100%;
	height:35px;
	float:left;
	background-color:Teal;
    border-bottom-style:groove;
    border-bottom-color:#AAAAAA;
    border-top-style:groove;
    border-top-color:#AAAAAA;
}

.columnLeft
{
    float:left;
    width:20%;
    background-color:#DEDEAE;
    height:100%;
}
.columnRight
{
 float:left;
 background-color:White;
 height:100%;
 width:80%;
 text-align:justify;
}
.columnBottom
{
	width:100%;
	height:5%;
	background-color:Red;
	float:left;
}
.HeadingStyle
{
	background-color:#999999;
	text-align:left;
	border:Solid 1px Black;
	padding-left:10px;
}
.SubHeading
{
	margin-left:175px;
	margin-right:0%;
}
.Heading
{
	margin-left:70px;
	margin-right:0%;
}
.UnderSubHeading
{
	margin-left:215px;
	margin-right:0%;
}
.BottomStyle
{
	font-size:x-large;
}

.TreeViewStyle
{
	margin-top:0%;
	margin-left:4%;
	margin-right:4%;
}
