/* CSS Document */

body {
	padding: 0px;
	margin-top: 20;
}

html, html a {
	-webkit-font-smoothing: antialiased !important;
	text-shadow: 1 px 1px 1 px rgba(0,0,0,0.004);
	-moz-osx-font-smoothing: grayscale;
	}

p {
	font-family: Georgia;
	color: #666666;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}

p#quotes {
	font-family: Georgia;
	color: black;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}

p#source {
	font-family: Georgia;
	color: black;
	font-size: 14px;
	font-style: lighter;
	font-weight: normal;
	text-align: left;
	margin-left: 25px;
	margin-right: 0px;
}

h1 {
	font-family: Georgia;
	color: black;
	font-size: 20px;
	font-style: normal;
	font-weight: lighter;
	text-align: center;
}

h1 a {
	font-family: Georgia;
	color: black;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
}

h2 {
	font-family: Georgia;
	color: black;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
}

h2 a {
	font-variant: normal;
	text-decoration: none;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bolder;
	color: #cb5217;
}

strong {
	color: black;
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

a {
	font-variant: normal;
	text-decoration: none;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	color: #cb5217;
}

ul#main_nav {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul#main_nav li {
	display:inline;
}

ul#main_nav li a {
	color: black;
	padding: 5px 20px;
	text-decoration:  none;
	
}

ul#main_nav li a:hover {
	color: red;
	text-decoration:  none;
	background-image: none;
}

ul#nav {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul#nav li {
	display:inline;
}

ul#nav li a {
	color: #cb5217;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px 20px;
	text-decoration:  none;
	border-radius: 3px 3px 3px 3px;
}

ul#nav li a:hover {
	color: white;
	background-color: #cb5217;
}

td#menu bgcolor:hover {
	background-color: orange;
}

tr.interstitial:mouseout {
	background-color: #ffffff;
}

tr.interstitial:hover {
	background-color: #000033;
	background-image: none;
}

tr.panel:hover {
    color: #66FF00;
}

/*
ul#social {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 5px;
}

ul#social li {
	display:inline;
}

ul#social li a {
	color: #ff0000;
	padding: 4px 6px;
	text-decoration: none;	
	border-radius: 3px 3px 3px 3px;
}

ul#social li a:hover {
	color: orange;
}*/

ul#purchase {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 5px;
}

ul#purchase li {
	display:inline;
}

ul#purchase li a {
    font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	padding: 2px 5px;
	text-decoration:  none;	
	border-radius: 3px 3px 3px 3px;
}

ul#purchase li a:hover {
	color: white;
	background-color: #3a497f;
}