/* Layout Stylesheet */ 

body {
 overflow: visible;
 margin: 0; 
 padding:0;
 background-color: #333333;
 text-align: center;
 position:relative;
 }
 
#logo {
 overflow:hidden;
 width: 100%;
 top: 12px;
 margin: 0; 
 position:absolute;
}

#menu {
 overflow:hidden;
 top:117px;
 width: 100%; 
 position: absolute;
 z-index: 30;
 text-align: center;
 color: white; font-family:Arial, Helvetica, sans-serif; font-size:18px;		
}
 
#bar-top {
 overflow:hidden;
 top:103px;
 width: 100%; 
 margin: 0;
 position:absolute;
 z-index: 25;
}

#content { 
 overflow:hidden;
 top:155px;
 width: 100%;
 position:absolute;
 z-index: 25;
 text-align: center;
}
  
#box1 {
overflow:hidden;
 width: 100%; 
 left: 18px;
 position: absolute;
 top: 12px; 
 height: 400px; 
 z-index: 50;
 /*margin: auto auto;
}
#txt{
	//margin: 1em auto; width: 50%;
	position: absolute;
	width:100%;
	//left: 41%;*/
	text-align: center;
	color: white; font-family:Arial, Helvetica, sans-serif; font-size:14px;
		
}

#box2 {
 overflow:hidden;
 width: 100%; 
 position: absolute;
 top: 44px; 
 height: 500px; 
 z-index: 50;
 /*margin: auto auto;
}
#txt{
	//margin: 1em auto; width: 50%;
	position: absolute;
	width:100%;	*/
	left: 24%;
	text-align: left;
	color: white; font-family:Arial, Helvetica, sans-serif; font-size:15px;
		
}


#bar-bottom {
 overflow:hidden;
 width: 100%; 
 margin: 0;
 position:absolute;
 top: 455px;
}

#footer {
 overflow:hidden;
 width: 100%; 
 margin: 0;
 position:absolute;
 top: 630px;
}

#back { 
 width: 100%;
 position:absolute;
 overflow:hidden;
 z-index: 0;
}

a.none:link {color: #ffffff; text-decoration:none; }
a.none:visited {color: #ffffff; text-decoration:none; }
a.none:hover {color: #ffffff; text-decoration:none; }

a.links:link {color: #ffffff; text-decoration:none; }
a.links:visited {color: #ffffff; text-decoration:none; }
a.links:hover {color: #66cc00; text-decoration:none; }

a.nums:link {color: #ffffff; text-decoration:none; }
a.nums:visited {color: #ffffff; text-decoration:none; }
a.nums:hover {color: #66cc00; text-decoration:none; }

a.this:link{color: #669900; text-decoration:none;}
a.this:visited {color: #669900; text-decoration:none; }
a.this:hover {color: #669900; text-decoration:none; }


.blanc {color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
li.list2 {list-style: disc; color:orange;} 
li.list1 {list-style: disc; color:green; } 
li.list3 {list-style: disc; color:red; } 
li.list4 {list-style: disc; color:blue; } 
