/* css for about section */

/* main layer */
#main {
	border: thin solid #9933CC;
	margin-right: auto;
	margin-left: auto;
}

/* header  */
#header {
	padding: 4px;
	background-color: #9933CC;
	color: #FFCC00;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2em;
	clear: both;
}
#header a{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

/* navigation area  */
#navigation {
	background-color: #FFFFFF;	padding: 4px;
}
#navigation .flash {
	float: right;
}
#navigation .logo {
	float: left;
	padding: 4px;
}

/* content area  */
#content {
	margin-right: 2em;
	margin-left: 16em;
	margin-bottom: 3em;
	clear: both;
	background-color: #FFFFFF;
}
#content p {
	font-size: 0.8em;
	text-align: justify;
	margin-top: auto;
	margin-bottom: auto;
	line-height: 2.0em;
}
#content a {
	color: #9933CC;
	text-decoration: underline;
	font-weight: bold;
}
#content h1 {
	font-size: 1em;
	color: #9933CC;
}
#content blockquote {
	font-style: italic;
	background-color: #E4E4E4;
	padding: 6px 6px 6px 0px;
	margin-left: auto;
	margin-right: auto;
}
#content blockquote img {
	float: left;
	border: thin solid #000000;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 4px;
}

/* sub navigation  */
#subnav {
	position: absolute;
	width: 14em;
	left: 1em;
	top: 240px;
}
#subnav h1 {
	font-size: 80%;
	font-weight: bold;
	color: #FFCC00;
}

#subnav ul{
	margin-left: 0em;
	padding-left: 0px;
	margin-right: 1em;
	list-style-type: none;
}
#subnav li{
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC00;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#subnav li a.active {
	background-color: #EEEEEE;
	display: block;
}
#subnav a:link, #subnav a:visited {
	font-weight: bold;
	color: #9933CC;
	text-decoration: none;
}
#subnav a:hover {
	color: #FFCC00;
}
#subnav em {
	font-style: normal;
}

/* spacer  */
#spacer {
	height: 2em;
}

/* footer  */
#footer {
	padding: 4px;
	background-color: #9933CC;	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	bottom: 0em;
	margin: 0px;
	left: 0px;
}
#footer ul{
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	vertical-align: middle;
}
#footer li{
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
}
#footer a:link, #footer a:visited, #footer a:active {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer em {
	font-style: normal;
}

/* postition of footer  */
html, body, #contents {
	min-height: 100%;
	height: 100%;
}
html>body, html body #contents {
	height: auto
}

#event {
	background-color: #FFCC00;
	padding: 6px;
	margin-bottom: 20px;
}
#event .left {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
#newevent {
	border: 1px solid #FFCC00;
	margin-bottom: 10px;
}
#newevent h1 {
	background-color: #FFCC00;
	padding: 6px;
	margin-top: 0px;
}
#newevent p {
	margin: 6px;
}
#pastevent {
	border: 1px dotted #000000;
	padding: 6px;
	text-align: center;
	margin-bottom: 20px;
}
#pastevent img {
	margin-right: 6px;
	margin-bottom: 6px;
}
#pastevent h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #9933CC;
	text-align: left;
}
#newevent img {
	float: left;
	border: 1px solid #9933CC;
	margin-right: 10px;
}
#newevent h2 {
	color: #9933CC;
	font-size: 1.0em;
	padding: 6px;
	font-weight: bold;
}
.clearboth {
	clear: both;
}
.raised {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFCC00;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
