
p.name {
        font-family: Comic Sans Ms;
        font-size: 36pt; font-weight: bold;
        text-align: left;
        padding: 65px 0px 45px 10px;
        color: rgb(94,47,0);
}
p.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	text-align: left;
	color:#003333;
	}
p.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	text-align: left;
	color:#003333;
	}
p.image       { text-align: center }
table.main {width: 100%}

a.content {color: #003333;
		text-decoration: none;}
a.content:hover {color: #CC9966;}

/*** Navigation Bar ***/
table.navigation { width: 100%;}
td.navigation {width: 10%;
				vertical-align: top;
}

td.NavItem{border:double;
			border-color: #660033; 
			background-color: #E1E1FF;
		    width: 100%;
			font-size: 14pt;
			font-family: Comic Sans MS;
			color: #660033
}
a.NavItem {
	color: #660033; 
	text-decoration: none;
}

a:hover.NavItem {
	color: #E1E1EF;
	background-color: #660033;
}

/*** Body ***/
td.body {width: 80%;
		padding: 10px 0px 0px 0px;
		vertical-align: top;}
		
p.content {
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
}
