body, div, h1, h2, h3, h4, h5, h6, p, p1, footer, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;}

body {background: ; 
	font-family: Helvetica, sans-serif; font-size: 16px; line-height: 20px;}

nav {margin: auto auto; 
	text-align: center;}

nav ul ul {display: none;}
	nav ul li:hover > ul {display: block;}
nav ul {
	background: #ffffff; 
	background: linear-gradient(top, #ff0000 20%, #000000 100%);  
	background: -moz-linear-gradient(top, #ff0000 20%, #000000 100%); 
	background: -webkit-linear-gradient(top, #ff0000 20%,#000000 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 10px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;}
	nav ul:after {content: ""; clear: both; display: block;}
	nav ul li {float: left;}
		nav ul li:hover {
			background: #000000;
			background: linear-gradient(top, #6c0b15 0%, #ff0000 100%);
			background: -moz-linear-gradient(top, #6c0b15 0%, #ff0000 100%);
			background: -webkit-linear-gradient(top, #6c0b15 0%,#ff0000 100%);
			}
			nav ul li:hover a {color: #ffffff;}
		nav ul li a {
			display: block; padding: 6px 20px;
			border-radius: 10px;
			color: #ffffff; text-decoration: underline;}
			nav ul ul {
				background: #6c0b15; border-radius: 10px; padding: 0;
				position: absolute; top: 100%;}
			nav ul ul li {
				float: none;
				border-top: 0px solid #000000; border-radius: 10px; 
				border-bottom: 1px solid #000000; position: relative;}
			nav ul ul li a {padding: 6px 20px; color: #ffffff;}
			nav ul ul li a:hover {background: #a91520;}
		
					nav ul ul ul {left: 100%; top:0; padding: 0; width:150px}
					nav ul ul ul li {
						float: none;
						border-top: 0px solid #000000; border-radius: 10px; 
						border-bottom: 1px solid #000000; position: relative;}
					nav ul ul ul li a {color: #ffffff;}
					nav ul ul ul li a:hover {background: #a91520;}
		
h1 {font-size:34pt; font-family: Times Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif, serif; text-align: center;}

h2 {font-size:20pt; font-family: Times Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif, serif; text-align: center;}

h3 {font-size:24pt; font-family: Times Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif, serif; text-align: center;}

h4 {font-size:24pt; font-family: Times Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif, serif; text-align: left;  text-decoration:underline}

p1 {font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 24px; color: #ffffff; ;text-align:right; vertical-align:middle}

p {font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:16px; text-align:left; vertical-align:text-top}

footer {font-size:9pt; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center; color:#ffffff}



