body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #6699CC;
}

h1.orange-heading
{
	font-size: 1.8em;
	color:  #FF6600;
	font-weight:normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #6699CC;
}

h2.sub-heading {
	font-size: 1.3em;
	color: ##003399;

}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.sidehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #6699CC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #003399;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

/* =-=-=-=-=-=-=-[Footer]-=-=-=-=-=-=-=- */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
 	color: #003399;
 }
 .footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
 	color: #6699CC;
 }
 #footer:link, #footer:visited {
 	color: #003399;
	font-weight: bold;
	text-decoration: none;
 }
 #footer:hover, #footer:active {
	color: #ff6600;
	text-decoration: none;
 }
 /* =-=-=-=-=-=-=-[sidebar]-=-=-=-=-=-=-=- */
 .sidebar_up {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	color: #003399;
	background-image:url(images/sidebar_orange.gif);
    background-repeat: repeat-y;
}
 .sidebar_down {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	color: #003399;
	background-image:url(images/sidebar_blue.gif);
    background-repeat: repeat-y;
}
 	#sidebar:link, #sidebar:visited {
 	color: #003399;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
 }
 	#sidebar:hover, #sidebar:active {
	color: #ffffff;
	text-decoration: none;
}

div.sidebar-list
{
	padding : 5px;
}

div.sidebar-list ul
{
	margin: 0 0 5px 18px;
}

div.sidebar-list p 
{
	font-weight : bold;
	margin-bottom : 3px;
	
}

/*-=-=-=-=-=-=Priority club/ Header-=-=-=-==-== */
.pcheader {
background-image:url(images/priority_club.gif);
background-repeat: no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.header {
background-image:url(images/nav_background.jpg);
background-repeat: no-repeat;
}
#header:link, #header:visited {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
#header:hover, #header:active {
color: #ff9900;
font-weight: bold;
text-decoration: none;
}

/*-=-=-=-=-=-=Rules/border-=-=-=-==-== */
.rule {
background-color: #043B77;
}
/*-=-=-=-=-=-=navigation-=-=-=-==-== */

.nav {
background-color: #248ED1;
}
.up {
display: block;
background-image:url(images/up_background.gif);
background-repeat: repeat-y;
}
.amentities {
display: block;
background-image:url(images/amentities_up.gif);
background-repeat: repeat-y;
}
#navlink:link, #navlink:visited {
display: block;
padding: 10px 13px 10px 13px;
}
#navlink:hover, #navlink:active {
background-image:url(images/over_background.gif);
background-repeat: no-repeat;
}

/*-=-=-=-=-=-=content-=-=-=-==-== */
.content {
	background-repeat: no-repeat;
	border: thin none #000099;
}
.content_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}

.content_text p {
	margin-top: 10px;
	margin-bottom: 10px;
}


.orange-text {
	color: #FF6600;
}

.black-text {
	color : #000;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #003399;
}
#content:link, #content:visited {
 	color: #003399;
	text-decoration: underline;
 }
 #content:hover, #content:active {
	color: #ff6600;
	text-decoration: none;
 }
 #mail:link, #mail:visited {
 	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
 }
 #mail:hover, #mail:active {
	color: #003399;
	text-decoration: none;
 }

.textlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
 	color: #003399;
}

.center { text-align : center; }
.italic { font-style:italic; }
.bold { font-weight: bold; }

#textlink:link, #textlink:visited { color: #003399; text-decoration:underline } /* Darker blue */
#textlink:hover { color: #000099; text-decoration:underline} /* Dark BLue */


