/* ==================================================== */
/* Main - Common                                        */ 
/* ==================================================== */

/* ---------------------------------------------------- */
/* Standard Tags */ 

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 80%;
	margin: 0px;
	background-attachment: fixed;
	text-align: left;
	background-color: #FFF
	}

h1 {
 	display: none
	}

/* 	background: #4D1979 url('../images/styling/purpleback.jpg') repeat-x; */

h2 {
	font-size: 100%;
	margin: 0 0 6px 0;
	padding: 2px 0 2px 8px;
	background: #4D1979 url('../images/styling/sectionhead.jpg') repeat-x;
	color: #FFF;
	line-height: 18px
	}

h3 {
	font-size: 95%;
	margin: 0 0 0 8px;
	padding: 0;
	color: #4D1979;
	font-weight: bold
	}
	
a {
	text-decoration: underline;
	color: #4D1979
	}

a:hover {
	text-decoration: none;
	color: #666666;
	padding: 0px
	}
	
/* ---------------------------------------------------- */
/* Greenback Bar*/

.greenback {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 22px;
	padding: 0;
	background-color: #9C0;
	border-bottom: 1px solid #4D1979;
	border-top: 1px solid #4D1979;
	font-size: 90%;
	background-image: url('../images/styling/greenback.jpg');
	background-repeat: repeat-x;
	font-style: normal;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	z-index:99
	}
	
.greenback ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-image: url('../images/styling/whiteback.png');
	font-size: 100%;
	color: #FFFFFF;
	z-index:5
	}

.greenback a {
	display: block;
	color: #000000;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px
	}

.greenback li {
	float: left;
	padding: 2px 7px 0px;
	z-index:5
	`}

.greenback li ul {
	position: absolute;
	width: 95px;
	left: -999em;
	font-weight: bold;
	z-index:5
	}

.greenback li ul ul {
	margin: -2em 0 0 4em
	}

.greenback li:hover ul ul {
	left: -999em
	}
.greenback li.sfhover ul ul {
	left: -999em
	}

.greenback li li:hover ul, .nav li li.sfhover ul {
	left: auto
	}

.greenback li:hover ul {
	left: auto;
	border: 1px solid #666666;
	padding: 0px;
	color: #FFF;
	text-decoration: none
	}

.greenback ul li a:hover {
	color: #FFF;
	text-decoration: none
	}

.greenback .bar {
	border-right: 1px dotted #fff;
	color: #4d1979
	}

/* ---------------------------------------------------- */
/* General Formatting */ 

.seperator 	{
	border-left: 1px dotted #fff;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	position: relative
	}

.mainbody {
	width: 100%;
	background-color: #FFFFFF;
	float: left
	}

.purplebar {
	height: 9px;
	width: 100%;
	background-image: url('../images/styling/purpletop.jpg');
	background-repeat: repeat-x;
	overflow: hidden
	}

/* ==================================================== */
/* Content Specifics                                    */ 
/* ==================================================== */

/* ---------------------------------------------------- */
/* CCY Heading */

.ccyheading {
	font-weight: bold;;
	font-family: "Monotype Corsiva", "Comic Sans MS";
	font-size: 24pt;
	text-align: left;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	color: black
	
	}

.ccybar {
	height: 12px;
	width: 100%;
	background-image: url('../images/styling/ccybanner.jpg');
	background-repeat: repeat-x;
	overflow: hidden
	}

/* ---------------------------------------------------- */
/* Section Headers */

.sectionbeaver {
	font-weight: bold;
	font-family: "Monotype Corsiva", "Comic Sans MS";
	font-size: 18pt;
	text-align: left;
	color: yellow;
	width: 100%;
	background-image: url('../images/styling/sectionbeaver.jpg');
	background-repeat: repeat; 
	overflow: hidden
	}

.sectioncub {
	font-weight: bold;
	font-family: "Monotype Corsiva", "Comic Sans MS";
	font-size: 18pt;
	text-align: left;
	color: yellow;
	width: 100%;
	background-image: url('../images/styling/sectioncub.jpg');
	background-repeat: repeat; 
	overflow: hidden
	}

.sectionscout {
	font-weight: bold;
	font-family: "Monotype Corsiva", "Comic Sans MS";
	font-size: 18pt;
	text-align: left;
	color: yellow;
	width: 100%;
	background-image: url('../images/styling/sectionscout.jpg');
	background-repeat: repeat; 
	overflow: hidden
	}

/* ---------------------------------------------------- */
/* Message Boxes */

.groupmessages {
	width: 403px;
	background-color: #ffff82;
	border-width: thick;
	border-color: #009d00;
	border-style: ridge;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px
	}

.beavermessages {
	width: 403px;
	background-color: #026edf;
	border-width: thick;
	border-color: #228ffd;
	border-style: ridge;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px
	}

.cubmessages 	{
	width: 403px;
	background-color: #008f00;
	border-width: thick;
	border-color: #00c600;
	border-style: ridge;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px
	}

.scoutmessages 	{
	width: 403px;
	background-color: #2e905f;
	border-width: thick;
	border-color: #3ab678;
	border-style: ridge;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px
	}

	
/* ---------------------------------------------------- */
.bluebutton {
	color: blue;
	font-size: 90%
	}
	
.greenbutton {
	color: green;
	font-size: 90%
	}
	
.blackbutton {
	color: black;
	font-size: 90%
	}
	
.redbutton {
	color: red;
	font-size: 90%
	}
	
/* ---------------------------------------------------- */
.selectioncontainer {
	padding-top: 10px;
	width: 100%	
	}
.selectionright {
	margin-left: 15pt;
	margin-bottom: 7pt;
	float: right;
	padding-left: 3pt;
	padding-right: 3pt
	
	}
.selectionleft {
	margin-right: 1pt;
	margin-bottom: 7pt;
	float: left;
	padding-left: 3pt;
	padding-right: 3pt
	}
.pagecontrol {
	top: -5px;
	position: relative
	}
	
/* ---------------------------------------------------- */
	
