/* just for the example */
body   {
     font-family:arial; 
     font-size: 140%; 
     background-color: #fff; 
     margin:50px 100px 50px 100px; 
     border:2px; border-style:solid; 
     border-color:#D1F6FF #D1F6FF #D1F6FF #D1F6FF; 

     height:auto;
     line-height:line-height:1.2em;
}
#links {border:1px solid #ccc; padding:10px;}

h1 {font-family:Times New Roman; font-size:1.4em; padding-bottom:20px; color: #000}
h2 {font-family:arial; font-size:1.2em; font-weight:bold; margin:20px 0 10px 0; }
li {margin:10px;}
strong {color: #AA8C4; font-weight:bold; font-family:arial;}
hr {background:transparent; margin:10px 0; height:1px; border:0; border-top:4px dotted #000; }
a:link {text-decoration: none; font-size: 1em; color:#10BDC9; }
a:visited {text-decoration: none;  font-size: 1em;color: #000; }	

#container {
		
		border:10;

}
#topbar {
/*font-family:arial;
font-size:14pt;*/
max-width = 100%;

}

#header {

	padding:  0px;
	max-width: 100%;
	
}
#header img {
  float: center;
  max-width: 76%;
  margin: 0 12% 0 12%;
  height: auto; 
  width: 2500px;
 /* height: 90px;
  width: 1025px;
  align:center;*/
}
#main {

    color: #666666;
	clear: left;
	float: left;
	max-width: 100%;
	height: auto;
	margin: 0 12% 0 12%;
	display: inline;
	background: url(images/veldt.gif) no-repeat center top ; 
	/*font-family: arial;
	font-size: 14pt;
	font-size:0.85em; */
}


#content
{
    color: #666666;
	clear: left;
	float: left;
	max-width: 41%;
	padding: 30px 0 0 0;
	margin: 0 0 0 12%;
	display: inline;
	/*background: #fff 
	font-family: arial;
	font-size: 14pt;*/

	
}


#content2
{
    color: #666666;
	clear: left;
	float: left;
	max-width: 100%;
	padding: 30px 0 0 0;
	margin: 0 0 0 12%;
	display: inline;
	/*background: #fff 
	font-family: arial;
	font-size: 14pt;*/

	
}

#content img {
  float: center;
  max-width:100%;
  height: auto; 
}

#content h2 { margin: 0; }
#content a {color: #AA8C4;}

#aside
{
    color: #666666;
    clear: right;
    float: right;
	max-width: 31%;
	padding: 0 0 0 0;
	margin: 0 12% 0 0;
	display: inline;
	/*font-family: arial;
	font-size: 14pt;*/	
}

#aside2
{
    color: #666666;
    clear: right;
    float: right;
	max-width: 20%;
	padding: 0 0 0 0;
	margin: 0 12% 0 0;
	display: inline;
	/*font-family: arial;
	font-size: 14pt;*/	
}

#aside img {
  float: right;
  max-width:100%;
  height: auto; 
}
#asidetext
{
    color: #666666;
    clear: right;
    float: right;
	max-width: 30%;
	padding: 50px 0 0 0;
	margin: 0 10% 0 0;
	display: inline;
	/*font-family: arial;
	font-size: 14pt;*/	
}
#aside h3 { margin: 30; }


/* rounded buttons */
.round {

	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	height:27px;
	background:url(images/bluebutton4.gif) no-repeat right top; 
	padding-right:30px; 
	display:inline-block;
    margin-right: 2%;

}

.round ins { 
	background:url(images/bluebutton4.gif) no-repeat left top; 
	height:27px;
	line-height:27px;
	display:inline-block;
    color: #666666;
    text-decoration: none;    
   /* font-family: arial;
    font-size: 14pt;*/
    padding-left: 25px;

}

a.round:hover {background-position:right -155px;}
a.round:hover ins {background-position:left -155px;}

/* rounded buttons */
.roundcurrent {

	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	height:27px;
	background:url(images/bluebutton4.gif) no-repeat right top; 
	padding-right:30px; 
	display:inline-block;
	    margin-right: 2%;
    background-position:right -155px;
}

.roundcurrent ins { 
	background:url(images/bluebutton4.gif) no-repeat left top; 
	height:27px;
	line-height:27px;
	display:inline-block;
     color: #666666;
    /*font-family: arial;
        font-size: 14pt;
    text-decoration: none; */
    padding-left: 25px;
    background-position:left -155px;
}


/* end rounded buttons */

#footer
{
	
	clear: both;	
	text-align: center;
	padding: 5px;
	height: 1%;
	max-width: 100%;
	/*font-size:14pt;
	background: #fff;*/
}