
/* 

Date: January 1, 2017

*/


body {	
	background: navy;
  	background-image: url("paper.GIF");
  	background-attachment: fixed;
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	line-height: 16px;}

h2 {	
	color: navy;
	font-family: Verdana, Arial, sans-serif;
  	text-align: center;
	margin-top: 1em; 
	margin-bottom: 1.5em;}

h3 {	
	color: black;
	font-family: Verdana, Arial, sans-serif;}

hr {	
	color: silver;
	height: 1px; }
	
p  {
	margin-right: 1em;
	margin-left: 1em;}

p.big {
    	line-height: 120%;
}


p.right {
	text-align: right;}

p.center {
	text-align: center;}

.boldred {
	color: #cc0000;
	font-weight: bold;
	font-style: italic; }

.boldblue {
	color: navy;
	font-weight: bold;
	font-style: italic; }

.roundbox {
	background: rgba(0, 0, 0, 0.1); 
	border: 1px solid black; 
	border-radius: 25px; 
	width:420px; 
	padding: 5px 0px 5px 10px;}

li {	
	margin-top: 7px; }

a:link { 
	color: blue; }

a:hover, a:visited:hover { 
	color: red;
  	text-decoration: none; }

a:visited { 
	color: blue; }

  .photos { color:black; font-size: 10px; font-family: Verdana, arial, sans-serif; }
  .fofsd { color:maroon; } 
  .fsd { color:black; font-family:Georgia,Times New Roman,serif; font-weight:bold; } 
  .trust { color:navy; font-weight:bold; } 
  .saving { font-size:14px; font-weight:bold; }
  .quote { color:navy; font-size:14px; font-family:Georgia,Times New Roman,serif; font-style:italic; }
  .note { font-size:14px; font-family:Georgia,Times New Roman,serif; }
  .foot { color: white; text-align: center; font-family: Georgia, Times New Roman, serif; font-size: 12px; font-weight: bold;}


#main {	
	background: white;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	border: 2px solid black;
	border-radius: 25px;
	padding: 1em}

#menu { 
	background: white;
	color: black;
	text-align: left;
	width: 170px;
	margin-left: 1em;
	margin-right: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
	float: left;
	padding: 10px;
	border: 1px solid silver;
	border-radius: 25px;
	box-shadow: 0px 3px 7px silver;}

#menu2 { 
	background: #E6EBFA;
	color: black;
	text-align: center;
	width: 175px;
	margin-left: .5em;
	margin-right: .5em;
	margin-top: 0em;
	margin-bottom: .2em;
	position: relative;
	float: right;
	padding: 10px;
	border: 1px solid silver;
	border-radius: 25px;
	box-shadow: 0px 3px 7px silver;}


/* Begin Navigation */


#sitenav ul { 
	width: 100%;
  	padding: 0;
  	margin: 0;
  	border-bottom: 0;
  	font: bold 14px Verdana, Arial, sans-serif;
  	text-align: center; }

#sitenav ul li { 
	list-style: none;
  	margin: 0; }
 
#sitenav ul li a { 
	padding: 6px 0.5em;
  	margin-left: 3px;
  	border: 1px silver outset;
  	border-bottom: none;
  	background-color: #1F1F7A;
  	text-decoration: none;
  	display: block;
  	width: 10.5em; }

#sitenav ul li a:link { 
	color: white; }

#sitenav ul li a:visited { 
	color: white; }

#sitenav ul li a:link:hover, #sitenav ul li a:visited:hover { 
	color: white;
  	background-color: #5C5CD6;
  	border-color: black; }
 
#sitenav ul li a:current { 
	background-color: gray;
  	color: #448
  	margin-bottom: -1px; }

#sitenav ul li a#current:hover {
  	background-image: url();
  	background-position: 100%;
  	background-repeat: repeat-x; }

.clearfix:after {
 	content: " ";
 	display: block;
 	height: 0;
 	clear: both;
V 	visibility: hidden; }

/* for IE6 */
	* html .clearfix {
  	height: 1%; }

/* for IE7 */
	*:first-child+html .clearfix {
	min-height: 1px; }

#links ul {
	margin: -2.5em; }


/* End Navigation */




#quote {
  	color: maroon;
  	font-family:Georgia, Times New Roman, serif;
  	font-size: 14px;
	font-style: italic;
	margin-left: 0em;
  	text-align: center;
	clear: right; }

#header {
	background: white;
	color: black;
	text-align: center;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding: 0em 0em 0em 0em;
	border: none;
	}

#content {
	background: white;
	color: black;
	width: 100%;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0;
	border: none;
	}

#content1 {
	background: white;
	color: black;
	width: 660px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0em;
	margin-bottom: 0em;
	position: relative;
	float: left;
	padding: 0px;
	border: 0px solid silver; }

#sidebar {
	width: 200px; 
	float: right; 
	padding: 2px; 
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid silver;
	position: relative;
	clear: right; }


div.back {
	background: DarkGray;
	padding: 1.5em;
	margin: 3em 0 3em 3em }

div.section { 
	background: White;
	margin: -3em 0 0 -3em; 
	border: thin solid black;
	padding: 1.5em }

div.back2 {
	background: DarkGray;
	padding: 1.5em;
	margin: 3em 0 3em 8em }

div.section2 { 
	background: White;
	margin: -3em 0 0 -3em; 
	border: thin solid black;
	padding: 1.5em }

#quote2 {
  	color: maroon;
  	font-family:Georgia, Times New Roman, serif;
  	font-size: 14px;
	font-style: italic;
	margin-top: 1em;
  	text-align: center;
	clear: right; }

#poy	{
	width: 183px;
	border: 0px solid #222;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto; }

#content2 {
	background: white;
	color: black;
	text-align: left;
	width: 93%;
	margin-left: 2em;
	margin-right: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
	position: relative;
	float: left;
	clear: both;
	padding: 0px; }

#footer {
	color: black;
	font-size: 12px;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6em;
	padding-right: 6em;
	clear: both; }

#footer a:link {
  	color: Blue; }

#footer a:hover {
  	color: red;
  	text-decoration: none; }

#footer a:visited:hover {
  	color: red;
  	text-decoration: none; }

#footer a:visited {
  	color: Blue; }

