@charset "utf-8";
/* CSS Document */

body { background-color: #000; font-family: "Times New Roman", Times, serif; color: #FDFDFD; margin: 0px auto; padding: 0px; font-size: 100%;}


#panel1 {	float: left; height: auto; width: 445px; margin: 15px 15px 10px 15px;text-align: right;  }

#panel1header {	}
#panel1 h1{	font-size: 24px;	color: #B98749;	text-align: left;	margin: 0px 0px 6px 0px;font-family: Georgia, "Times New Roman", Times, serif; padding: 10px 0px 0px 0px; text-transform: uppercase ;	}
#panel1 h1 a{	color: #B98749;	text-decoration: none;	font-weight: normal; }
#panel1 h1 a:hover {	color: #D6BB83;	text-decoration: none;}
#panel1 h2{	color: #6a503f;	text-decoration: none;	font-weight: normal; font-size: 16px; font-weight: bold;text-align: center;		}

#panel1 p {color : #fff; margin-left:140px; text-align:justify; font-weight: bold;}
#panel1more {	color: #008acc;}
#panel1more h4{	font-size: 9pt;	color: #008acc;	margin: 0px;	padding-right: 4px;	padding-left: 4px;}
#panel1more h4 a{	color: #008acc;	text-decoration: none;}
#panel1more h4 a:hover {	color: #aaa;	text-decoration: none;}


#panel2 {float: left; height: auto; width: 445px; margin: 15px 0px 10px 25px;  text-align: right; }

#panel2header {	}
#panel2 h1{font-size: 24px;	color: #B98749;	text-align: left;	margin: 0px 0px 6px 0px;font-family: Georgia, "Times New Roman", Times, serif; padding: 10px 0px 0px 0px; text-transform: uppercase;	}
#panel2 h1 a{color: #B98749;	text-decoration: none;	font-weight: normal;	 	}
#panel2 h1 a:hover {	color: #D6BB83;	text-decoration: none;}
#panel2 h2{	color: #6a503f;	text-decoration: none;	font-weight: normal; font-size: 16px; font-weight: bold;text-align: center;		}

#panel2 p {color : #fff; margin-left:140px;text-align:justify;font-weight: bold;} 
#panel2more {	color: #008acc;}
#panel2more h4{	font-size: 9pt;	color: #008acc;	margin: 0px;	padding-right: 4px;	padding-left: 4px;}
#panel2more h4 a{	color: #008acc;	text-decoration: none;}
#panel2more h4 a:hover {	color: #aaa;	text-decoration: none;}



.panelbutton {
    background-color: rgb(206, 206, 206);
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(86, 86, 86);
    cursor: pointer;
    text-align: center;
    margin-top: 5px; font-size: 12px; width: 100px;
}

.panelbutton a {color: rgb(86, 86, 86); text-decoration:none;}

.morebutton {  background-color: #46ADEA;  border-radius: 5px 5px 5px 5px; padding: 5px; margin-left: auto;
    margin-right: auto;     color: #fff;    text-align: center;    margin-top: 15px; font-size: 12px; width: 100px; font-weight: bold;}





