@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{ 
margin:0; 
padding:0; 
} 
body  {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 11pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 12pt;
	margin-bottom: 18pt;
	color: #333333;
	text-transform: uppercase;
	line-height: 18pt;
  }
  h2 { 
    font-size: 12pt; 
    line-height: 18pt; 
	color: #999933;
	text-transform: capitalize;
	margin-bottom: 18pt;
  }
  h3 { 
    font-size: 11pt; 
    line-height: 18pt; 
	margin-bottom: 18pt;
	color: #999933;

  }
  p{
  margin-bottom: 18pt;
  }
  ul, ol, li{
  margin-left:15pt;
  }
  ul, ol{
  margin-bottom: 18pt;
  }
hr{
	color: #999933;
}
  /**********************************
*********** LINKS STYLE ***********
**********************************/

a {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: #999933;
	font-size: 10pt;
}
/**********************************
*********** LAYOUT ***********
**********************************/
#container { 
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	background: transparent;
} 
#header { 
	background-color: #DBDE5B;
	margin-bottom:18pt;
	width: auto;
} 
#headmainContent {
display: none;
}
#sidebar1{
display: none;
}
#sidebar2 {
display: none;
}
#mainContent {
	width: auto;
} 
#featuresection {
	margin-bottom:18pt;
}
#homeContent {
	width: auto;
}
#footer{
display: none;
}
.fltrt { 
	float: right;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10pt;
}
.artimage{
	float: left;
	margin-top: 0px;
	margin-right: 10pt;
	margin-bottom: 10pt;

}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.active{
color: #999933;
}
.featureimage{
margin-left:10pt;
margin-bottom:18pt;
}

.spaceleft{
margin-left:0px;
padding-left:0px;
}
.grey{
	color: #999999;
}
