/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 color: #29338A;
 background: url("images/bg.jpg");
 background-color: #FBFADB;
 background-repeat: no-repeat;
 }
	 

#lh-col{
 position: absolute;
 top: 120px;
 left: 20px;
 width: 180px;
 margin: 0px;
 padding: 0px;
 height: 200px;
 }

#rh-col{
 margin: 120px 20px 20px 220px;
 padding: 0px;
 position :relative;
 }

p {
 margin:0;
 padding:0px 5px 15px 15px;
 text-align:left;
 font-family: Georgia, Tahoma, Arial;
 font-size: 8pt; 
 color: #29338A;
 }
 
 li {
  margin:0;
  padding:4px 4px 4px 4px;
  text-align:left;
  font-family: Georgia, Tahoma, Arial;
  font-size: 8pt; 
  color: #29338A;
 }


 a:link {
 text-decoration: none;
 color: #29338A;
 font-family: Georgia, Tahoma, Arial;
 font-size: 8pt;
 font-weight: bold; 
 }

 a:active {
 text-decoration: none;
 color: #29338A;
 font-family: Georgia, Tahoma, Arial;
 font-size: 8pt;
 font-weight: bold; 
 }

 a:visited {
 text-decoration: none;
 color: #29338A;
 font-family: Georgia, Tahoma, Arial;
 font-size: 8pt;
 font-weight: bold; 
 }

 a:hover {
 text-decoration: none;
 color: #29338A;
 font-family: Georgia, Tahoma, Arial;
 font-size: 8pt;
 font-weight: bold; 
}


h1 {
 margin:0;
 padding:10px 10px 10px 10px;
 text-align:left;
 font-family: Georgia, Tahoma, Arial;
 font-size: 16pt; 
 color: #29338A;
 font-weight: bold; 
 }

h2 {
 margin:0;
 padding:2px 10px 10px 10px;
 text-align:left;
 font-family: Georgia, Tahoma, Arial;
 font-weight: bold;
 font-size: 10pt; 
 color: #29338A;
}

hr {
color: #29338A;
height: 1px;
 }

select {
 text-decoration: none;
 color: #29338A; 
 font-family: Georgia, Tahoma, Arial;
 background-color : #5DA5C8;
 border: solid #000000;
 border-width: 1px 1px; 
 font-size: 8pt;
 }

input{
 text-decoration: none;
 color: #29338A; 
 background-color : #5DA5C8;
 border: solid #000000;
 border-width: 1px 1px; 
 font-family: Georgia, Tahoma, Arial;
 font-size: 8pt;
 }

textarea {
 text-decoration: none;
 background-color : #5DA5C8;
 color: #29338A
 border: solid #000000;
 border-width: 1px 1px; 
 font-family: Georgia, Tahoma, Arial;
 font-size: 8pt;
 }

.center {
  text-align:center;
  }

