body
{
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #4b4b4b;
	text-align: center;
	min-width: 800px;
}

#main
{
	position: relative;
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#header
{
	position: relative;
	margin-left: 60px;
}

#content
{
	float:right;
	width: 615px;
	border-left: 3px solid #1C421D;
	padding-left: 10px;
}

#nav
{
	position: relative;
	width: 158px;
}

#footer
{
	clear: both;
	width: auto;
	text-align: center;
	font-size: 80%;
}

div.info
{
	float:right;
	margin:15px 0 15px 15px;
	width:200px;
	border-style:solid;
	border-width:2px;
	border-color:#1C421D;
	padding:0 4px 0 4px;
}

p
{
	margin: 0.75em 0 0.75em 0;
}

p.hr
{
	text-align:center;
	margin-top: 1.25em;
}

p.byline
{
	font-weight:bold;
	font-size:115%
}

h1
{
	font-weight: bold;
	color:#1C421D;
	font-size: 150%;
	margin: 1em 0 0 0;
}

h2
{
	font-weight: bold;
	color:#1C421D;
	font-size: 115%;
	margin: 1.25em 0 0 0;
}

h3
{
	font-weight: bold;
	color:#1C421D;
	font-size: 100%;
	margin: 1em 0 0 0;
}

img
{
	border: none;
}

img.screenshot
{
	max-width:100%;
	height:auto;
}

p.caption
{
	font-weight:bold;
	margin-top: 0;
	text-align: center;
	margin-bottom: 1em;
}
ul
{
	list-style: outside url(../images/bullet_tc.PNG);
	margin-top: 0;
	margin-bottom: 0;
}
				
ul ul
{
	list-style: disc;
}

li, li p
{
	margin-top: 0.5em;	
}

ul ul li
{
	margin-top: 0.25em;	
}

a, a:visited
{
	color: #1C421D;
}

span.articlename a
{
	text-decoration: none;
}

span.articlename a:hover,
span.articlename a:active
{
	text-decoration: underline;
}

#nav a, #nav a:visited

{
	color: #1C421D;
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: underline;
}

#nav p

{
	font-weight: bold;
	padding:4px;
}


p.nav
{
	background-color:#8CD28C;
	border-radius: 7px;
}

#currpage
{
	color: #ffffff;
	background-color:#1C421D;
	border-radius: 7px;
}

h1 a, h1 a:visited
{
	color: #990000;
	text-decoration: none;
}

.collapsed
{
	display: none;
}	

.expanded
{
	display: block;
	font-size: 90%;
	position: relative;
	left: 20px;
}	

table
{
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 90%;
	margin-top: 10px;
}

table.agenda
{
	width:535px;
	font-size: 100%;
	margin-top: 0px;
	border-spacing: 10px;
}


td
{
	vertical-align: top;
	padding: 3px;
	border-style: none;
}

td.formal
{
	border-width: 1px;
	border-color: #4b4b4b;
	border-style: solid;
}

table.twocol td
{
width: 50%;
}

table.navigation
{
	width: 100%;
	font-size: 80%;
	margin-top: 0px
}

table.navigation td
{
/* Change following percentage to be inverse of number of navigation options */
	width: 20%;
	text-align: center;
	background-color: #CDCCFF;
	padding: 3px 0 3px 0;
	vertical-align: middle;
}

table.navigation td.loc
{
	background-color: #990000;
	color: #ffffff;
}

table.navigation td.locchild
{
	border-color: #990000;
	border-style: solid;
	border-width: thin;
}

a.locA, a.locA:visited, a.locA:hover
{
	color: #ffffff;
	cursor: default;
	text-decoration: none;
	font-weight: bold;
}

a.locchildA, a.locchildA:visited, a.locchildA:hover
{
	font-weight: bold;
}

p.topofpage
{
	text-align: center;
	font-size: 85%;
	background-color: #8CD28C;
	padding: 3px 0 3px 0;
}

span.articlename
{
	font-weight: bold;
}

code
{
	font-size: 115%
}

