﻿* { 
	font-family:"Calibri";
}
.leftLinkContainer
{
	background-color:#626DA5;
	width:100%;
	min-height:40px;
	border-bottom: solid 1px black;
	vertical-align:middle;
	text-align:center;
	font-size:20px;
	color:#FFFFFF; 
}

.leftListHeader
{
	width:100%;
	font-weight:bold;
	font-size:22px;
	border-bottom: solid 1px black;
	color:White;
	text-align:center;
}
.leftListHeaderContent
{
	margin-left: auto;
	margin-right:auto;
	position:relative;
	top:-40px;
}
.leftList
{
	float:left;
	width:24%;
	margin-left:5px;
}
.leftLinkContainer A:link, .leftLinkContainer A:visited, .leftLinkContainer A:hover, .leftLinkContainer A:active
{
	color:#FFFFFF;
	font-size:20px;
	width:100%;
	text-decoration:none;
	text-align:center;
}
.middleContent
{
	margin-top:10px;
}

.splashLink
{
	color:#FFFFFF;
	display:block;
	font-size:20px;
	width:100%;
	text-decoration:none;
}

.splashLinkContainerCell, Table.linkTable TD
{
	background-color:#BB2936;
	text-align:center;
	font-family:"Calibri";
	height:40px;
	vertical-align:middle;
	border:2px solid black;
}

.tabImage
{
	border: solid 1px black;
	margin-right: 5px;
	margin-left:5px;
	height:240px;
	width:360px;
	margin-right:10px;
}

p 
{
	font-family:"Calibri";
	font-size:18px;
	margin-bottom:15px;
}

h1
{
	color:#BB2936;
	font-family:"Calibri";
}

UL, LI { list-style-position:inside; font-size:16px;}

.contentText
{
	padding-left:10px;
	float:left;
	width:48%;
}

.contentText H1
{
	font-size:30px;
}

HR { margin-top:15px; margin-bottom:7px; }

.splashLeftContainer { height:100%; margin-top:15px;}
.splashLeftContainer .t {background: url(/Images/GetRoundedRectangleImage.ashx?piece=Top&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 0 0 repeat-x;}
.splashLeftContainer .tl {background: url(/Images/GetRoundedRectangleImage.ashx?piece=TopLeft&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 0 0 no-repeat}
.splashLeftContainer .tr {background: url(/Images/GetRoundedRectangleImage.ashx?piece=TopRight&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 100% 0 no-repeat;}
.splashLeftContainer .h {background-color: #BB2936;height:30px;}
.splashLeftContainer .hl {background: url(/Images/GetRoundedRectangleImage.ashx?piece=Left&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 0 0 repeat-y}
.splashLeftContainer .hr {background: url(/Images/GetRoundedRectangleImage.ashx?piece=Right&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23BB2936&outsideBackgroundColor=%23FFFFD6) 100% 0 repeat-y;}
.splashLeftContainer td.bl { background-repeat:no-repeat;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=BottomLeft&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }
.splashLeftContainer td.br { background-repeat:no-repeat;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=BottomRight&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }
.splashLeftContainer td.b { background-repeat:repeat-x;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=Bottom&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }
.splashLeftContainer td.l { background-repeat:repeat-y;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=Left&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }
.splashLeftContainer td.r { background-repeat:repeat-y;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=Right&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }

.splashLeftContainer .content { background-color:#626DA5;color:White;}
.splashLeftContainer tr.h { display:table-row; }