/*ttp CSS*/

html{
	background-color: White;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: sans-serif;
}

body {
background-color: White;
padding-bottom;
padding-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;}

p{
	margin: 0px;
	padding: 1px 0 1px 0;
	font-family: sans-serif;
	color: white;
	font-size: 14px;
}

h3{
	font-family: sans-serif;
	font-size: 14px;
	text-align: left;
	color: White;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom : none;
	padding : none;
	vertical-align : top;
	word-spacing : normal;
}

h1{
	font-family: sans-serif;
	font-size: 14px;
	text-align: left;
	color: White;
	font-weight: bold;
	margin-bottom : none;
	padding : none;
	vertical-align : top;
	word-spacing : normal;
}

a{
	color: White;
}

a:hover {
	color: Yellow;
}

ul {
	font-family: sans-serif;
	font-size: 14px;
	color: White;	
	text-align: left;
	position : relative;
	margin-right: 1px;
	vertical-align : top;
}

 li{
	display: list-item;
	list-style-type: disc;
	margin-right: 1px;
	width: 98%;
	vertical-align : top;
}

#box{
width:700px;
padding: 0;
margin: 0px auto;
top: 20px;
background-color: #652501;}

#header{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 600px;
	height: auto;
}

#headtext{
    text-align : center;
	top: 0px;
	left: 0px;
	position: relative;
}

#headtext h2{
    text-align : center;
	font-family: "Curlz MT";
	font-size: 15px;
	color: #652501;
	padding-left: 0px;
	margin-right: 0px;
	width: auto;
}

#nav2{
	position: relative;
	top: 0px;
	width: 125px;
	height: 20px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: ActiveBorder;
	vertical-align : middle;
}


ul#navlist2{
	font-family: sans_serif;
	text-transform: uppercase;
	background-color: Silver;
	text-align: center;
	width: 100%;
	position: relative;
	padding-left: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: Blue;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
	border-right: 0px;
}

#navlist2 li{
display: inline;
list-style-type: none;
}

#navlist2 a {
padding-left: 0px;
padding-right: 0px;
}

#navlist2 a:link, #navlist2 a:visited{
	color: yellow;
	background-color: ActiveBorder;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#navlist2 a:hover{
	color: Red;
	background-color: Silver;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 0px;
	border-top: 0px;
}

#nav{
	position: relative;
	top: 0px;
	width: 900px;
	height: 25px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: ActiveBorder;
	vertical-align : middle;
}

ul#navlist{
	font-family: sans_serif;
	text-transform: uppercase;
	background-color: ActiveBorder;
	text-align: center;
	width: 100%;
	position: relative;
	padding-left: 0px;
	margin: 0px;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 0px;
	border-bottom: 0;
	border-right: 0;
}

#navlist li{
display: inline;
list-style-type: none;
}

#navlist a {
padding-left: 10px;
padding-right: 10px;
}

#navlist a:link, #navlist a:visited{
	color: Blue;
	background-color: ActiveBorder;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#navlist a:hover{
	color: Red;
	background-color: Silver;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px;
	border-top: 4px;
}

#boxes a:hover {
text-decoration: none;
}

#boxone, #boxtwo,#boxtree {
overflow: hidden;
background-color: #AEAEAE;
}

#boxone p, #boxtwo p, #boxtree p {
	font-family: sans-serif;
	color: white;
	font-size: 14px;
	font-weight: normal;
}

#boxone {
    background-image: url(images/top4.jpg);
	float: left;
	width: 350px;
	height: 195px;
	border: 0px;
}

#boxtwo {
    background-image: url(images/top5.jpg);
	float: left;
	width: 550px;
	height: 390px;
	border: 0px;
}
#boxtree {
	background-image: url(images/top6.jpg);
	float: left;
	width: 900px;
	height: auto;
	border: 0px;
}

td.tip1
                {
	margin: 0px;
	padding: 2px 0 2px 0;
	font-family: sans-serif;
	color: Black;
	font-size: 8px;
	          }
                .over
                {
                background-color: Silver;
				margin: 0px;
				padding: 2px 0 2px 0;
				font-family: sans-serif;
				color: Black;
				font-size: 8 px;
				 }
                .out
                {
                background-color: #F2DD95;
				margin: 0px;
				padding: 2px 0 2px 0;
				font-family: sans-serif;
				color: Black;
				font-size: 8px;
				 }
				
	
