﻿/* CSS Document */



body
{
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #4a4d59;
}



a:link
{
	color: #b7a17d;
	text-decoration: none;
}

a:visited
{
	color: #b7a17d;
	text-decoration: none;
}

a:hover
{
	color: #b7a17d;
	text-decoration: underline;
}

a:active
{
	color: #b7a17d;
	text-decoration: underline;
}



.mainNav a:link
{
	color: #fff;
	text-decoration: none;
}

.mainNav a:visited
{
	color: #fff;
	text-decoration: none;
}

.mainNav a:hover
{
	color: #fff;
	text-decoration: underline;
}

.mainNav a:active
{
	color: #fff;
	text-decoration: underline;
}



.mainNav
{
	font-size: 13px; /*font-weight: bold;*/
	color: #fff;
	font-family: Helvetica, sans-serif;
	background-color: #a79955;
	height: 30px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}



.pageSizer
{
	padding: 0px 0px 0px 0px;
	height: 600px;
}



.mainContent
{
	font-size: 12px;
	color: #899cb4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 50px 50px 25px 50px;
	vertical-align: top;
}



.headerTitle
{
	font-size: 13px;
	color: #899cb4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



.cornerTopLeft
{
	height: 10px;
	width: 10px;
	background-image: url(../master/images/topLftCrn.gif);
	background-repeat: no-repeat;
}

.cornerTopRight
{
	height: 10px;
	width: 10px;
	background-image: url(../master/images/topRtCrn.gif);
	background-repeat: no-repeat;
}

.cornerBtmLeft
{
	height: 10px;
	width: 10px;
	background-image: url(../master/images/btmLftCrn.gif);
	background-repeat: no-repeat;
}

.cornerBtmRight
{
	height: 10px;
	width: 10px;
	background-image: url(../master/images/btmRtCrn.gif);
	background-repeat: no-repeat;
}



.topSliver
{
	height: 10px;
	background-image: url(../master/images/top_sliver.gif);
}

.rightSliver
{
	height: 10px;
	width: 10px;
	background-image: url(../master/images/rt_sliver.gif);
}

.leftSliver
{
	height: 10px;
	width: 10px;
	background-image: url(../master/images/lft_sliver.gif);
}

.btmSliver
{
	height: 10px;
	background-image: url(../master/images/btm_sliver.gif);
}





.privacyState
{
	font-size: 9px;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}



