BODY {
	background: black;
	background-image:url('redblack-bg.gif');
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

P {
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

TD, TH {
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

/* Home page - Title boxes */
table.title {
	background: gainsboro ;
	border:1px solid silver; 
	border-collapse: collapse;
}

/* New menu - Outside table */
table.menu4 {
	border-left:1px solid black; 
	border-right:1px solid black; 
	border-top:1px solid black; 
	border-bottom:0px solid black;
	table-layout: auto;
	width: 720px;
	padding-left: 1px ;
	padding-right: 1px ;
	padding-top: 1px ;
	padding-bottom: 1px ;
	border-spacing: 0px;
	border-collapse: separate;
	background: white;
}

/* Content table - Menu Items  */
table.outer {
	background: whitesmoke;
	border: 1px solid black;
}

/* Content table - Menu Items */
table.inner {
	background: maroon;
	border: 1px solid whitesmoke;
}

/* Content table - Home page*/
table.home1 {
	border-left:1px solid black; 
	border-right:1px solid black; 
	border-top:1px solid black; 
	border-bottom:1px solid black;
	table-layout: auto;
    width: 720px;
	padding-left: 10px ;
	padding-right: 10px;
	border-spacing: 0px;
	border-collapse: separate;
	background: white;
}

/* Content table - Main page*/
table.main1 {
	border-left:1px solid black; 
	border-right:1px solid black; 
	border-top:0px solid black; 
	border-bottom:1px solid black;
	table-layout: auto;
    width: 720px;
	padding-left: 10px ;
	padding-right: 10px;
	border-spacing: 0px;
	border-collapse: separate;
	background: white;
}

/* Content table - PopUp page*/
table.main2 {
	table-layout: auto;
    width: 720px;
	padding-left: 10px ;
	padding-right: 10px;
	border-spacing: 0px;
	border-collapse: separate;
	background: white;
}

/* Contains page navigation links */
table.sqdn1 {
	table-layout: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	table-layout: auto;
	width: 720px;
	border-left:1px solid black; 
	border-right:1px solid black; 
	border-top:0px solid black; 
	border-bottom:0px solid black;
	border-spacing: 0px;
	border-collapse: separate;
	background: white;
}

/* Menu items */
a.menuitems {
	text-align: ;
	width: ;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	padding: 0px;
}

a.menuitems:visited {
	text-align: ;
	width: ;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	padding: 0px;
}

a.menuitems:hover {
	text-align: ;
	width: ;
	text-decoration: none;
	color: maroon;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: whitesmoke;
	padding: 0px;
}

a.menuitems:active {
	text-align: ;
	width: ;
	text-decoration: none;
	color: firebrick;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: whitesmoke;
	padding: 0px;
}
/* End menu items */

/* Default links entire site*/
a {
	color:navy; 
	text-decoration:underline; 
	font-weight:normal; 
	font-size: 13px;
}

a:visited {
	color:navy; 
	text-decoration:underline; 
	font-weight:normal; 
	font-size: 13px;
}

a:hover {
	color:firebrick; 
	text-decoration:underline; 
	background: none;
	font-weight:normal; 
	font-size: 13px;
}

a:active {
	color:firebrick; 
	text-decoration:underline;
	background: none; 
	font-weight:normal; 
	font-size: 13px
}
/* End default links entire site */

/* Default links home page only */
a.home {
	color:black; 
	text-decoration:underline; 
	font-weight:normal; 
	font-size: 13px;
}

a.home:visited {
	color:black; 
	text-decoration:underline; 
	font-weight:normal; 
	font-size: 13px;
}

a.home:hover {
	color:maroon; 
	text-decoration:underline; 
	background: none;
	font-weight:normal; 
	font-size: 13px;
}

a.home:active {
	color:maroon; 
	text-decoration:underline;
	background: none; 
	font-weight:normal; 
	font-size: 13px
}
/* End default links home page only */
