/* AgeOfDinosaurs.com Styles */

/* Colors Used */
.dark-gray { background: #3c3c3c; }
.light-gray { background: #bebebe; }
.dark-tan { background: #988653; }
.light-cream { background: #dcd8bd; }
.blue { background:#003151; }
.red { background: #863514; }
.green { background: #4b4516; }

/* Configures WELCOME TO AGE OF DINOSAURS title */
td.page-title {
	padding: 0px 10px 0px 10px;
	font: bold 20px/40px arial;
}

/* Configures general text settings in page */
body {
	background:transparent url(../images/template2/page_bg.jpg) top center;
	color: #453007;
	font-family:"Lucida Sans Unicode","Trebuchet MS",Verdana,"Sans-serif";
	font-size:13px;
	font-weight:normal;
	line-height:120%;
	margin:0;
	padding:0;
	}
	
/* Link behavior */
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000FF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000FF;
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #CC0000;
	}

/* Text formatting behavior */
	P  { text-align: left; 
		 font: normal 12pt arial;
		 }

    H1 { text-align: left; 
         font: normal 30pt arial;
         }

    H2 { text-align: left; 
         font: italic 18pt arial;
         }    

    H3 { text-align: left; 
         font: normal 12pt arial;
         }

	H4 { text-align: center; 
         font: normal 10pt arial;
         }

	H5 { text-align: center; 
		 font: normal 14pt arial;
		 font-variant: small-caps;
		 margin-top: 0.25em; 
		 margin-bottom: 0.25em;
		 margin-right: 0; 
		 margin-left: 0; 
         }

	H6 { text-align: center; 
         font-family: garamond, serif; 
         }
         
    hr { border:0;
 		 border-top:1px dashed #9D6606;
 		 background-color:transparent;
 		 height:1px;
 		 margin:2px 0;
 		 padding:0;
 		 }

/* Text formatting behavior */
h5.nav { text-align: center; 
		 font: normal 12pt arial;
		 font-variant: small-caps;
		 margin-top: 0.25em; 
		 margin-bottom: 0.25em;
		 margin-right: 0; 
		 margin-left: 0; 
		 color: #008000;
         }