/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
.clearBoth {
	clear: both;
}

#notice {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
}
#notice .header {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: .8em;
	color: #FFFFFF;
	text-align: center;
	background-color: #006699;
	padding: 3px;
}
#notice ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#notice li {
	font-size: .8em;
	margin-left: -10px;
}


#sideNav {
	width: 174px;
	padding: 0;
	margin-bottom: 0;
	background-color: #90bade;
	color: #333;
	font-size: 0.7em;
	margin-right: auto;
	margin-left: auto;
	}

#sideNav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
#sideNav li {
		border-bottom: 1px solid #6699FF;
		margin: 0;
}

#sideNav li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		/*width: 90%; */
}

html>body #sideNav li a {
		width: auto;
}

#sideNav li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
}

#leftColumn, #rightColumn {
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
#leftColumn {
	float: left;
	width: 174px;
	background-image:url(images/css_logo.gif);
	background-repeat: no-repeat;
	padding-top: 220px;
}
#rightColumn {
	float: right;
	width: 621px;
	background-color:#FFFFFF;
}

#container {
	width: 795px;
	margin: 10px auto;
	overflow: hidden;
	border: solid 1px #000;
	background-image:url(images/container.gif)
}

#header {
	background-image: url(images/layout_r1_c2.gif);
	background-repeat: no-repeat;
	height: 64px;
	width: 621px;
	text-align: right;
	font-size: 0.7em;
	background-position: 0px 0px;
}

#header ul {
	display: inline;
}

#header ul li {
	color: #CCCCCC;
	display: inline;
	padding: 0px 15px;
	border-right: 1px solid #CCCCCC;
	list-style-type: none;
}

#header ul li.last {
	margin-right: 0;
	border-right: none;
	list-style: none;
	display: inline;
}

#header a:link, #header a:visited {
	color: #ccc;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#content {
  width: 600px;
  padding-left: 10px;
}

/* agenda */
div#agenda {
  font-size: 60% !important;
  font-family: Verdana;
}

div#agenda div.WikiLicense {
  display: none;
}

div#agenda div#content_view, div#agenda div.contentBox {
  height: auto !important;
  min-height: 0;
  padding: 0 !important;
}

div#agenda h1 {
  display: none;
}

div#agenda h2 {
  margin: 0 !important;
  padding: 0 !important;
}

div#agenda {
  height: 400px;
  overflow-y: scroll;
}

div#agenda div {
  padding: 2px !important;
}


