body
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 80%;
	margin: 0px;
	background-attachment: fixed;
	text-align: left;
	background-color:#CCCCCC;
	}
	
	
h1
	{
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: lighter;
	color: #196669;
	}
	
	
#page
	{
		width: 780px;
		margin: 0 auto;
		padding: 0;
		border: 1px #72093b solid;
		background-color: #FFF;
	}
	
	
#page:after 
	{
    	content: "."; 
    	display: block;
    	height: 0;
    	overflow: hidden;
    	clear: both; 
    	visibility: hidden;
   }

	
/* Common Styles */

a
	{
		text-decoration: underline;
		color: #72093b;
	}

	
a:hover
	{
		text-decoration: none;
		color: #666666; 
	}
	
	
h2
	{
	font-size: 100%;
	margin: 0 0 6px 0;
	padding: 2px 0 2px 8px;
	color: #72093b;
	font-weight: lighter;
	}
	
	
h3
	{
	font-size: 150%;
	margin: 0 0 0 8px;
	padding: 0;
	color: #72093b;
	font-weight: lighter;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
	
/* Top Menu */
	
div#top-menu
	{
	margin: 0;
	padding: 3px 0 0 5px;
	width: 775px;
	height: 31px;
	text-align: right;
	color: #72093b;
	background-image: url(../images/topbar/info.jpg);
	background-repeat: repeat-x;
	background-color: #72093b;
	font-size: 85%;
	font-weight: bold;
	}
	
	
div#top-menu ul
	{
		margin-top: 0;
	}

	
div#top-menu ul li
	{
		display: inline;
	}
	
	
.seperator
	{
	border-left: 1px dotted #fff;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	position: relative;
	}
	.home
	{
	padding-bottom: 5px;
	padding-left: 3px;
	position: relative;
	}
	
#top-menu .login
	{
		font-size: 90%;
		background: #779F00 url(../images/topbar/bluebar.jpg) repeat-x;
		color: #fff;
		padding: 1px 2px 1px 1px;
		margin: 2px;
		text-decoration: none;
		border-right: 1px solid #7F7D0B;
		border-bottom: 1px solid #7F7D0B;
		border-top: 1px solid #BEFF00;
		border-left: 1px solid #BEFF00;
		cursor: pointer;
	}
	

#top-menu .login:hover
	{
		background: #4F6A00 url(../images/topbar/bluebar.jpg) repeat-x;
		border-top: 1px solid #7F7D0B;
		border-left: 1px solid #7F7D0B;
		border-bottom: 1px solid #BEFF00;
		border-right: 1px solid #BEFF00;
	}
	
	
#top-menu ul li a
	{
		color: #72093b;
		width: 30px;
		text-decoration: underline;
	}
	
	
#top-menu ul li a:hover
	{
		color: #FFF;
		text-decoration: none;
	}
	

#top-menu input
	{
		font-size: 95%;
		color: #000;
		border: 1px solid #72093b;
		vertical-align: middle;
		margin: 1px;
		background: #005462 url(../images/topbar/banner.jpg) repeat-x;
		text-indent: 2px;
	}
	
	
#top-menu input:hover
	{
		background: #fff;
	}
	
	
#top-menu input:focus
	{
		background: #fff;
	}
	
	
#top-menu #submit 
	{
		font-size: 100%;
		background: #005462 url(/scouts/images/topbar/bluebar.jpg) repeat-x;
		color: #fff;
		padding: 1px 2px 1px 1px;
		margin: 2px;
		border-right: 1px solid #7F7D0B;
		border-bottom: 1px solid #7F7D0B;
		border-top: 1px solid #BEFF00;
		border-left: 1px solid #BEFF00;
		cursor: pointer;
	}
	
	
/* Banner */
	
#banner
	{
	width: 100%;
	height: 66px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #72093b;
	background: #72093b;
	overflow: hidden;	
	voice-family: "\"}\""; 
  		voice-family: inherit;
				height: 65px;
	}
html>body #banner
	{
  		height: 66px;
}
#banner #logo
	{
		margin: 0 0 0 8px;
		padding: 0;
		float: left;
	}
	
	
#banner #sections
	{
	margin: 0;
	text-align: center;
	display: block;
	width: 600px;
	float: right;
	background: #FFF url(../images/topbar/banner.jpg) no-repeat;
	overflow: hidden;
	padding-right: 0;
	padding-left: 0;
	}
	
	
#banner #sections img
	{
	vertical-align: middle;
	padding: 0px 0px 0px;
	border: 0;
	overflow: hidden;
	}
		
/* Main Body */

#mainbody
	{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #72093b;
	background-color: #196669;
	clear: left;
	float: left;
	}
/* Main Content */

#maincontent
	{
	width: 410px;
	float: left;
	background-color: transparent;
	}


/* Right Column */

#right-col
	{
	width: 210px;
	padding: 0;
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 3px;
	}


/* Bottom Bar */

#bottom-bar
	{
	width: 100%;
	border-top: 1px dashed #000;
	padding: 5px 0 10px;
	height: 20px;
	text-align: center;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: left;
	float: left;
	}
	
	
#bottom-bar img
	{
		border: 0;
		margin: 0 2px 0 0;
	}
	
	
/* Footer */

#footer
	{
	font-size: 80%;
	height: 50px;
	color: #7D7D7D;
	text-align: center;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
#footer a
	{
		text-decoration: underline;
		color: #656565;
	}

	
#footer a:hover
	{
		text-decoration: none;
		color: #9C0; 
	}	
#rightside {
	width: 586px;
	margin: 0px;
	padding: 30px 10px 10px 30px;
	clear: right;
	float: right;
	height: 100%;
}
#rightside .games {
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid #000000;
	margin-left: 10px;
	width: 320px;
	clear: left;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#pageimage {
	clear: left;
	float: left;
	width: 642px;
	height: 200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #330033;
	border-right-color: #330033;
	border-bottom-color: #330033;
	border-left-color: #330033;
}
#bottom_menu {
	width: 642px;
	height: 7px;
	border-bottom: 1px solid #72093b;
	border-top: 1px solid #72093b;
	background-image: url(../images/topbar/info.jpg);
	background-repeat: repeat-x;
	background-color: #99cc00;
	overflow: hidden;
	clear: left;
	float: left;
	}
