/* Style settings commmon to whole web site */
body {
	font-family:"Arial"  color:#000;
}
table {
	text-align: left;
}
/* Hide the navigation bar from being printed */
#navigation {
	margin: 4px;	display: block;
}
/*
#navigation {
	position:relative;	margin: 4px;
	float: left;
	width: 150px;
}
.subnav {
	font-size: smaller;
}
.navheading {
	color: #0C61A0;
}
*/
#titlebar1 {
	/* background-color: #FFFFFF; //RGB: 12, 97, 160
	*/
	background-color: #A0A0A0;
	position:relative; 
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	text-align:left;
	margin: 4px;
	background-image: url(../images/banner_bkgrnd_1.png);
	background-repeat: repeat-y;
	background-position: left;
}
.dojologo1{
	/* vertical-align:top; */
	/* margin-left: 70px; */
}
.dojocity {
	position: absolute;
	font-size:16px;
	font-style: ;
	font-weight: bold;
	color:white;
	/* vertical-align:top; */
	font-family: "Arial", Times, serif;
	top:3px;
	left:5px;
}
.dojocity_shadow {
	position: absolute;
	font-size:16px;
	font-style: ;
	font-weight: bold;
	color: #555;
	/* vertical-align:top; */
	font-family: "Arial", Times, serif;
	top:4px;
	left:6px;
}
.dojoname1 {
	font-size: 72px;
	font-family: "Arial", serif;
	font-style: ;
	font-weight: bold;
	color: #C11B17;
	position: absolute;
	top: -11px;
	left: 200px;
}
.dojoname1_shadow {
	font-size: 72px;
	font-family: "Arial", serif;
	font-style: ;
	font-weight: bold;
	color: #c0c0c0;
	position: absolute;
	vertical-align:top;
	top: -8px;
	left: 203px;
}
.dojoname2 {
	position:absolute;
	top: 58px;
	left:360px;
	font-size: 36px;
	font-style: ;
	font-weight: bold;
	color: black;
	font-family: "Arial", Times, serif;
}
.dojoname2_shadow {
	position:absolute;
	top: 59px;
	left:361px;
	font-size: 36px;
	font-style: ;
	font-weight: bold;
	color: #555;
	font-family: "Arial", Times, serif;
}
#pagefooter1 {  
	color: black;  
	font: 20px "Arial", Times, serif;  
	font-weight: bold;  
	font-style: italic;  
	text-align: right;  
	padding:0pt;  
	margin: 4px;  
	background-color: #A0A0A0;
	background-image: url(../images/banner_bkgrnd_1.png);  
	background-repeat: repeat-y;  
	background-position: left;
}
#linkcell {
	vertical-align: top;
}
#linktable {
	border-style: solid;
	border-color: #0C61A0;
	color: #0C61A0;
}
a:link {
	color: #0C61A0;
	text-decoration:none;
}
/* unvisited link */
a:visited {
	color: #800080;
	text-decoration:none;
}
/* visited link */
a:hover {
	color: #C11B17;
	text-decoration:underline;
}
/* mouse over link */
a:active {
	color: #0000FF
}
/* selected link */
#page_content {
	padding: 1px;
	font-size: 18px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 50px;
}
#page_content p {
	margin:0px;
	margin-bottom:.0001pt;
	font-family:"Arial";
}
#page_content h1 {
	margin:0in;
	margin-bottom:.0001pt;
	font-family:Arial;
	font-size: 28pt;
}
.explain_title {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #880;
}
.site_bannercolor_dark {
	color: #C11B17;
}
@media print {
	#navigation {
		display:none;
	}  
	.dojocity_shadow { 
		display:none; 
	}  
	.dojoname1_shadow { 
		display:none; 
	}  
	.dojoname2_shadow { 
		display:none; 
	}  
	#footer_hit_counter { 
		display: none; 
	}  
	#page_content {    
		margin-top: 1px;  
	}
}
