

.main_layout {
  width: 100%;
	border: groove;
	}

/* Gutter */
.gutter {
  border: 1px;
	width: 100%;
	}

.top_white_spacer {
  height: 26px;
	background: white;
}

.redbar {
  /*height: 80px;*/	
	background: #990000;
	border-bottom-style: double;
	border-bottom-color: #ffcc00;
	font-weight: bold;
	color: white;
	text-align: center;
	font-size: 30px;
}

bottom_white_spacer {
  background: white;
}
	
/* end gutter */

.title {
  font-weight: bold;
	color: #990000;
	font-size: 40px;
	text-align: center;
}

.navbar {
  border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	}

.content {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	padding-left: 4px;
	padding-right: 4px;
	}

.navlink {
  border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	background: white;
	text-color: black;
	text-align: center;
}
.active_navlink {
	border-bottom-style: solid;
	border-bottom-color: gray;
  border-bottom-width: 1px;
	background: #990000;
	text-align: center;
}
	
.active_navlink	A:link 	{	
	text-decoration:	none;
	font-weight:	bold;
	color: white;
	}	
		
.navlink A:link 	{	
	text-decoration:	none;
	font-weight:	bold;
	color: #990000;
	}			

.active_navlink A:visited{	
	text-decoration:	none;
	font-weight:	bold;
	color:	white;
	}	
.navlink A:visited,	{	
	text-decoration:	none;
	font-weight:	bold;
	color: #990000;
	}	
		
.active_navlink A:active,
.navlink A:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#333333;
	}	
		
.active_navlink A:hover,
.navlink A:hover	{	
	text-decoration:	none;
	color:	#333333;
	/*	color:	#F30;*/
	}	
		
a img {
	 border-style: none;
 }
 
.center {
 text-align: center;
 }
.note {
 color: #990000;
 font-weight: bold;
 font-size: 120%;
 text-decoration: underline;
 }

.little_note {
 font-weight: bold;
 font-size: 110%;
 text-decoration: none;
 }
 
.detail {
  font-weight: bold;
  font-size: 110%;
  text-decoration: underline;
	font-style: italic;
	text-align: left;
 }
 
.footnote {
   font-size: 80%;
	 text-align: left;
}

.rules th{
	background: #ffcc66;
	font-weight: bold;
	background: #990000;
	color: white;
	}

.plain_list {
  list-style-type: none;
}