@import url('css/start/jquery-ui-1.8.10.custom.css');

#slider1         { width: 160px; height: 320%; list-style: none; }

html
{
	height:100%;
}

body
{
	font-family:Arial;
	padding:0; 
	background-repeat:no-repeat;
}

p
{
	font-size: 13;
	color:#000000;
}

h1
{
	font-size: 16;
	color:#000000;
}

h2
{
	font-size: 14;
	color:#000000;
}

h3
{
	font-size: 13;
	color:#000000;
}

h4
{
	font-size: 13;
	color:#000000;
}

a
{
	font-size: 13;
	color:#000000;
}

a:link
{
	color:#000000;

}
a:visited
{
	color:#000000;
}

a:hover
{
	color:#1CB7FF;
}

a:active
{
  color:#000000;
  text-decoration: none;
}

li
{
	font-size: 13;
	color:#000000;
}

th
{
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	font-size: 13;
}

td
{
	vertical-align: top;
	font-size: 13;
}

.currentitem
{
	color:#1CB7FF;
	text-decoration: underline;

}

.contents
{
	padding: 20px;
}

.bottom
{
	padding: 20px;
	text-align: right;
}

.spacer
{
	padding: 0px;
	background-color: #C9CFE2;
    
}

.menu
{
	padding: 20px;
}

.formkey
{
	background-image: url(images/dot.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	width: 200;
}

#toc
{
	border: 1px solid #bba;
	background-color: #f7f8ff;
	padding: 1em;
	font-size: 90%;
	text-align: center;
	width:90%;
}

#toc-header
{
	display: inline;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

#toc ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

.toc3
{
	margin-left: 1em;
}

.toc4
{
	margin-left: 2em;
}

