﻿html { 
    height: 102%;
}

body 
{
	font-family: trebuchet MS, arial, helvetica, serif;
	font-size: 14px;
	line-height: 18px;
	color: #977b03;
	margin: 0px 0px 0px 0px;	
}
a
{
	color: #ffffff;
	text-decoration: none;
	outline:none;
}
a:hover
{
	color: #671a70;
	text-decoration: underline;
}
a:link
{}
a:visited 
{}
a:active 
{
	color: #671a70;
} 
.logo
{
	width: 220px;
	height: 80px;
	vertical-align: middle;
}
.login
{
	width: 150px;
	vertical-align: bottom;
	font-size: 14px;

}
.menu
{
	background-image: url('images/bg.gif'); 
	background-repeat: repeat-x;
}
.banner
{
	width: 270px;
	font-size: 50px;
	line-height: 60px;
	vertical-align: top;
	color: #671a70;
}
.spacer
{
	width: 15px;
}
.content
{
	vertical-align: top;
	text-align: justify;
}
.contentSmall
{
	font-size: 11px;
}
.contentMedium
{
	font-size: 14px;
}
.contentLarge
{
	font-size: 17px;
}
.bar
{
	background-color: #671a70;
	color: #ffffff;
	font-size: 10px;
	height: 20px;	
}
.Home
{
	background-color: #e2e4f0;
}
.AboutUs
{
	background-color: #cadada;
}
.Contact
{
	background-color: #dad6cd;
}
.Services
{
	background-color: #d7d6e8;
}