/* CSS Document */

body {
	background-color: #90C782;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#wrapper {
	background-image: url(../images/TBbackgrd.gif);
	width: 700px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	margin: 5px auto 5px auto;
}

#banner {
	background-image: url(../images/TBbanner.jpg);
	background-repeat: no-repeat;
	visibility: visible;
	height: 120px;
	border-bottom: 1px solid #000;
}

#split {
	background-color: #CC0000;
	text-align:center;
	color:#FFFFCC;
	font-size:80%;
	height: 15px;
	padding:0;
	border-bottom: 1px solid #000;
}
#split a{
	color: #FFFFCC;
	text-decoration: none;
}
.clear {
	clear: both;
}

#sidebar {
	width: 160px;
	float:left;
	text-align: center;
	font-size: 90%;
	color: #606;
	margin-top: 20px;
}
#sidebar p {
	margin-top: 20px;
}
#sidebar h3{
margin-top: 20px;
text-align: center;
color: #FF0000;
}
#sidebar #nav {
	margin-left: 20px;
	margin-top: 70px;
	text-align: center;
}
#sidebar #nav ul {
	margin: 0;
	padding: 0;
	font-size: 90%;
	background-color: #C00;
	list-style-type: none;
	border-top: 1px solid #9C0;
	border-left: 1px solid #9C0;
	border-right: 1px solid #9C0;
}
#sidebar #nav ul li {
	padding:0;
	margin:0;
	list-style: none;
}
#sidebar #nav ul li a {
	background-color:transparent;
	background-image:url(../images/menu/backgr01.jpg);
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	color:#660066;
	text-decoration:none;
	font-weight:normal;
	padding:2px 0 4px 0px;
	display: block;
	height: 1%;
}
#sidebar #nav ul li a:hover, #sidebar #nav ul li a:focus {
	background-color: #FF9;
	background-image:url(../images/menu/backgr02.jpg);
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #FFC;
}
#sidebar table {
	width:120px;
}
#sidebar p{
	margin-left: 10px;
	margin-top:40px;
}
#sidebar a{
	text-decoration: none;
	color: #603;
}
#sidebar a:hover, a:focus {
	background-color: #C00;
	color:#FFC;
}

#content {
	color: #606;
	text-align: left;
	font-size: 100%;
	margin-left: 160px;
	margin-top: 40px;
}
#content p {
	margin-left:50px;
	margin-right: 20px;
}
#content table {
	margin-left: 50px;
}
#content a {
	text-decoration:underline;
	color: #603;
}
#content a:hover, a:focus {
	background-color: #C00;
	color:#FFC;
}

h1 {
	margin-left: 40px;
	font-style: italic;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #009933;
	text-shadow:#666;
	letter-spacing: 1px;
}
input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
}

