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

/* Name, address and phone info at top right */
.toptext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bold;
	font-size: 12pt;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 15px;
}

/* style for link within footer */
a.foot {
	color: #FFFFFF;
}

a.foot:hover {
	color: #FFFF00;
}



/* LEFT NAVIGATION SYTLES */
.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;}

.menu a {
	display: block;
	width: 135px;
	height: 1.3em;
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #8DB3FF;
	text-align: left;
	color: #000099;
	text-decoration: none;
	padding-left:2px;
	margin: 0;}
	
.menu a:link, .menu a:visited {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #4a4a4a;
	border-left: 1px solid #cecece;
	border-right: 1px solid #4a4a4a;}

.menu a:hover {
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #4a4a4a;
	border-right: 1px solid #cecece;
	border-left: 1px solid #4a4a4a;
	background-color: #FF9900;
	text-decoration: none;}

/* STYLE FOR CATEGORY HEADERS IN NAVIGATION */
a.white {
	background-color: white;}
	
/*Content style */
p.pageTitle {
    font-size: 14pt;
    font-weight: bold;
	text-align: center;
}

h1.pageTitle {
    font-weight: bold;
	text-align: center;
}

.boldred {
	color: #CC0000;
	font-weight: bold;
}

td {
	font-weight:normal;
	font-size:10pt;
}
/* FAQ page style to distinguish questions */
.faq {
	color: #CC0000;
	background-color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	font-size: 12pt;
}

/* LINKS page category headers */
.category {
	color: #FFFFFF;
	background-color: #990000;
	padding: 2px 10px 2px 10px;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

/* Side bar style */
table.aggiad {
	border:  1px solid #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	width: 90%;
	height: 1.3em;
}

td.aggiadtitle {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

td.aggiadeventtitle {
	font-size: 10pt;
	font-weight: bold;
}

td.aggiadtext {
	font-size: 10pt;
	font-weight: normal;
}

td.aggiadurl {
	font-size: 10pt;
	font-weight: normal;
}

td.aggiadspacer {
    height: 4px;
}

/* From inc file */

.smtxt {
	font-weight: normal;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	}

.mdtxt {
	font-weight: normal;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	}
	
.lgtxt {
	font-weight: normal;
	font-family: arial;
	font-size: 16px;
	text-decoration: none;
	}	
	
.xltxt {
	font-weight: normal;
	font-family: arial;
	font-size: 18px;
	text-decoration: none;
	}
		
.smintxt {
	font-weight: normal;
	padding-left: 10px;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	}

.mdintxt {
	font-weight: normal;
	margin-left: 15px;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	}
	
.lgintxt {
	font-weight: normal;
	margin-left: 20px;
	font-family: arial;
	font-size: 16px;
	text-decoration: none;
	}	
	
.xlintxt {
	font-weight: normal;
	margin-left: 25px;
	font-family: arial;
	font-size: 18px;
	text-decoration: none;
	}
	
.smultxt {
	font-weight: normal;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	}

.mdultxt {
	font-weight: normal;
	font-family: arial;
	font-size: 14px;
	text-decoration: underline;
	}
	
.lgultxt {
	font-weight: normal;
	font-family: arial;
	font-size: 16px;
	text-decoration: underline;
	}	
	
.xlultxt {
	font-weight: normal;
	font-family: arial;
	font-size: 18px;
	text-decoration: underline;
	}
	
.smhead {
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	}

.mdhead {
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	}
	
.lghead {
	font-weight: bold;
	font-family: arial;
	font-size: 16px;
	text-decoration: none;
	}	
	
.xlhead {
	font-weight: bold;
	font-family: arial;
	font-size: 18px;
	text-decoration: none;
	}
		
.smulhead {
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	}

.mdulhead {
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	text-decoration: underline;
	}
	
.lgulhead {
	font-weight: bold;
	font-family: arial;
	font-size: 16px;
	text-decoration: underline;
	}	
	
.xlulhead {
	font-weight: bold;
	font-family: arial;
	font-size: 18px;
	text-decoration: underline;
	}	
/* End of inc file */
