/* taki no moto */
body {
	font: 75% "Lucida Grande",verdana,helvetica,sans-serif;
	background-color: #FFFFFF;
	color: #333;
	margin-top: 0;
}
		
/* divs */
#header {
	width: 744px;
	height: 100px;
	text-align:center;
}

#reg {
	width: 744px;
	height: 2.2em;
	line-height: 2.2em;
	background-color: #88A905;
	color: white;
	padding: 1px 0 0 0;
}
#navigation {
	width: 744px;
	text-align:center;
	margin: 10px 0 20px 0;
	font-weight: bold;
}

#content {
	width: 480px;
	text-align: left;
	padding-right: 39px;
}

#sidebar {
	width: 225px;
	text-align: left;
}

#footer {
	width: 744px;
	text-align: center;
	margin-top: 20px;
	font-size: 80%;
}

/* Layout Tables */

#layout {
	width: 744px;
}

#sidebarcell {
	border-left: 1px solid #F0E8DB;
}

/* Tables */

#about {
	margin: 10px 0 0 10px;
	width: 100%;
}

#about td,th {
	padding: 10px;
	background-color:#D4EDF7;
	vertical-align: middle;
}

#about p {
	margin: 4px 0px 10px 0px;
}

th {
	color: #FF7404;
	font-weight: bold;
	text-align:center;
	width: 30%;
}

th.left {
	text-align:left;
}

TH.wideleft {
	width: 45%;
	text-align:left;
}

.cellplainwide {
	width: 35%;
}

.cellcenter {
text-align:center;
}

/* HTML styles */

h1 {
	margin: 0;
}
	
h2 {
	color: #FF7404;
	text-shadow: #ccc 2px 2px 2px;
	font-size: 180%;
	margin: 4px 10px 15px 10px;
}

h3 {
	color: #555;
	font-size: 130%;
	margin: 30px 10px 0 10px;
}

h4 {
	color: #555;
	font-size: 120%;
	margin: 10px 10px 0 10px;
}

p {
	margin: 4px 10px 10px 10px;
}

#reg p {
	margin: 0;
	padding-left: 10px;
}

ul {
	list-style: square;
	padding: 10px;
	margin: 0 0 0 30px;
}

li {
	margin-bottom: 5px;
}

/* Custom styles */

#content  {
	line-height: 1.4;
}

p.newline {
	margin-top: -10px;
}

#sidebar p {
	font-size: 90%;
	line-height: 1.4;
}

#sidebar h3 {
	margin: 10px 10px 0 10px;
}

h3.line {
	border-top: 1px solid #F0E8DB;
	padding: 10px 0 0 0;
}

.note {
	color: #AE0000;
	font-weight: bold;
}

.eventtitle {
	color: #FF7404;
	font-weight:bold;
	font-size: 130%;
}


/* Inline graphics */

.pdf  {
	background: url(images/pdficon_small.gif) 0 50% no-repeat;
	padding: 10px 0 10px 25px;
	margin: 5px 10px 0 10px;
}

/* LINKS */

a:link {
	color: #0A79A4;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #0A79A4;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #88A905;
	text-decoration: underline;
}

a:active {

}

a.orange:link {
	color: #FF7404;
	font-weight:bold;
}

a.orange:hover {
	color: #FF7404;
	font-weight:bold;
}

a.orange:visited {
	color: #FF7404;
	font-weight:bold;
}

a.orange:active {
	
}
