html {
	font-size: 100%; /* IE hack to prevent drastic scaling if text size is not set to normal*/
}
body {
 	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.8125em; /* change from 16px default to 13px */
	margin: 0 10px 0 0;
	padding: 0; /* Opera has some padding by default */
	border: 0;
	}
html>body {
	font-size: 13px; /* To set default Safari size cuz theirs is 14px, not 16px. Firefox reads this also. IE can’t read this */
	}
a:link	{
	text-decoration: none;
	font-weight: normal;
	color: #0000FF;
	background-color: inherit;
	}
a:visited	{
	text-decoration: none;
	font-weight: normal;
	color: #6F6FB0;
	background-color: inherit;
	}
a:active	{
	text-decoration: none;
	font-weight: normal;
	color: #f33233;
	background-color: inherit;
	}
a:hover	{
	text-decoration: underline;
	font-weight: normal;
	color: #f33233;
	background-color: inherit;
	}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 770px;
	height: 105px;
	background-color: #F77321;
	color: inherit;
	background-image:url(images/sunset.jpg);
	}
#left_container {
	position: absolute;
	top: 105px;
	left: 0;
	width: 136px;
	text-align: center;
	background-color: #CEE1FF;
	color: inherit;
	}
#centre_container {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 770px;
	background-color: #CEE1FF;
	color: inherit;
	}
#right_container {
	position: absolute;
	top: 105px;
	left: 634px;
	width: 136px;
	text-align: center;
	background-color: #CEE1FF;
	color: inherit;
	}
#footer {
	width: 770px;
	text-align: center;
	background-color: #F77321;
	color: #F77321;
	padding: 20px 0; /* if vertical padding is 0 then Firefox leaves gaps above and below the background. There may be a better way */
	}
#centre_content {
	margin: 0px 136px 0px 136px;
	padding: 5px 15px 15px 15px;
	background-color: #FFFFFF;
	color: inherit;
	}
#popeye_pic {
	float: left;
	margin: 10px;
	border: 0;
	display: inline;
	}
#top_title {
	margin: 10px;
	float: right;
	display: inline; /* to fix IE6 bug that gives floats a double horizontal margin */
	text-align: right;
	}
#navcontainer {
	margin: 10px;
	}
#navcontainer ul {
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	}
#navcontainer a {
	display: block;
	color: #FFFFFF;
	background-color: #F77321;
	width: 106px;
	padding: 3px 5px 3px 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000066;
	font-weight: bold;
	font-size: 12px;
	}
#navcontainer a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#navcontainer a:hover {
	background-color: #f33233;
	color: #FFFFFF;
	}
#navcontainer li li a {
	display: block;
	color: #FFFFFF;
	background-color: #2965a4;
	background-image: none;
	width: 96px;
	padding: 3px 5px 3px 15px;
	text-decoration: none;
	border-top: none;
	border-bottom: 1px solid #000066;
	font-weight: normal;
	font-size: 11px;
	}
#navcontainer li li a:hover {
	border-bottom: none;
	}
a#current, a:visited#current {
	color: #BBBBBB;
	background-color: #F77321;
	}
a#subcurrent, a:visited#subcurrent {
	color: #BBBBBB;
	background-color: #2965a4;
	}
#navcontainer li {
	margin-bottom: 0;
	}
.pics_right {
	float: right;
	margin: 1em 0 0.5em 0.5em;
	border-style: none;
	}
h1	{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.5em; /* displayed at 20px */
	font-weight: bold;
	color: #f33233;
	background-color: inherit;
	border-bottom: solid 1px;
	margin-bottom: 0;
	}
h1 a:link {
	color: #f33233;
	text-decoration: none;
	}
h1 a:hover {
	color: #000000;
	text-decoration: none;
	}
h1 a:visited {
	color: #f33233;
	text-decoration: none;
	}
h1 a:active {
	color: #f33233;
	text-decoration: none;
	}
h2	{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.3em; /* displayed at 17px */
	font-weight: bold;
	color: #f33233;
	background-color: inherit;
	margin-bottom: 0;
	}
h2 a:link {
	color: #f33233;
	text-decoration: none;
	font-weight: bold;
	}
h2 a:hover {
	color: #000000;
	text-decoration: none;
	}
h2 a:visited {
	color: #f33233;
	text-decoration: none;
	}
h2 a:active {
	color: #f33233;
	text-decoration: none;
	}
h3	{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.1em; /* displayed at 14px */
	font-weight: bold;
	color: #003333;
	background-color: inherit;
	font-style: italic;
	margin-bottom: 0;
	}
li	{
	margin-bottom: 0.6em;
}
.name {
	font-size: 1.1em; /* displayed at 14px */
	font-weight: bold;
	}
.big {
	font-size: 1.4em; /*displayed at 18px */
	font-weight: bold;
	margin: 20px 0 0 10px;
	}
.header_text {
	font-size: 18px;
	margin: 40px 0 0 12px;
	color: #FFFFFF;
	background-color: inherit;
	}
.header_text a:link {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	}
.header_text a:hover {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	}
.header_text a:visited {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	}
.header_text a:active {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	}
.header_subtext {
	font-size: 10px;
	margin: 4px 0 0 12px;
	color: #000000;
	background-color: inherit;
	}
.header_subtext a:link {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
	}
.header_subtext a:hover {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
	}
.header_subtext a:visited {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
	}
.header_subtext a:active {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
	}
.ninepx {
	font-size: 9px;
	}
.footer_text {
	font-size: 12px;
	color: #ffffff;
	background-color: inherit;
	}
.footer_text a:link {
	color: #ffffff;
	font-weight: bold;
	background-color: inherit;
	text-decoration: none;
	}
.footer_text a:hover {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: underline;
	}
.footer_text a:visited {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
	}
.footer_text a:active {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: underline;
	}
.vertical_ad {
	margin-top: 15px;
	}
.pics_right {
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
	border-style: none;
	clear: right;
	}
.pics_left {
	margin: 1em 0.5em 0.5em 0;
	border-style: none;
	clear: left;
	}
.TAT_text {
	color: #4e0966;
	}
