html,  body{    	
/*page properties This page was originally chromestyle3 or a green theme, Even though the name has remained chromestyle 3, I have used the blue theme from chromestyle2 */**********
	padding:0;
	margin:0;
	text-align:left;
	background-image: url(images/msscbg.jpg); /*plain bg is msscbg.jpg */
	background-repeat:repeat;
	display:block;
}

*{
	cell-padding: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
	 
.button { 
	background-image: url(images/continueButton.png); 
	background-repeat:no-repeat;
 
} 

.grid{
  
  	padding:10px;
  	margin-left:17%;
  	margin-bottom:2%;
 
  
   /*position of datagrid relative to container**************/
}

	

.grid  p{
		background-color:lightblue;
		border: 1px solid black;
		margin:10px;
		font-family: verdana;
	    	font-size:.8em;
		width:400px;
                height:100%;
		float:right;
		padding:30px;
	    	text-align:left;
		margin-left:3px;
		
		
}
.grid a { 
		margin-left:-65%;
		padding:0;
}


#container { /*header*/
	width:800px;
    height:100%;
 	background:#FFFFFF;
	margin: auto;
	margin-top: 25px;
     /* margin-bottom:20px; */
	border:1px double #000000;
	text-align:center; 
   	background-image: url(images/newmsscbanner.jpg); /*header size 800 x 250  */
	background-repeat:no-repeat;
	
 
      
}

.notice  {
 	background-image:url(images/blwhitewide.jpg);
	background-repeat:repeat;
	margin-top:2%;
        width:90%;
	border: 1px double #333333;
	padding:20px 20px 0px 20px;
}

.notice ul li h5{color:blue; text-align:left;}
.notice a{text-decoration:none;}
.notice ul li a:hover{font-size:strong;color:white;}
 
div.p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 
} 

leftcontent.p{ margin:5px;} 

.leftboard a{		/*defines the left side of board meetings section*/
	width:50%;
	margin-left:10%;
	float:left;
	font-family: verdana;
	font-size:.8em;
	margin-bottom:0;
	text-align:left;

}


#topnav{ width:99%;} 	/*Width of the top menu bar*/
 

.chromestyle{ 		/*width of the individual cells of the top menu */
	width:100%;
        margin-top:-3.95%;
	font-weight: bold;
	font-family:arial;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;

}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 792px;
	background: url(images/chromebg2.gif) center repeat-x; /*BUTTON CHANGE HERE*/
	padding: 4px;
	margin: 251px 0 0 0px;       /*LOCATION OF TOP MENU*/
	text-align: center; 				/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #B5E2FE; 	/*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
	background: url(images/chromebg2-over.gif)  center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ 	/*HTML to indicate drop down link*/
	/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:bold 12px tahoma;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.dropmenudiv a:hover{ 	/*THEME CHANGE HERE*/
	background-color: #EBF7FF;
}

/*#####sub drop menu div style #####*/

