html {
	height: 100%;
}
body {
	width: 900px;
	min-height: 900px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #ffffff;
}
.banner {
	position: absolute;
	width: 900px;
	height: 217px;
}
.wrapper {
	position: relative;
	width: 900px;
	top: 212px;
	left: 0px;
	height: 100%;
}
.start   {
	width: 765px;
	height: 100%;
}
h4 span {
	color: #ff9933;      /* orange */
	background-color: #ffffff;    /* white  */
}
p span
{
	color: #339900;      /* green */
	background-color: #ffffff;    /* white  */
}
.navbar {
	position: absolute;
	width: 131px;
	height: 100%;
	line-height: 1ex;
	left: 0px;
	top: 0px;
	background-color: #e5e8eb;
}
.tknav {
	text-align: center;
	margin-left: 167px;
	margin-right: 32px;
}
.sidebar {
	position: absolute;
	width: 132px;
	height: 100%;
	top: 0px;
	left: 768px;
	background-color: #72a6d5;
}
.sidetext {
	text-align: center;
	font-size: 65%;
	font-weight: normal;
	line-height: 1.3em;
	color: #FFFFFF;
	background-color: #72a6d5;
}
.footrule {
   	text-align: center;
	margin-left: 130px;
	border-bottom: 2px solid #ff9900;
}
.footer {
	height: 100px;
	color: #000000;
	background-color: #FFFFFF;
}
.foottext {
	text-align: center;
	font-size: 65%;
	line-height: 1em;
	color: #000000;
	background-color: #FFFFFF;
}
.photoleft {
	display: inline;
	float: left;
	margin: 4px 30px 10px 0;
	color: #000000;
	background-color: #FFFFFF;
}
.letterspace   {
	letter-spacing: .1em;
	color: #000000;
	background-color: #FFFFFF;
}
.clear   {
	clear: both;
}

h1,h2,h3,h4,p,blockquote {
	margin-left: 167px;
	margin-right: 32px;
	line-height: 1.3em;
}
h1 {
	text-align: center;
	font-size: 105%;
	font-weight: bold;
}
h2 {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
}
h3 {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}
h4 {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	font-style: normal;
}
p {
	text-align: left;
	font-size: 80%;
	font-weight: lighter;
}
blockquote {
	text-align: left;
	font-size: 80%;
	font-style: italic;
	margin-left: 167px;
	margin-right: 32px;
	line-height: 1.3em;
}
ul {
	text-align: left;
	margin-left: 167px;
	margin-right: 32px;
	font-size: 80%;
	font-weight: lighter;
	line-height: 1.3em;
	list-style-type: square;
}
ul ul {
	margin-left: -20px;
	font-size: 100%;
}
ul ul li {
	list-style-type: circle;
}
ul ul ul li {
	list-style-type: disc;
}
ol {
	text-align: left;
	margin-left: 167px;
	margin-right: 32px;
	font-size: 80%;
	font-weight: lighter;
	line-height: 1.3em;
}
sup { 
	position: relative;
	font-size: 30%;
	line-height: 0em;
}
a:link {
	color: #336699;   /* blue */
}
a:visited {
	color: #339900;   /*  green */
}
a:hover {
	color: #ff9933;   /*   orange */
}
a:active {
	color: #ff0033;   /*   dark orange */
}

