body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
}
.leftCol {
	border-radius:18px;
}
.leftCol img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.main-content {
	padding-top:0px;
	font-size: 15px;
	line-height: 1.65em;
}
.main-content a:link, .main-content a:visited, .main-content a:hover, .main-content a:active {
	font-weight:bold;
}
.main-content img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.logorow {
	padding-top:0px;
	text-align:center;
}
#footer {
	text-align:center;
	font-size:12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	margin-top: 0;
	font-weight:600;
}
h2 {
	font-size: 16px;
	font-weight:600;
}
h3 {
	font-size: 14px;
	font-weight:600;
}
p.caption {
	font-size: 12px;
	text-align:center;
	padding:0px;
	line-height: normal;
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.picturepadleft {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}
.picturepadright {
	float: left;
	padding:0px 10px 5px 0px;
}
.references {
	font-style: italic;
}
p.references {
	padding:0;
	margin-bottom: 0;
}
.referenceNames {
	text-align: right;
}
p.referenceNames {
	margin-top: 0.2em;
	margin-bottom:2em;
}
a img {
	text-decoration: none;
	border: 0 none;
}


/***  nav icons  ***/

.navicon-brown {
	background-image:url(/images/navicons/navicon-brown.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.navicon-green-dk {
	background-image:url(/images/navicons/navicon-green-dk.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.navicon-green {
	background-image:url(/images/navicons/navicon-green.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.navicon-ochre {
	background-image:url(/images/navicons/navicon-ochre.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.navicon-orange {
	background-image:url(/images/navicons/navicon-orange.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.navicon-pink {
	background-image:url(/images/navicons/navicon-pink.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.navicon-purple {
	background-image:url(/images/navicons/navicon-purple.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.navicon-red-dk {
	background-image:url(/images/navicons/navicon-red-dk.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.kanjinav {
	background-repeat:no-repeat;
	background-position:left;
	margin-top:64px;
	;
	padding-bottom:120px !important;
}


/*** curved box ***/
.curvedBox {
	border-radius:18px;
	border: 2px solid #8e8e8e;
	line-height: normal;
	font-size:13px;
	font-weight:bold;
	overflow: auto;
	width: 100%;
	margin-bottom:22px;
}
.curvedBoxContent {
	padding: 15px;
}
.curvedBoxContent img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.curvedBox .header {
	font-size:16px;
}
.curvedBox .picturepadleft p {
	margin-bottom:0px;
	padding-bottom:10px;
}
.curvedBox .flyer {
	font-size:12px;
	margin-top:0px;
	text-align:center;
	padding-left:2px;
}
