body {
	background-image: url("greenbg.png");
	margin:10px 10px 0px 10px;
	padding: 0px;
	font-family: arial;
	font-size: small;
}

a:link { text-decoration: none; color: #0000ff; background-color: transparent; }
a:visited { text-decoration: none; color: #009900; background-color: transparent;  }
a:hover { text-decoration: underline; color: #ff0000; background-color: transparent;  }
a:active { text-decoration: none; color: #ff0000; background-color: transparent;  }

#preview {
	position: absolute;
	right: 20px;
	top: 200px;
	width: 140px;
	height: 180px;
	padding: 0px;
	text-align: center;
	font-size: x-small;
}

input {
	font-size: x-small;
}

#flashticker {
	height: 270px;
	width: 160px;
	padding: 0px;
}

#leftcontent {
	background-image: url("lhback.jpg");
	background-repeat: repeat-y;
	background-color: #568b35;
	position: absolute;
	left: 10px;
	top: 104px;
	width: 200px;
}

#centercontenttop {
	background-color:#ffffff;
	background-image: url("examples/bw_top.gif");
	background-repeat: no-repeat;
	height: 6px;
	margin-left: 199px;
	margin-right: 0px;
	voice-family: "\"}\""; /* IE5 workaround */
	voice-family: inherit; /* IE5 workaround */
	margin-left: 200px;
	margin-right: 0px;
	height: 6px;
}

html>body #centercontenttop { /* descendant selector */
	margin-left: 200px;
	margin-right: 0px;
	height: 6px;
}

#centercontent {
	background-color: #ffffff;
	background-image: url("examples/bw_middle.gif");
	background-repeat: repeat-y;
	margin-left: 199px;
	margin-right: 0px;
	voice-family: "\"}\""; /* IE5 workaround */
	voice-family: inherit; /* IE5 workaround */
	margin-left: 200px;
	margin-right: 0px;
}

html>body #centercontent { /* descendant selector */
	margin-left: 200px;
	margin-right: 0px;
}

#centercontentbot {
	background-color: #ffffff;
	background-image: url("examples/bw_bottom.gif");
	background-repeat: no-repeat;
	height: 6px;
	margin-left: 200px;
	margin-right: 0px;
	voice-family: "\"}\""; /* IE5 workaround */
	voice-family: inherit; /* IE5 workaround */
	margin-left: 200px;
	margin-right: 0px;
	height: 6px;
}

html>body #centercontentbot { /* descendant selector */
	margin-left: 200px;
	margin-right: 0px;
	height: 6px;
}

#centercontenttop2 {
	background-color:#ffffff;
	background-image: url("examples/bw_top.gif");
	background-repeat: no-repeat;
	height:6px;
	margin-left: 0px;
	margin-right: 0px;
	voice-family: "\"}\""; /* IE5 workaround */
	voice-family: inherit; /* IE5 workaround */
	margin-left: 0px;
	margin-right: 0px;
	height:6px;
}

html>body #centercontenttop2 { /* descendant selector */
	margin-left: 0px;
	margin-right: 0px;
	height:6px;
}

#centercontent2 {
	background-color:#ffffff;
	background-image: url("examples/bw_middle.gif");
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-right: 0px;
	voice-family: "\"}\""; /* IE5 workaround */
	voice-family: inherit; /* IE5 workaround */
	margin-left: 0px;
	margin-right: 0px;
}

html>body #centercontent2 { /* descendant selector */
	margin-left: 0px;
	margin-right: 0px;
}

#centercontentbot2 {
	background-color:#ffffff;
	background-image: url("examples/bw_bottom.gif");
	background-repeat: no-repeat;
	height:6px;
	margin-left: 0px;
	margin-right: 0px;
	voice-family: "\"}\""; /* IE5 workaround */
	voice-family: inherit; /* IE5 workaround */
	margin-left: 0px;
	margin-right: 0px;
	height:6px;
}

html>body #centercontentbot2 { /* descendant selector */
	margin-left: 0px;
	margin-right: 0px;
	height:6px;
}

#banner {
	background-image: url("grid2.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #245405;
	height: 70px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 69px;
}
html>body #banner {
	height: 69px;
}
#banner a {
	color: #ffffff;
}
#banner a:hover {
	color: #e08040;
}

#navbar {
	padding-top: 3px;
	background-color: #568b35;
	color: #ffffff;
	height: 23px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 22px;
}
html>body #navbar {
	height: 22px;
}
#navbar a {
	padding: 0px 20px 5px 10px;
	color: #ffffff;
	font-weight: bold;
}
#navbar a:hover {
	color: #e08040;
}

p,pre {
	margin:0px 10px 10px 10px;
}

table {
	margin:0px 10px 10px 40px;
}

table.nopad {
	margin: 0px 10px 10px 0px;
}

h1 {
	font-size: x-large;
	margin: 10px 10px 10px 10px;
}

h2 {
	font-size: large;
	margin: 10px 10px 10px 10px;
}

h3 {
	font-size: medium;
	margin: 10px 10px 10px 10px;
}

#banner h1 {
	font-size: x-large;
	color: #ffffff;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

#banner p {
	color: #ffffff;
	margin: 0px 10px 10px 10px;
}

.newsbox {
	padding: 10px;
	margin: 10px;
}

#tooltip {
	background-color: #fff7a1;
	border: 1px solid #000000;
	display: none;
	position: absolute;
	left: 580px;
	top: 200px;
	width: 250px;
	height: 170px;
	padding: 5px;
}
