@charset "utf-8";
/* CSS Document */

body{
/*padding: 0;
border: 0;
margin: 0 auto;
*/
height: 100%; 
max-height: 100%; 
padding:0px!important; /*this padding hack fixes things */
padding:0px 0px 0px 1px;
overflow: scroll;
text-align: center;
background-color: #000000;
topmargin: 10;
}

a { color:#c5a76e; text-decoration:none; }
a:link { 
	color: #c5a76e;
	text-decoration:none; 
	}
a:visited { 
	color: #c5a76e;
	text-decoration:none; 
	}
a:hover { 
	color: #c5a76e;
	text-decoration: none;
	}
a:active { 
	color: #c5a76e;
	text-decoration:none; 
	}
	
a.nav:link {
	color: #0033FF;
	text-decoration: underline;
}
a.nav:visited {
	text-decoration: underline;
	color: #0033FF;
}
a.nav:hover {
	text-decoration: underline;
	color: #0099FF;
}
a.nav:active {
	text-decoration: underline;
	color: #0033FF;
}


#container {
  /*position: absolute;
  left: 0px;
  right: 0px;
  top:0px;   
  bottom:0px; 
  margin-top:auto; 
  margin-bottom:auto;
    position:relative;
    width: 950;
    margin-left: auto; 
    margin-right: auto; 
    padding: 0px;*/
  	  width: 950; 
	  max-width: 950px; 
	  min-width: 950px; 
	  margin: 0 auto; 
	  padding: 0;
  }
  
#framecontent{
	/*Width of frame div
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden; 
	*/
	float: left;
	width: 283px;
	background: #000000;
}

#maincontent{

/*left: 308px; Set left value to WidthOfFrameDiv
position: fixed;

top: 0px; 
left: 0px;
right: 0px;
bottom: 0px;
overflow: hidden; 
*/
width: 667px;
float: right;
text-align: center;
background: #000000;}
a { color:#c5a76e; text-decoration:none; }


/*  * html #maincontent{ 
height: 100%; 
width: 100%; 
}*/

.text_box {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
.text_big {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000}
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000}

.footernav {  font-family: "Times New Roman", Times, serif; font-size: 10pt; color: #c5a76e}
.footernavbar {  font-family: "Times New Roman", Times, serif; font-size: 10pt; color: #FFFFFF}
