body {
	margin: 0px;
	padding: 0px;
}

img { behavior: url("pngbehavior.htc")  }

a.logo:hover {
	background-color: transparent;
}

a:Link { color: blue; text-decoration: underline; background-color: transparent }
a:visited { color: purple; text-decoration: underline; background-color: transparent }
a:hover  { color: red; text-decoration: none; background-color: white }
a:active  { color: black; text-decoration: underline; background-color: transparent }

.navbar {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.headertag {
	text-align: left;
	font-size: xx-large;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-style: italic;
}
.headertag2 {
	text-align: left;
	font-size: x-large;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-style: italic;
}
.yellowhaze {
	background-image: url(images/yellow_haze.jpg);
	background-repeat: repeat;
}

#menubar {
	background-color: none;
	color: black;
	border-top-width: 1px;
	border-bottom-width: medium;
	/* [disabled]border-top-style: solid; */
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.clearAll {
	clear: both;
}
.centered {
	text-align: center;
}

.smalltext {
	font-size: small;
}
.whitetext {
	color: #FFF;
}
.extraextralargetext {
	font-size: xx-large;
}
.extralargetext {
	font-size: x-large;
}
.largetext {
	font-size: large;
}

.column10 {
	width: 10px;
}
.column20p {
	width: 20%;
}
.column15p {
	width: 15%;
}
.column35p {
	width: 35%;
}

.imglink a:hover {
	background-color: transparent;
}

