﻿html
{
	overflow-y: scroll;
	overflow-x: hidden
}

body
{
	background-position: left top;
	background-image: url(../Images/Common/PMMGMasterBG.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	background-color: #137fcb;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

h1
{
	text-align: left;
	font-family: Century Gothic;
	font-size: 22px;
	color: #cac979;
	font-weight: normal;
	line-height: 30px;
}

.HeaderLeft
{
	font-family: Century Gothic;
	color: #ffffff;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	height: 31px;
	min-height: 31px;
	max-height: 31px;
}

.HeaderLeft a
{
	font-family: Century Gothic;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.HeaderLeft a:hover
{
	font-family: Century Gothic;
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}

.HeaderRight
{
	font-family: Century Gothic;
	color: #ffffff;
	font-size: 12px;
	padding: 0px 10px 0px 0px;
	height: 31px;
	min-height: 31px;
	max-height: 31px;
}

.HeaderRight a
{
	font-family: Century Gothic;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.HeaderRight a:hover
{
	font-family: Century Gothic;
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}

.SiteFrameWork
{
	font-family: Century Gothic;
	color: #ffffff;
	font-size: 12px;
	padding: 20px 0px 0px 0px;
}

.SiteFrameWork li
{
	font-family: Century Gothic;
	color: #ffffff;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}

.ContentTemplate
{
	font-family: Century Gothic;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 25px 0px 30px;
	background-image: url(../Images/Common/ContentBG.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	min-height: 300px;
	line-height: 22px;
}

.TableHeader
{
	border-bottom: #f8f8ff 1px solid;
	padding-bottom: 5px;
}

.TableCell
{
	padding: 5px 0px 5px 0px;
}

.TableCell ul
{
	margin: 0px 0px 0px 20px;
}

.ContactFormFieldElement
{
	font-family: Century Gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	color: #696969;
	text-transform: none;
	padding: 6px 0px 3px 5px;
	width: 250px;
	height: 20px;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	background-color: #ffffff;
}
.ContactFormFieldElementLarge
{
	font-family: Century Gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	color: #696969;
	text-transform: none;
	padding: 6px 0px 6px 5px;
	width: 350px;
	height: 125px;
	border: #696969 1px solid;
	background-color: #ffffff;
	overflow: auto;
}
.ContactButton
{
	font-family: Century Gothic;
	font-size: 14px;
	font-style: normal;
	color: #696969;
	border: #696969 1px solid;
	background-color: #f8f8ff;
	padding: 5px 10px 5px 10px;
}
