BODY {
	background: white;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

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;
}

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

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

/* Contains page navigation links and site search box */
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 */
