/* Normalize margin and padding for all elements */
/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }*/

/* Normalize font size for all headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Remove any list-style for lists */
ol, ul
{ list-style: none; }

/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal }

/* Normalize table borders */
/*table
{ border-collapse: collapse; border-spacing: 0; }*/

p, td, li
{ text-indent: 0px; }

/* Remove border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left align text that defaults to centered on some browsers */
caption, th
{ text-align: left; }

/* Remove quotation marks from q */
q:before, q:after
{ content: ''; }

body
{
	margin: 0px;
	padding: 0px;
	background-color: #B33000;
}

img
{
   border: 0;
}

table
{
	margin: 0px;
	padding: 0px;
	border: 0px none black;
}

tr
{
	margin: 0px;
	padding: 0px;
	border: 0px none black;
}

td
{
	margin: 0px;
	padding: 0px;
	border: 0px none black;
}

A:link { text-decoration: underline; color: #000000; }
A:active { text-decoration: underline; color: #000000; }
A:visited { text-decoration: underline; color: #000000; }
A:hover { text-decoration: underline; color: #FFFFFF; }


.top_border
{
	background-image: url(top_border.gif);
	background-repeat: repeat-x;
}

.page_header
{
	background-image: url(header.jpg);
	background-repeat: none;
}

.header_phone
{
	float: right;
	margin-top: 124px;
	margin-right: 12px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

.stripes
{
	background-image: url(stripes.gif);
	background-repeat: repeat-x;
}

.footer
{
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	padding: 8px;
}

.footer_text
{
	background-color: white;
	width: 100%;
	text-align: right;
	font-size: 10px;
	border: 1px solid black;
	padding: 5px;
}

.table_header
{
	background-image: url(th.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
	width: 100%;
}

.menu_body
{
	padding: 7px;
	border-left: 1px solid #804C00;
	border-right: 1px solid #804C00;
	border-bottom: 1px solid #804C00;
	background-color: #FF9900;
	font-variant: small-caps;
	font-weight: bold;
}

.menu_body p
{
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.main_table_header
{
	background-image: url(th.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 20px;
	text-align: left;
	padding-left: 20px;
	line-height: 24px;
	width: 100%;
}

.content_body
{
	padding: 7px;
	border-left: 1px solid #804C00;
	border-right: 1px solid #804C00;
	border-bottom: 1px solid #804C00;
	background-color: #FF9900;
	text-indent: 1.25em;
}

.content_body p
{
 	margin: 0px;
 	padding-top: 5px;
 	padding-bottom: 5px;
 	text-align: justify;
}

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

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

.h3tail
{
 	background-image: url(h3tail.gif);
 	background-position: top right;
 	background-repeat: no-repeat;
	background-color: #B33000;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 20px;
	text-align: left;
	padding-left: 0px;
	line-height: 24px;
	width: 100%;
}

.subtable_header
{
	background-image: url(sh.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
	width: 100%;
}

.subtable_body
{
	border-left: 1px solid #804C00;
	border-right: 1px solid #804C00;
	border-bottom: 1px solid #804C00;
	background-color: #B33000;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.subtable_body td
{
   padding: 3px;
}

.alternate
{
	background-color: #D93A00;
}

.message
{
	color: #B33000;
	font-weight: bold;
}

table .admin
{
	border: 1px solid #804C00;
}

table .admin th
{
	background-color: #B33000;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

table .admin td
{
	padding: 2px;
	border-top: 1px solid #804C00;
}

table .admin tr:hover
{
	background-color: #D93A00;
}
