﻿html
{
    background-color:#ABCAB9;
    font:14px Georgia,Serif;
}
.content
{
    width:861px;
    height:1500px;
    margin:auto;
    background-color:white;
    
}
.tabstripFirst
{
    width:100%;
    height:8%;
    background-color:Teal;
}

.columnRight
{
 float:left;
 background-color:White;
 height:100%;
 width:100%;
 text-align:justify;
}
.columnBottom
{
	width:100%;
	height:3%;
	background-color:Red;
	float:left;
}
.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;
}
.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;
}
