﻿body
{
	padding:0px;
	margin:0px;
	background-color:#f3f4f6;
	background-position:left top;
	font-family:Verdana,Tahoma,Arial,Helvetica;
}

.master-header
{
	border: solid 1px white;
	margin:0px 0px 0px 0px;
	padding-bottom:10px;
	width:100%;
	height:auto;
	background-image:url(../Images/HeaderBackground.png);
	background-repeat:repeat-x;
	background-color:White;
}

.master-decoration
{
	width:100%;
	background-color:#96b5ce;
    background-image:url(App_Themes/Images/HomeDarkBackground.png);
    background-repeat:repeat-y;
    background-position:top;
}

.content-left-border
{
	background-image:url(../Images/ContentBorder/ContentArea_01.png);
	background-repeat:repeat-y;
	height:100%;
	width:1027px;
}

.content-kernel
{
	background-color:White;
	width:990px;
	height:100%;
	margin-left:19px;
}

.content-right-border
{
	background-image:url(../Images/ContentBorder/ContentArea_03.png);
	background-repeat:repeat-y;
	height:100%;
	width:1027px;
	background-position:right
}

.content-bottom-border
{
	background-image:url(../Images/ContentBorder/ContentArea_04.png);
	background-repeat:no-repeat;
	width:1027px;
	height:37px;
}
.smaller-text
{
	font-size:0.8em;
}
.page-title-bold
{
	font-family:Verdana Tahoma Arial;
	font-size:large;
	color:White;
}
.link:hover
{
	color:#ff9900;
}
.link
{
	color:Gray;
}
.img-link:hover
{
	border-style:dotted;
	border-width:2px;
	border-color:#ff9900;
}
.img-link
{
	border-style:dotted;
	border-width:2px;
	border-color:White;
}
