﻿html, body
{
	height: 100%;
	margin: 0px;
	font-family: Calibri, Verdana;
	font-size: 11pt;
}

a
{
	text-decoration: none;
	color: #00a4e4;
}

a:active a:visited
{
	color: #00a4e4;
	text-decoration: none;
}

a:hover
{
	color: #143d8d;
	text-decoration: none;
}


.body1
{
	background-image: url(../../Images/background3.jpg);
	background-color: #e9e9e9;
	background-repeat: repeat-x;
}

.tblContainer
{
	background-image:url(../../Images/ContainerBackground.png);
	background-repeat:repeat-y;
	height:100%;
	width:933px;
	padding:0px 42px 0px 42px;
}

.tblContainerTD
{
	padding:0px 40px 0px 40px;
	height:100%;
}

.Menu
{
	background-image:url(../../Images/Menu/MenuBg2.jpg);
	background-repeat:repeat-x;
	width:850px;
	height:40px;
	margin-top:10px;
	margin-bottom:3px;
}

.tblTopMenu
{
	background-image:url(../../Images/MenuBackground.jpg);
	background-repeat:repeat-x;
	width:850px;
	height:91px;
	margin-top:10px;
	margin-bottom:3px;
}
.tblTopMenuTD
{
	padding-left:0px;
}

.Ribbon
{
	background-image:url(../../Images/BGRibbon.jpg);
	background-repeat:repeat-x;
}
.tblFooter
{
	background-color: #c6c4ab;
	width: 850px;
	height: 35px;
	margin-top: 10px;
	font-size: 10pt;
}
.tblFooterTD
{
	padding:10px;
}

.ContentHolder
{
	border-right: #c1be9c 1px solid;
	border-top: #c1be9c 1px solid;
	border-left: #c1be9c 1px solid;
	border-bottom: #c1be9c 1px solid;
	width:250px;
	margin-right:50px;
}

.ContentHolderLast
{
	border-right: #c1be9c 1px solid;
	border-top: #c1be9c 1px solid;
	border-left: #c1be9c 1px solid;
	border-bottom: #c1be9c 1px solid;
	width:250px;
	float:left;	
}

.ContentHeader
{
	font-weight: bold;
	color: #666666;
	background-color: #dedecb;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

/* This fixes the menu from overlapping the pop up windows */
.RadMenu
{
	z-index:1;
	padding-left:0px;
}

.rmLeftImage
{
	padding:0px 00px 0px 0px;
}

.PageTitle
{
	font-size: 14pt;
	color: #00a4e4;
	font-family: 'Trebuchet MS' , Arial;
	font-style: italic;
	padding-bottom: 5px;
	padding-top: 5px;
}

.CaseStudy
{
	font-size: 10pt;
}