﻿body
{
	background-color: rgb(230, 234, 239);
	background-image: url('/images/mkt/background-fade.jpg');
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	font: 9pt arial;
	color: rgb(81, 89, 96);
}
a
{
	color: #4489bf;
	text-decoration: none;
}
a:link
{
	color: #4489bf;
	text-decoration: none;
}
a:visited
{
	color: #4489bf;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	color: #4489bf;
	text-decoration: underline;
}

a.header
{
	color: white;
	text-decoration: none;
}
a.header:link
{
	color: white;
	text-decoration: none;
}
a.header:visited
{
	color: white;
	text-decoration: none;
}
a.header:hover
{
	text-decoration: underline;
}
a.header:active
{
	color: white;
	text-decoration: underline;
}


h1
{
	color: #4489bf;
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	font: normal 17px Georgia, serif;
	border-bottom: 1px solid #efece7;
}
h2
{
	color: #4489bf;
	margin: 15px 0px 0px;
	padding-bottom: 10px;
	font: normal 17px Georgia, serif;
	border-bottom: 1px solid #efece7;
}
h3
{
	color: #4489bf;
	margin: 10px 0px;
	padding-bottom: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #efece7;
}
ul
{
	padding: 0px;
	margin: 0px 0px 0px 17px;
	line-height: 200%;
}
ul#jcheck
{
	list-style-image: url(images/mkt/check.gif);
}


#left-column
{
	width: 530px;
	padding: 0px 0px 0px;
	float: left;
}
#right-column
{
	width: 305px;
	float: right;
}
.sidebar
{
	width: 305px;
	margin: 0 auto;
	padding: 0px 0px;
	background: url(images/mkt/shadow.jpg) no-repeat top;
}

.graybox
{
	background: #f7f7f7;
	border: 0px solid #f0e9eb;
	padding: 10px 15px 0px 15px;
}
.whitebox
{
	background: #fffff;
	border: 0px solid #f0e9eb;
	padding: 10px 15px 0px 15px;
}

div#TitleArea
{
	width: 973px;
	height: 134px;
	background-image: url('images/mkt/title.jpg');
	background-repeat: no-repeat;
	border: none;
	margin: 0px auto 0px auto;
}
div#MainContainerWithShadow
{
	padding: 0px 0px 10px 0px;
	margin: 0px auto 0px auto;
	width: 973px;
	background-image: url('images/mkt/background-page-container.jpg');
	background-repeat: repeat-y;
	border: none;
	overflow: auto;
	clear: both;
}
div#GradientContainer
{
	background-image: url('images/mkt/background-main-fade.jpg');
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
	overflow: auto;
	display: inline-block;
	clear: both;
}
div#MainAreaIndex
{
	margin-left: 40px;
	margin-right: 40px;
	background: transparent;
	line-height: 170%;
}
#main-image
{
	text-align: center;
}

div#MainMenu
{
	vertical-align: bottom;
	width: 800px;
	height: 19px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 110px 0px 0px 20px;
	border: 0px;
	float: left;
	color: rgb(255, 255, 255);
}
div#MainMenu span
{
	margin-left: 12px;
	margin-right: 12px;
}

div#FooterArea
{
	clear: both;
	width: 973px;
	margin: 0px auto 0px auto;
}
div#FooterLinks
{
	margin-left: 10px;
	margin-top: 10px;
	width: 600px;
	float: left;
}
div#FooterLinks span
{
	margin-left: 12px;
	margin-right: 12px;
}

div#FooterCopyright
{
	float: right;
	width: 300px;
	margin-top: 10px;
	color: rgb(121, 143, 162);
}
div#FooterCopyright img
{
	vertical-align: middle;
	margin-left: 5px;
}

