﻿body
{
	text-align: center;
}

.Page
{
    width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.Border
{
    border: 1px solid #153D6F;
    width: 800px;
}

.Header
{
	height: 100px;
	width: 800px;
	background-repeat:repeat-y;
}

.Nav1
{
	height: 32px;
	background-image: url('../Images/Template/Nav1Background.jpg');
	background-repeat: repeat-x;
    line-height: 32px;
	text-align: center;
}

.Nav1 a
{
	margin-left: 20px;
	margin-right: 20px;
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.Nav1 a:hover
{
	text-decoration: underline;
}

.Nav2
{
	height: 32px;
	background-image: url('../Images/Template/Nav2Background.jpg');
	background-repeat: repeat-x;
    line-height: 32px;
	text-align: center;
}

.Nav2 a
{
	margin-left: 25px;
	margin-right: 25px;
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.Nav2 a:hover
{
	text-decoration: underline;
}

.ShadowTop
{
	height: 8px;
	line-height: 0px;
	background-image: url('../Images/Template/ShadowTop.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}

.ShadowLeft
{
	background-image: url('../Images/Template/ShadowLeft.jpg');
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 8px;
}

.ShadowTopLeft
{
	height: 8px;
	line-height: 0px;
	background-image: url('../Images/Template/ShadowTopLeft.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 8px;
}

.SidebarLeft
{
	width: 210px;
	background-image: url('../Images/Template/ShadowTop.jpg');
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}

.SidebarContent
{
	width: 210px;
	text-align: center;
	margin-top: 15px;
	font-family: Arial;
}

.SidebarContent h2
{
	font-family: Century Gothic;
	font-size: 18px;
	color: #153D6F;
}

.SidebarText
{
	text-align: left;
    font-family: Century Gothic;
    font-size: 14px;
    color: #153D6F;
    padding-left: 15px;
    padding-right: 15px;
	text-decoration: none;
}

.SidebarLink
{
    font-family: Century Gothic;
    font-weight: bold;
    color: #153D6F;
	text-decoration: none;
    font-size: 14px;
}

.SidebarLink:hover
{
	text-decoration: underline;
}

.ContentRight
{
	padding-left: 8px;
	margin-left: 226px;
}

* html .ContentRight
{
	display: inline-block;
	padding-left: 5px;
}

.OuterWrapper
{
	background-image: url('../Images/Template/ContentBackOffset.jpg');
	background-position: left;
	background-repeat: repeat-y;
}

.InnerWrapper
{
	background-image: url('../Images/Template/SidebarBackground.jpg');
	background-position: left;
	background-repeat: repeat-y;
}

.ContentHeader
{
	height: 202px;
	background-image: url('../Images/Template/HorizontalLineBlue.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

.ContentHeaderImage
{
	height: 188px;
	width: 299px;
	float: left;
    background-position: left;
    background-repeat: no-repeat;
}

.ContentHeaderText
{
	height: 180px;
	width: 267px;
	background-image: url('../../Images/Template/ShadowBlueTop.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #153D6F;
	padding-top: 8px;
	color: #FFFFFF;
	text-align: center;
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 36px;
	float: left;
}

.ContentBody
{
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 1px;
	text-align: left;
	font-family: Helvetica, Arial;
}

.ContentBody h1
{
	font-family: Century Gothic;
	font-size: 24px;
	color: #153D6F;
}

.ContentBody h2
{
	font-family: Century Gothic;
	font-size: 18px;
	color: #153D6F;
}

.Footer1
{
	text-align: center;
	padding: 4px;
}

.Footer1 a
{
	font-family: Verdana;
	font-size: 12px;
	padding: 10px;
	text-decoration: none;
}

.Footer2
{
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}

.CouponButton
{
	width: 160px;
	height: 87px;
	background-image: url(/Images/Buttons/CouponButton.jpg);
	cursor: pointer;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.LinkSearchAlpha
{
    font-family: Century Gothic;
    font-weight: bold;
    color: #153D6F;
    text-decoration: none;
    font-size: 20px;
}

.LinkSearchAlpha:hover
{
    text-decoration: underline;
}

.LinkSearch
{
    font-family: Century Gothic;
    color: #153D6F;
    text-decoration: none;
    font-size: 14px;
}

.LinkSearch:hover
{
    text-decoration: underline;
}