a, a:link {
	color: #438fac;
	text-decoration: underline;
}

a:visited {
	color: #438fac;
	text-decoration: underline;
}

a:hover, a:active {
	color: #828158;
	text-decoration: underline;
}

body{
	background: #52473b;
	margin: 10px;
	padding: 10px;
}

.picpadR{
	padding-right: 20px;;
}


.BLUtxt{
  color: #438fac;
   font: 13px Arial, Helvetica, sans-serif;
}

.GRNtxt{
  color: #8ba977;

}
.content {
  background: #ffffff;
  vertical-align: top;
  font: 12px Arial, Helvetica, sans-serif;
  color: #4f4b4b;
  padding: 0px 0px 0px 10px;
    line-height: 19px;
}

.column{
	background: #fff;
   font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #4f4b4b;
	text-align: left;
	line-height: 22px;
	vertical-align: top;

}

.column a:link, .column a:visited {
	color: #004a8f;
  text-decoration: none;
}

.column a:hover, .column a:active {
	color: #09afef;
	text-decoration: none;	
}

.credits{
	font: 10px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	padding-top: 2px;
}

.credits a:link, .credits a:visited {
	color: #78726c;
  text-decoration: none;
}

.credits a:hover, .credits a:active {
	color: #309ec8;
	text-decoration: none;	
}

.fillerWH {
	background: #fff;
}

.fillerBLU {
	background: #93c2dd;
}

h1{
  font: 28px Verdana, Arial, Helvetica, sans-serif;
  color: #8ba977;
  letter-spacing: 1px;
}

h2{
	font-size: 22px;
	font-family: Arial, Verdana, Geneva, sans-serif;
  color: #93c2dd;
  line-height: 16px;
}

.lots{
  font: 16px Verdana, Arial, Helvetica, sans-serif;

}

.lots a:link, .lots a:visited { 
	color: #333;
	text-decoration: none;
}

.lots a:hover, .lots a:active { 
  color: #8ba977;
	text-decoration: none;
}

.smtxt {
	color: #999999;
	font: 12px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

.smtxt  a:link, .smtxt a:visited { 
	color: #999999;
	text-decoration: none;
}

.smtxt  a:hover, .smtxt   a:active { 
	color: #fff;
	text-decoration: none;
}

.titleBIG{
  font: 28px Verdana, Arial, Helvetica, sans-serif;
  color: #8ba977;
  letter-spacing: 1px;
}

.titlelrg2{
	font-size: 22px;
	font-family: Arial, Verdana, Geneva, sans-serif;

}
.photo{
	padding-left: 10px;
}

.titlelrg{
  font: 20px Verdana, Arial, Helvetica, sans-serif;
  color: #438fac;
}

.titlelrg a:link, .titlelrg a:visited {
	color: #828158;
  text-decoration: underline;
}

.titlelrg a:hover, .titlelrg a:active {
	color: #505E6E;
  text-decoration: underline;
}

.content ul, .content ol { 
  list-style-type: square;
  line-height: 22px;
}

input, select, textarea {
	background: #FFFFFF;
	border: 1px solid #666666;
   font: 12px Arial, Helvetica, sans-serif;
   color: #4f4b4b;
}

label {
	display: block;
	float: left;
	margin-right: 0.5em;
	text-align: right;
	width: 22em;
}

fieldset {
	border: 0px dashed #660000;
	width: 47em;
	margin-left: 0px;
}

.inputbutton{
	background: #828158; /*background: #ffa20c;
	color: #FFFFFF;
	border: 1px solid #B27000;*/
	margin-left: 14.5em;
	color: #fff;
	padding: 4px;
	width: 200px;
}
.sidebar {
	float: left;
	width: 252px;
	background: #93c2dd;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
/* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	width: 251px;
}
ul.nav li {
	border-bottom: 1px solid #fff; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	width: 231px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #93c2dd;
	color: #333;
  font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #8ba977;
	color: #fff;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
