/* Body Styles */

html,body{
	margin:0;
	padding:0;
}
/* normal body bg is longtrip.jpg */

/* xmas background: image/xmas20.jpg */

body{	
	background-image:url(images/longtrip.jpg);
	/*background-image:url(images/xmas20.jpg);*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#container{
	width:1000px;
	background-image:url(images/bluepapr.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
/* Content Styles */

#content{
	float:right;
	width:797px;
	background-image:url(images/ltbluepapr.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}

div#content a{
	margin:2px;
	padding:2px;
}

/* Navigarion Styles */

#navigation{
	float:left;
	width:200px;
	font-size: 12px;
	font-weight: 900;
	border-right-color: #906;
	border-top-color: #906;
	border-bottom-color: #906;
	border-left-color: #906;
}

div#navigation p {
	font-family: Georgia;
	color:black;
	font-size: 95%;
	font-weight: 900;
	text-align: left;
	padding-top: 8px;
}

/* Header Styles */
 
#header {
	margin: 0;
	background-image: url(images/yelopapr.jpg);
	width:1000px;
	height: 200px;
	left: 0px;
	top: 0px;
}
 
/* Footer Styles */
div#footer{
	clear:both;
	color: #FFF;
	background-color: #933;
	float: none;
}
 
 /* Main Styles */
 
.floatLeft { 
    float: left; 
    padding-bottom: 5px;
	padding-right:5px;
}
.floatRight { 
    float: right; 
    padding-bottom: 5px;
	padding-left: 5px;
}

.floatLeftClear { 
    float: left; 
    clear: left; 
    padding-bottom: 5px;
	 padding-left: 5px;
}
.floatRightClear { 
    float: right; 
    clear: right; 
    padding-bottom: 5px;
	padding-left: 5px; 
}

.clearer {
	clear:both;
}


/* General Styles */

table {
	border-color: maroon;
	background-image: url(images/table-bluepapr.jpg);
	padding: 5px;
	text-align: left;

}
 td, p, ul {
 	font-family: Georgia, "Times New Roman", Times, serif;
 }
 
 p {
	margin:0 10px 10px;
 	font-size: 100%;
 	font-weight: 900;
	padding-left: 5px;
  	padding-right: 5px;
 }
 
 em {
	 font-size:100%;
 }
 
ul {
	font-size: 12px;
	text-align: left;
	font-weight: 900;
}

ol {
	font-size: 12px;
	text-align: left;
	font-weight: 900;
}

li {
	clear:left;
}

.nav {
list-style: none;
margin: 30px;
padding: 0;
width: 725px;
}

.nav li {
border-left: solid rgb(178,34,34);
border-bottom: 4px solid rgb(144,154,181);
}

.nav li a:link,
.nav li a:visited {
background-color: rgb(192,202,229);
color: rgb(165,42, 42);
padding: 0.5em;
text-decoration:none;
border-left: 5px solid rgb(255,165,0);
}
 
 h1 {
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:600;
	text-align: center;
 	color: red;
}

h2 {
	font-family: Georgia;
	font-size: 18px;
	color: blue;
	padding-left: 5px;
  	padding-right: 5px;
}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color:maroon;
	padding-left: 5px;
  	padding-right: 5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight:900;
	font-variant: normal;
	color: #FF0033;
	padding-left: 5px;
  	padding-right: 5px;
}

h5 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: italic; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color:#903;
	text-align: left;
	padding-left: 5px;
  	padding-right: 5px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	color: black;
}

.blockquote-b {
	border:2px solid blue;
	padding:10px;
}

.blockquote-c {
	border:2px solid blue;
	background-color:#FFFFCC;
	padding:10px;
}


.pre {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: bold; color: #000066}


.special {  font-family: Arial, Helvetica, sans-serif; 
				font-size: x-small; 
				font-weight: bold; 
				font-variant: small-caps; 
				color: #CC0033;
}
.special2 {  font-family: Arial, Helvetica, sans-serif; 
				font-size:medium; 
				font-weight: bold; 
				font-variant: normal; 
				color:#006;
}

.special3 {  font-family: Arial, Helvetica, sans-serif; 
				font-size:medium; 
				font-weight: bold; 
				font-variant: normal; 
				color:#900;
}

.yellow {
	color: black;
	background-color: #FFFF00;
}

.white {
	color: #FFFFFF;
	font-weight:bolder;
}
.red {  color: #CC0033}


.light-blue {
	color: black;
	background-color: #D4EBF9;
}

.imgborder {
	border: 2px solid #039;
}

.image p { 
	font-family: Georgia;
  	color: black; 
  	font-size: 95%;
  	font-weight: 900;
  	text-align:left;
  	padding-top: 8px;
}
.sup {
	font-family: Georgia;
	font-size:small;
	font-weight: 600;
	color:black;
	padding-left: 5px;
  	padding-right: 5px;
}

.sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:small;
	font-weight: 900;
	color:maroon;
}

td {
	font-family: arial, san-serif;
	color:black;
	border-color: red;
	padding: 1px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

tr {
	text-align: left;
	}
	
hr { 
	color:#03F; 
	background:#39C; 
	width: 85%; 
	height: 3px; }
	
	.blinking{
	animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
	0%{		color: #000;	}
	49%{	color: transparent;	}
	50%{	color: transparent;	}
	99%{	color:transparent;	}
	100%{	color: #000;	}
}