/* max width of elements to be contained in the main content area is 560 pixels */

body {
	background: rgb(100%, 100%, 100%) url("images/bg1.gif") top right fixed;
	font-family: verdana, helvetica, arial, sans-serif;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

h3 {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	color: red;
}

h2 {
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	color: red;
}

h1 {
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	color: red;
}

ol {
	list-style-type: decimal;
}

li {
	margin: 0 0 0 -20;
	margin-top: 10;
	color: black;
	font-weight: normal;
}

.black {
	color: black;
	font-weight: normal;
}
.red {
	color: red;
	font-weight: bold;
}

.smallcaps {
	font-variant: small-caps;
}

/* link style for text links in main content area */

a {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #aa0000;
	text-decoration: underline;
	font-weight: bold;
}

a.text {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

a.text:hover {
	color: #ffaa00;
	text-decoration: underline;
	font-weight: bold;
}

/* link style for main menu items */

a.mainmenu {
	color: #ffffff;
	text-decoration: none;     
}
a.mainmenu:hover {
	color: #ffffff;
	text-decoration: underline;     
}

/* link style for sub menu items */

a.list {
	color: #000000;
	text-decoration: none;     
}

a.list:hover {
	color: #ff0000;
	background: rgb(100%,100%,0%);
	text-decoration: none;
}

/* the main table */

table.main { 
	border-collapse: separate;
	width: 764px;
	empty-cells: show;
}

/* the cell containing the top portion of the logo */

td {
	font-family: verdana, helvetica, arial, sans-serif;
}

td.top {
	border-left: 2px solid black;
}

/* the cell containing the bottom portion of the logo through to the end of the bulletin table */

td.second {
	border-left: 2px solid black;
	border-right: 2px solid red;
	background: rgb(100%,100%,100%);
	text-align: center;
}

/* the cell containing the navigation menu */

td.left {
	border-left: 2px solid black;
	background: rgb(100%,100%,100%);
	padding: 5px;
	vertical-align: top;
}

/* the cell containing the main content */

td.right {
	border-right: 2px solid red;
	background: rgb(100%,100%,100%);
	padding: 15px;
	width: 614;
	vertical-align: top;
}

/* the cell containing the footer contact info */

td.foot {
	border-left: 2px solid red;
	border-right: 2px solid red;
	text-align: center;
	background: rgb(100%,0%,0%);
}

/* the bulletin table */

table.bulletin {
	border-collapse: separate;
	background: rgb(100%,100%,90%);
	border: 5px ridge red;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

/* the navigation menu table */

table.buttons { 
	border-collapse: separate;
	background: rgb(100%,100%,100%);
	width: 156px;
}

td.button {
	border: 3px double black;
	padding: 5;
	background: rgb(100%,0%,0%);
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
	width: 150px;
}

td.fire {
	border: 3px double black;
	padding: 5;
	background: rgb(100%,50%,0%) url(buttons/fire.gif);
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
	width: 150px;
}

td.sub {
	border: 0;
	padding: 5;
	background: rgb(100%,100%,100%);
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: left;
	width: 150px;
}

li.submenu {
	border: 0;
	padding: 5;
	background: rgb(100%,100%,100%);
	margin: 0 0 0 -20; 
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: left;
}

/* the contact form table */

table.contactform { 
	border: 0;
	width: 500px;
	padding: 0;
	spacing: 5px;
	font-weight: bold;
	text-align: left;
}
.fineprint {  color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
a.finemenu:active {  text-decoration: none; color: #0000AA; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
a.finemenu:link {  text-decoration: none;color: #0000AA; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
a.finemenu:visited {  text-decoration: none; color: #0000AA; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
a.finemenu:hover {  text-decoration: underline; color: #0000AA; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
