body, table {
	/*font: 14/16pt 'Trebuchet MS', Verdana, Arial, sans-serif;*/
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	line-height: 20px;
	font-size: 14px;
}
body {
	color: #000;
	background: #963 url(back_grass.gif);

	text-align: center;

	margin: 0px 0px 0px 0px;

	height: 100.15%;		/* This forces Firefox to always have the vertical scrollbar */
}
a, a:visited, a:active {
	color: #030;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #030;
	background-color: #C60;
	font-weight: bold;
	text-decoration: underline;
}
a img {
	border-style: none;
}
ul.pawList {
	list-style-image: url("list_pawprint.gif");
}

#tccContainer {
	background: #963;

	margin: auto auto auto auto;	/* This needs to be in here because firefox is an ass without it */
	
	position: relative;
	width: 750px;
	/*height: 100%;*/		/* Firefox is crapping out on this property, so take it out for now. BLEAH */
	min-height: 720px;		/* IE doesn't recognize min-height, so there's a prop-clear hack further down */

	border: #300 solid 1px;
	border-top-style: none;
	/*border-bottom-style: none;*/	/* Comment this out for now, while IE and Firefox are killing me. */

	text-align: left;
}

#topSpacer {
	position: relative;
	width: 100%;
	height: 10px;
}

#siteHeader {
	background: #963 url(logo.gif) no-repeat scroll center;

	position: relative;
	width: 750px;
	height: 200px;
}

.reverseHeader, .reverseSubHeader {
	color: #fc9;
	background-color: #930;

	border: #630 solid 1px;
	border-left-style: none;
	border-right-style: none;

	font-size: 9pt;
	font-weight: bold;
}
.reverseSubHeader {
	color: black;
	background-color: #963;

	border-top-style: none;
}
.reverseHeaderBorder {
	border: #630 solid 1px;
	border-top-style: none;
}

.header, #pageHeader {
	color: #C60;
}
#pageHeader {
	text-align:center;

	/* font: 20/22pt 'Trebuchet MS', Verdana, Arial, sans-serif; */
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;

	margin: 3px 2px 10px 2px;
}

#pageContent, #pageFooter {
	position: relative;
	width: 590px;
	left: 10px;

}
#pageContent, #popupContent {
	background: #963 url(back_solid.gif);

	border: #630 solid 1px;
}
#popupContent {

	margin: auto auto auto auto;	/* This needs to be in here because firefox is an ass without it */
	padding: 5px 5px 5px 5px;

	position: relative;
	width: 90%;
}
.pageContentText {
	position: relative;

	text-align: left;
	margin: 5px 10px 5px 10px;
}
#pageFooter {
	text-align: center;
}

.highlight {
	background-color: #C96;
}

/* Menu styles */
#tccMenu {
	background: #963 url(menu_bottom.gif) no-repeat scroll bottom;

	position: absolute;
	width: 130px;
	height: 728px;		/* When this changes, change #prop, too. */
	top: 210px;
	left: 610px;

	float: right;
}
#tccMenu div {
	text-align: center;
}
#tccMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tccMenu ul li {
	border-bottom: 1px solid #030;
	padding: 3px 7px 3px 0px;

	text-align: right;
}
#tccMenu ul li:hover {
	/* IE doesn't recognize this property right now */
	background: transparent url(menu_pawprint.gif) no-repeat scroll left;
}
#tccMenu ul li a {
	color: #FC9;
	font-weight: normal;
	text-decoration: none;

	position: relative;
	width: 100%;
	height: 20px;
}
#tccMenu ul li a:hover {
	color: #030;
	font-weight: normal;
	background: transparent url(menu_pawprint.gif) no-repeat scroll left;
}
#tccMenu>ul>li>a:hover {
	/* This is here because firefox would display the background image twice,
	   and IE doesn't recognize this kind of child tag, apparently */
	background: transparent;
}

/* These are here to emulate min-height in IE */
#prop {
	height: 733px;
	float: right;
	width: 1px;
}
#clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* Input form styles */
.ifTable {
	font-weight: bold;
}
.ifLabel {
	font-size: 8pt;
	
	font-style: italic;
	font-weight: normal;
}

/* Miscellaneous */
.yell {
	color: #c03;
}
