/* TEMPLATE STYLES -------------------------------------------------- */
body {
	background-color: #e3e1d1;
	margin: 0px;
	padding: 0px;
}
.PageBorderLeft {
	background-image: url(/site/images/template/border-left.jpg);
	background-repeat: repeat-y;
}
.PageBorderRight {

	background-image: url(/site/images/template/border-right.jpg);
	background-repeat: repeat-y;
}
.3Col-Left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #b0b3aa;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 7px;
	padding-left: 0px;
}
.3Col-Right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #b0b3aa;
	padding-right: 0px;
	padding-left: 7px;
}
.3Col-Center {
	padding-right: 7px;
	padding-left: 7px;
}
.AssociationTitle {
	font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.Footer {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #b0b3aa;
	width: 800px;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 7px;
}

#Footer a {
	text-decoration: none;
}

#Login a {
	font-size:18px;
	color: #d31820;
	text-decoration:none;
}


/* MAIN TEXT STYLES -------------------------------------------------- */

p {
	font-family: Cambria, "Times New Roman", serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
td {
	font-family: Cambria, "Times New Roman", serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
h1 {
	font-size: 20px;
	color: #d31820;
	font-style: normal;
	font-weight: normal;
}

li {
	font-style: normal;
	padding-left: 0px;
	margin-left: -24px;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
ol {
	font-size: 13px;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
.HeaderGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #e8e8e8;
	padding: 4px;
	margin-bottom: -14px;
}
.HeaderRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #d31820;
	padding: 4px;
	color: #FFFFFF;
	margin-bottom: -14px;
}
.Blue {
	color: #0096d7;
}
.SmallRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d31820;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.Offset {
	padding-left: 7px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #b0b3aa;
	margin-top: 3px;
	font-size: 14px;
}


/* LEFT COLUMN STYLES -------------------------------------------------- */
#Store img {
	border-top:1px solid #b0b3aa;
	margin-top: 7px;
	padding-top: 4px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b3aa;
}
#Contact h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: small-caps;
	font-style: normal;
	margin-top: -10px;
	margin-bottom: 0px;
}
#Contact h2 {
	font-size: 16px;
	font-style: normal;
	color: #d31820;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Contact p {
	margin-top: 0px;
}
#Governing p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	font-style: normal;
	color: #666666;
}


/* NAVIGATION STYLES -------------------------------------------------- */

#LeftCol {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b0b3aa;
	padding-right: 6px;
}
#RightCol {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b0b3aa;
	padding-left: 6px;
}

#Nav p,td {
	font-size: 15px;
	margin: 0px;
	padding: 2px;
	font-style: italic;
}
#Selected {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b0b3aa;
	border-bottom-color: #b0b3aa;
	background-image: url(/site/images/template/pix-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
#Nav a:link {
	color: #d31820;
	text-decoration: none;
}
#Nav a:visited {
	color: #d31820;
	text-decoration: none;
}
#Nav a:hover {
	color: #d31820;
	text-decoration: underline;
}
#Nav a:active {
	color: #d31820;
	text-decoration: none;
}
#Selected a:link {
	color: #333333;
	text-decoration: none;
}
#Selected a:visited {
	color: #d31820;
	text-decoration: none;
}
#Selected a:hover {
	color: #d31820;
	text-decoration: underline;
}
#Selected a:active {
	color: #d31820;
	text-decoration: none;
}
.RedHeader {

	font-size: 20px;
	color: #d31820;
	font-style: normal;
	font-weight: normal;
}