.subdropmenudiv ul li{
	position:absolute;
        float:right;
	top: 0;
        margin-left:250px;;
	border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:bold 12px tahoma;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.subdropmenudiv a{
	width: 100%;
	display: inline;
	text-indent: 3px;
	border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.subdropmenudiv a:hover{ 	/*THEME CHANGE HERE*/
	background-color: #EBF7FF;
display:inline;
}





div.imgcap {
  	float: left;
  	width: 15%;
  	margin-top:70px;
  	border: thin silver solid;
 	/* margin: 0.5em;*/
 	 padding: 1em;
 	 background-color:#fff;
 	margin:55px;
}

div.imgcap p {
  	text-align: center;
  	font-style: italic;
 	font-weight:bold;
  	font-size: smaller;
  	text-indent: 0;
}	


.leftcontent{		/*defines the left side of the content section*/
	width:60%;
	padding:25px;
	float:left;
	font-family: verdana;
	font-size:.8em;
	margin-bottom:10px;
	text-align:left;

}

.rightcontent  {		/*defines the right of the content section or the gray box*/
	


	width:27%;
	height:775px;
	background-image: url(images/bluerightside.jpg);
 	float:right;
	text-align:left;
        margin:0px 0px 0px 25px;
	padding-left:20px;
	color:#3333ff;
	font-family:verdana;
	font-size: 11px;
 
};}
.rightcontent a {text-decoration:none;}
		 

.rightcontent  a:hover {color: #4b0082;text-decoration:none } 

 
		
.footer{
	clear:both; 
        width:795px;
	border-top: 3px solid #cecece;
	margin-bottom:0px; 
	text-align:center;
	padding-left:0.3em;
        background-image: url(images/blwhitescroll.jpg);
        background-repeat: repeat-x;
}

.footer p{


	width:800px;
	margin-bottom:0px;
	color:#3333ff;
	font-size: 14px; 
       font-family: Times New Roman;
	font-weight:bold;
	text-align:center;
        margin-top:10px;
 
}
 

.footer a:link {				/* unvisited link */
	color: #3333ff; 
	margin-top:15px;
	text-decoration:none 
}

.footer a:visited {color: #4B0082;text-decoration:none }  /* visited link */     
.footer a:active {color: purple;text-decoration:none }   /* selected link */
.footer a:hover {color: #ff0000;text-decoration:none }   /* mouse over link */

img.floatleft{
	float:left;
	width: 170px;
	height:240px;
	margin:8px;
	margin-top:5px;
	padding:10px;
}

 h3, h4, h5{
	color:#336699;
	margin:15px;  
	text-align:center;
	font-family:arial black;
}

.sidebarheading {

	margin-left:-20px;
	height:50px;
	width:110px;
 	 
}
.sidebarheading a {color:red;text-decoration:none;}

#bullets  {
	list-style-image:url(images/grnball.gif);
	font-family:gautami;
	font-style:italic;
	width:100%;
	text-indent: -1em;
	margin-right:1em;
	text-align:left;
	list-style-position: inside;
	color:#336699;
	padding:0;


}

#signup table { 
 	background-color: #F9FBFD; 
 	color: #000000; 
 	width: 440px; 
 	border: 1px solid #D7E5F2; 
 	border-collapse: collapse; 
} 

#signup td { 
 	border: 1px solid #D7E5F2; 
 	padding-left: 4px; 
}
	
.labelcell { 
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
    color: #3670A7; 
    background-color: transparent; 
    width: 220px; 
} 

.fieldcell { 
    background-color: #F2F7FB; 
    color: #000000; 
    text-align: right; 
    margin-right: 0px; 
    padding-right: 0px; 
} 

.smalllabelcell { 
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
    background-color: transparent; 
    color: #3670A7; 
    width: 100px; 
} 

.smallfieldcell { 
    background-color: #F2F7FB; 
    color: #000000; 
    text-align: right; 
 }

.fullwidth{
		height:100%;	        
		font-family:verdana;
	        font-size:0.8em;
	  	text-align:left;
		padding:25px;
		color:#336699;
		margin:10px 20px 20px 20px;

}
		
	
.fullwidth  img{float:left;}
 
#donor{
	 text-align:center;
}

#waivercontent{margin-top:35%;}


#newtrail 
{
	height:400px;	        
		font-family:verdana;
	        font-size:0.8em;
	  	margin-top:-180px;
		padding-left:0px;

		 text-align;center;
		color:#336699;
		 
                   
}

.dbview a:link{text-decoration:none;}

#gw
{
    text-decoration:underline;
    color:Purple;
    font-family:Gautami;
    font-weight:normal;
    font-style:italic;
    font-size:small;
    background-color:Transparent;
}


.challenge {
		background-color:lightblue;
		border: 1px solid silver;
		font-family: verdana;
	    	font-size:1em;
		width:300px;
                float:left;
		padding:20px;
	    	text-align:center;
	        margin-bottom: 50px;
		margin-top: 230px;
                margin-left:40px;
		

}

.challengeright{
		float:right;
		margin:-275px 150px 50px 20px;	
		background-color:lightyellow;
		border: 2px dotted silver;
		font-family: verdana;
	    	font-size:1em;
		width:300px;
                height:100%;
	        padding:20px;
	    	text-align:left;

}


hr  {
border: 0;
height: 1px;
color: #6699CC;
 
}	

.fly .fly-out{
	display:none;
}
.fly:hover .fly-out{
	display:block;
}
.fly .fly-out{/*this draws a nice, link-hover like box around the fly-out*/
	background:#ffffe1;
	border:1px solid #CC0000;
	font-family:arial;
	font-size:11px;
	height:250px;
	padding:1px 3px 0 3px;
	position:absolute;
	width:210px;
}

#trailPin{
	margin-top:5%;	
	margin-left:2%;
	 text-align:left;
	padding:0px 10px 0px 0px;
	 
	 
}
 
#paypaltrailpin{
 
	margin-top:-23%;
	margin-left:45%;
	padding:0;
        margin-bottom: 15%;
	text-align:left;
	font-family:verdana;
	font-style:strong;
		
}