#outlines {
	border: 1px solid #666666;
}
#purplebar {
	height: 9px;
	width: 100%;
	background-image: url(../images/topbar/bottombar.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

#CentralContent {
	padding: 15px 30px;
	margin-top: 35px;
}
#maintext p{
padding-left:7px;
padding-right: 6px;
}
#video {
	background-color: #999999;
	padding: 5px;
	background-position: center center;
	text-align: center;
}
#bluebar {
	height: 15px;
	background-image: url(../images/topbar/bluebottom.jpg);
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#leftside {
	background-color: #196669;
	width: 114px;
	height: auto;
	clear: none;
	float: left;
	padding: 10px;
}
#flash {
	height: 340px;
	width: 380px;
	margin-left: 40px;
}
#bannerad {
	margin-top: 5px;
	margin-left: 120px;
	width: 500px;
	height: 60px;
	font-size: 36px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding: 5px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #72093b;
	margin-left: 8px;
}
#targets {
	width: 646px;
	background-color: #FFFFFF;
	clear: right;
	float: right;
	background-image: url(../images/topbar/curve.gif);
	background-repeat: no-repeat;
#content {
	padding: 60px 10px 10px 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	padding: 10px;
}
#layout {
	width: 600px;
	padding-left: 15px;
}

.tester {
	background-color: #990000;
}
#rightblock {
	clear: right;
	float: right;
	width: 200px;
	padding: 5px;
	border: 1px solid #000000;
}
#rightside .photo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
}
#winter {
	background-image: url(../go/images/winter/background.jpg);
	height: 55px;
	width: 350px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 60px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
