/* Author: Sonfisher Webstudios*/

 body {
 background-color: #658293;
 color: #404040;
 font-family: arial;
 font-size: 14px;
 margin: 15px 0px 0px 10px;
 padding: 0px 0px 0px 0px;
 }
 
 .container {
 background-image:url("images/bkg2.jpg");
 background-repeat:repeat-y;
 background-color: #FFFFFF;
 width: 792px;
 font-family: arial;
 font-size: 14px;
 }
 
 .header {
 background-image:url("images/header3c.jpg");
 background-repeat:repeat-x;
 background-color: #FFFFFF;
 width: 792px;
 height: 141px;
 font-family: arial;
 font-size: 14px;
 }
 
 .menu {
 background-image:url("images/violetbar.jpg");
 background-repeat:repeat-y;
 background-color: #a0552d;
 color: #ffffff;
 width: 780px;
 height: 21px;
 font-family: arial;
 font-size: 14px;
 margin: 0px 6px 0px 6px;
 padding: 2px 0px 0px 0px;
 }
 
 .goldbar {
 background-image:url("images/goldbar2.jpg");
 background-repeat:repeat-x;
 background-color: #FFFFFF;
 width: 780px;
 margin: 0px 6px 0px 6px;
 padding: 0px 0px 0px 0px;
 font-size: 14px;
 }
 
 .bodytext {
 position: relative;
 left: 50px;
 background-image:url("images/goldbar2.jpg");
 background-repeat:repeat-x;
 background-color: #FFFFFF;
 width: 485px;
 margin: 0px 6px 0px 6px;
 padding: 40px 10px 10px 0px;
 font-family: arial;
 font-size: 14px;
 line-height: 20px;
 }
 
 .photo {
 position: absolute;
 top: 177px;
 left: 571px;
 background-image:url("images/photo.jpg");
 background-repeat: no-repeat;
 width: 225px;
 height: 157px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-size: 14px;
 }
 
 .footer {
 background-image:url("images/footer2.jpg");
 background-repeat:repeat-x;
 background-color: #FFFFFF;
 width: 792px;
 height: 31px;
 font-family: arial;
 font-size: 14px;
 }
 
 .copyright {
 background-color: #658293;
 color: #FFFFFF;
 width: 792px;
 font-family: arial;
 font-size: 12px;
 text-align: center;
 }
 
 a:link    {color: #658293; text-decoration: none; font-weight: bold; font-style: normal;}
 a:visited {color: #658293; text-decoration: none; font-weight: bold; font-style: normal;}
 a:hover   {color: #658293; text-decoration: underline; font-weight: bold; font-style: normal;}
 a:active  {color: #658293; text-decoration: none; font-weight: bold; font-style: normal;}
 
 a.button:link    {color: #ffffff; text-decoration: none; font-weight: normal; font-style: normal;}
 a.button:visited {color: #ffffff; text-decoration: none; font-weight: normal; font-style: normal;}
 a.button:hover   {color: #ff9900; text-decoration: none; font-weight: normal; font-style: normal;}
 a.button:active  {color: #ffffff; text-decoration: none; font-weight: normal; font-style: normal;}

 .bold {
 font-weight: bold;
 color: #658293;
 } 

 .color {
 font-weight: bold;
 color: #658293;
 }
 
 p {
 text-indent: 0cm;
 }

 p.center {
 text-indent: 0cm;
 text-align: center;
 }

 p.indent {
 text-indent: 1cm;
 }

 h1 {
 color: #658293;
 font-size: 17px;
 font-weight: bold;
 text-align: left;
 }

 h2 {
 color: #658293;
 font-size: 15px;
 text-align: left;
 border-style: solid;
 border-width: 0px 0px 1px 0px;
 border-color: #658293;
 }

 h3 {
 font-size: 15px;
 text-align: center;
 font-weight: bold;
 line-height: 3px;
 }

 h4 {
 font-size: 17px;
 text-align: left;
 font-weight: bold;
 line-height: 3px;
 color: #3c83d2;
 }
 
 .clearboth { 
 clear: both; 
 }
