 @charset "utf-8";
/* CSS Document */



p {
	padding: 0px;
	line-height: normal;
	vertical-align: top;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000080;
	text-indent: 30px;
	margin-bottom: -10px;
}
.eighteenpointtype {
	font-size: 16pt;
}
h1 {
	margin: 0px;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: center;
	line-height: normal;
}
h2 {
	margin: 0px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
	text-align: center;
	line-height: normal;
}
h3 {
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	text-align:center
}
h4 {
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:navy;
	text-align:center
}
.wrapper {
  display: flex;  
  flex-flow: row wrap;
  text-align: center;
}

.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}
header { 
margin: 10px;
	text-align: center;
}	
nav {margin: 10px;}	

footer {
  	background-color:lightblue;
	margin: 10px;
	text-align: center;
}
.main {
  text-align: left;
  background: #C7CCF5;
  margin: 10px;
  padding: 5px 15px 10px 15px;
 
}
.aside-1 {
	text-align: left;
  	background: tan;
	margin: 10px;
	background-image: url(../Images/TxtrSand3.jpg);
}
.aside-2 {
  	background: tan;
	margin: 10px;
	background-image: url(../Images/TxtrSand3.jpg);
}
@media all and (min-width: 600px) {
  .aside { flex: 1 0 0; }
}
@media all and (min-width: 800px) {
  .main    { flex: 2 0px; }
  .aside-1 { order: 1; } 
  .main    { order: 2; }
  .aside-2 { order: 3; }
  .footer  { order: 4; }
}
nav {
  text-align: center;
}
ul {
  list-style: none;
  display: inline-block;
}
ul li {
  float: left;
  margin: 0 20px;
}
ul li a {
  color: white;
}

.centertext {text-align: center;
}

.title {
	font-size: 18px;
	font-family: Cambria, Times, "Times New Roman", "serif";
	font-weight: bold;
	color: white;
	background-color: blue;
}
.styledbuttons   {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.styled:hover {
    background-color: rgba(255, 0, 0, 1);
}
.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.byline {
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	text-indent: 0px;
	text-align: center;
}

.background-sand2 {
	background-color: #FFFFFF;
	background-image: url('file:///C|/Users/rand/Desktop/Websites/images/txtr-sand2.jpg');
}

.background-blugrarock {
	background-color: #FFFFFF;
	background-image: url('file:///C|/Users/rand/Desktop/Websites/images/blugrarock.jpg');
		}

.BluSansItalLg {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: large;
	color: #091DFC;
	font-style: italic;
	font-weight: bold;
}
.NavySansItalXlg {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #000080;
}
.NavySansLg {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: large;
	color: #091DFC;
	font-weight: bold;
}

.NavyTimesXlgB {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #051BA7;
	font-weight: bold;
}
.NavyTimesLg {
	font-family: "Times New Roman", Times, serif;
	font-size: large;

	color: #051BA7;
}
.NavyTimesLgLeft {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-align: left;
	color: #000080;
}

.NavyTimesLgB {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:bold;
	color: #051BA7;
}
.NavyTimes {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000080;
}
.navy14pt {
	color:navy;
	font-size: 14pt;
}
.navysanssmall {
	color:navy;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:12pt;
}
.noindent {
	text-indent: 0px;
	
}
.noindentcenter {
	text-indent: 0px;
	text-align: center;
}
.noindentsans {
	text-indent: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.flushrightsans {text-align: right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.photostyle1 {
	margin-right: 15px;
	float: left;
}
.photostyle2 {
	margin-left: 15px;
	float: right;
}
.RedSansLg {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: large;
	color: #CC0000;
	font-weight: bold;
}
.RedSansSmall {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: xx-small;
	color: #FF1414;
}
.RedSansXlg {
	font-size: 36px;
	font-style:normal;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
}	
.sidehead {
	color:blue;  
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	}	
.sidesubhead {
	color:blue;  
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}
.WhiteTimesMedBold {
	color: #FFFFFF;
}
@charset "utf-8";
/* CSS Document */

