@charset "utf-8";

/* CSS Document */

/* notes */



/* global tags */

* {
	border:0;
	margin:0;
	padding:0;
	}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	background-color:#FE8510;
	background-image:url(images/bg.jpg);
	}
	
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin:.5em 0em;
	}
	
h1 {
	font-size:150%;
	}
	
h2 {
	font-size:120%;
	}
	
h3 {
	font-size:100%;
	}
	
p {
	font-size:80%;
	margin:.8em 0em;
	line-height:150%;
	}
	
	
ul li {
	list-style-type:square;
	margin:3px 0px 9px 24px;
	}
	
ol li {
	margin:3px 0px 3px 25px;
	}
	
li {
	font-size:80%;
	}
	
a {
	
	}
	
img {
	
	}
	
	

/* divs */

#teabgimage {
/*	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
*/	width:950px;
	margin:auto;
	}
	
#wrapper {
	width:868px;
	margin:25px auto;
	}
	
	
#banner {
	width:868px;
	height:103px;
	}
	
#topnav {
	background-image:url(images/topnavbg.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:30px;
	display:none;
	}
	
#flashbanner {
	background-image:url(images/flash/banner1.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:264px;
	}
	
#content {
	background-image:url(images/contentbg.jpg);
	background-repeat:no-repeat;
	width:100%;
	}
	
#content-text {
	width:780px;
	padding:60px 0px 20px 35px;
	}
	
#footer {
	width:100%;
	height:45px;
	}


/* div tags */



/* nav and links */

a:link {
	
	}
	
a:visited {
	
	}
	
a:active {
	
	}
	
a:hover {
	
	}
	
a:focus {
	
	}
	

/* tables */

table {
	margin:0px;
	padding:5px;
	}
	
td, th {
	
	}

th {
	
	}
	
td {
	margin:0px;
	padding:5px;
	border:1px #000000 solid;
	font-size:80%;
	font-weight:normal;
	}
	
tr {
	
	}




/* classes */

.footertext {
	font-size:70%;
	text-align:center;
	}

.floatleft {
	float:left;
	margin:10px 10px 10px 0px;
	}
	
.floatright {
	float:right;
	margin:0px 0px 0px 30px;
	}

.clear {
	clear:both;
	}