﻿@import url('layout.css');
/* LINKS */
a:link
{
	color: rgb(170, 0, 21);
	text-decoration: none;
}
a:visited
{
	color: rgb(170, 0, 21);
	text-decoration: none;
}
a:hover
{
	color: #FCB109;
	text-decoration: underline;
}
a:active 
{
	color: rgb(170, 0, 21);
	text-decoration: none;
}
a.white:link
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}
a.white:visited
{
	color: rgb(255, 255, 255);
	text-decoration: none;
} 
a.white:hover
{
	color: #666666;
	text-decoration: underline;
}
a.white:active 
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}a.membrshp:link
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}
a.membrshp:visited
{
	color: rgb(255, 255, 255);
	text-decoration: none;
} 
a.membrshp:hover
{
	color: #FCB109;
	text-decoration: underline;
}
a.membrshp:active 
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}

/* PAGE */
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(255, 255, 255);
	color: rgb(0,0,0);
}

/* DEFAULT PAGE */

/* STYLE DETAILS */
div{
	margin-top: 0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}
p{
	font-size:small;
	color: #808080;
}
.text_green {
	color: rgb(162, 169, 22);
	font-weight:bold
}
.text_orange {
	color: #F2B61F;
}
.grey_background {
	background-color: #E4E2DB;
	font-size: small;
	background-image: url('../images/master/masthead.png');
	background-repeat: no-repeat;
}
/* default content */
.white_backed_text {
	background-image: url('../images/master/whitebackground.png');
	background-repeat: repeat;
	height: 44px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
.background_image {
	background-position: center bottom;
	background-image: url('../images/master/defaultpic.png');
	height: 493px;
	background-repeat: no-repeat;
	background-color: FCBF57;
}

/* HEADING TEXT */
h1, h2, h3, h4, h5, h6, h7
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1
{
	color: rgb(170, 0, 21);
	font-size:x-large;
}
h2
{
	color: rgb(170, 0, 21);
	font-size:medium;
}
h3
{
	color: rgb(170, 0, 21);
	text-transform: uppercase;
	font-size: small;
}
h4
{
	color:#F2B61F;
	text-transform: uppercase;
	font-size:small;
	font-weight:bold;
}
h5
{
	color:black;
	font-size:small;
	font-weight:bold;
}
h6
{
	color: rgb(162, 169, 22);
	font-size:small;
}
.logo {
	width: 211px;
	float: left;
	margin: 0px 0px 0px 20px;
}
.footer_white_text_lft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	color: #FFFFFF;
}
.footer_white_text_rt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	margin: 20px 20px 10px 10px;
	padding: 0px;
	float: right;
	width: 150px;
	text-align: right;
	color: #FFFFFF;
}






